CHANGELOG.md (d8d859610cef7a2a272b2828aea6cf1420ec9706) CHANGELOG.md (e094740e060c70e12af6cf8e9e2f7e7eb2b4eeb8)
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

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

16
17### Fixed
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`
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

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

16
17### Fixed
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()
24
25### Changed
26- GAP: treat AES-CCM encrypted connection as mutually authenticated (BIAS)
27- GAP: 'gap_auto_connect_x' API deprecated. Please manage LE Whitelist and call `gap_connect_with_whitelist` instead
28
29## Changes July 2020
30
31### Fixed

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

--- 567 unchanged lines hidden ---