CHANGELOG.md (4b8c611fad8a61a6dc6beab3a7a10f746bfd7c41) | CHANGELOG.md (c385947d36bb282058388c78ed77b618bd43c4b0) |
---|---|
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## [Unreleased] 8 --- 4 unchanged lines hidden (view full) --- 13- GATT Server: Writes to GATT Client Characteristic Configuration are stored in TLV and restored on reconnect. The db.h file generated from db.gatt needs to be re-created. 14- TLV: global TLV instance available via btstack_tlv_get_instance() (src/btstack_tlv.h) 15- TLV: POSIX implementation that appends to a file on disk (platform/posix/btstack_tlv_posix.c) 16- SM: allow to set fixed passkey in display role using sm_use_fixed_passkey_in_display_role 17 18### Changed 19- panu_demo: uses btstack_network.h now 20- WICED: configure printf to replace Linefeed with CRLF | 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## [Unreleased] 8 --- 4 unchanged lines hidden (view full) --- 13- GATT Server: Writes to GATT Client Characteristic Configuration are stored in TLV and restored on reconnect. The db.h file generated from db.gatt needs to be re-created. 14- TLV: global TLV instance available via btstack_tlv_get_instance() (src/btstack_tlv.h) 15- TLV: POSIX implementation that appends to a file on disk (platform/posix/btstack_tlv_posix.c) 16- SM: allow to set fixed passkey in display role using sm_use_fixed_passkey_in_display_role 17 18### Changed 19- panu_demo: uses btstack_network.h now 20- WICED: configure printf to replace Linefeed with CRLF |
21 22## Fixed 23- RFCOMM: support connection requests during connection failure 24- L2CAP: support connection requests during connection failure 25- HCI: avoid double free during halting 26 |
|