CHANGELOG.md (9c30c50ad9bd9aea4c7d19b660a546f058597946) CHANGELOG.md (72a82af4483ce01f569414bf85e01bc25d78c84d)
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8

--- 9 unchanged lines hidden (view full) ---

18- ESP32: fix authentication for incoming Secure Connections
19
20### Added
21- `btstack_run_loop_base`: added `btstack_run_loop_base_dump_timer`
22- GAP: request role change for classic connection via `gap_request_role`
23- GAP: LE Whitelist API with 'gap_le_whitelist_x' with x = add, remove, clear and new `gap_connect_with_whitelist`
24- SDP Client: add sdp_client_register_query_callback() allows to register query request instead of polling sdp_client_ready()
25- BNEP lwIP: add `bnep_lwip_connect` to establish BNEP connection and manage lwIP network interface
1# Change Log
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7---
8

--- 9 unchanged lines hidden (view full) ---

18- ESP32: fix authentication for incoming Secure Connections
19
20### Added
21- `btstack_run_loop_base`: added `btstack_run_loop_base_dump_timer`
22- GAP: request role change for classic connection via `gap_request_role`
23- GAP: LE Whitelist API with 'gap_le_whitelist_x' with x = add, remove, clear and new `gap_connect_with_whitelist`
24- SDP Client: add sdp_client_register_query_callback() allows to register query request instead of polling sdp_client_ready()
25- BNEP lwIP: add `bnep_lwip_connect` to establish BNEP connection and manage lwIP network interface
26- New `btstack_linked_queue` utility, a linked list-based queue with first-in-first-out semantics and constant time enqueue/dequeue operations
26
27### Changed
28- GAP: treat AES-CCM encrypted connection as mutually authenticated (BIAS)
29- GAP: 'gap_auto_connect_x' API deprecated. Please manage LE Whitelist and call `gap_connect_with_whitelist` instead
30
31## Changes July 2020
32
33### Fixed

--- 567 unchanged lines hidden ---
27
28### Changed
29- GAP: treat AES-CCM encrypted connection as mutually authenticated (BIAS)
30- GAP: 'gap_auto_connect_x' API deprecated. Please manage LE Whitelist and call `gap_connect_with_whitelist` instead
31
32## Changes July 2020
33
34### Fixed

--- 567 unchanged lines hidden ---