changelog: le whitelist management

This commit is contained in:
Matthias Ringwald 2020-08-17 18:44:27 +02:00
parent 6ea9315c7c
commit d8d859610c

View File

@ -20,8 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- `btstack_run_loop_base`: added `btstack_run_loop_base_dump_timer`
- GAP: request role change for classic connection via `gap_request_role`
- GAP: LE Whitelist API with 'gap_le_whitelist_x' with x = add, remove, clear and new `gap_connect_with_whitelist`
### Changed
- GAP: treat AES-CCM encrypted connection as muhtually authenticated (BIAS)
- GAP: treat AES-CCM encrypted connection as mutually authenticated (BIAS)
- GAP: 'gap_auto_connect_x' API deprecated. Please manage LE Whitelist and call `gap_connect_with_whitelist` instead
## Changes July 2020