Move btstack_linked_queue into core, mention in Changelog

This commit is contained in:
Matthias Ringwald 2020-08-30 13:33:00 +02:00
parent cd8e0e94cc
commit 72a82af448
3 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- GAP: LE Whitelist API with 'gap_le_whitelist_x' with x = add, remove, clear and new `gap_connect_with_whitelist`
- SDP Client: add sdp_client_register_query_callback() allows to register query request instead of polling sdp_client_ready()
- BNEP lwIP: add `bnep_lwip_connect` to establish BNEP connection and manage lwIP network interface
- New `btstack_linked_queue` utility, a linked list-based queue with first-in-first-out semantics and constant time enqueue/dequeue operations
### Changed
- GAP: treat AES-CCM encrypted connection as mutually authenticated (BIAS)