GATT Server: Writes to GATT Client Characteristic Configuration are stored in TLV and restored on reconnect

This commit is contained in:
Matthias Ringwald 2017-11-09 12:18:36 +01:00
parent 760ad80550
commit bb07b2043a

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Introduced btstack_network.h network interface abstraction
- btstack_network_posix implementation using Linux tun/tap interface
- WICED: support for btstack_stdin (HAVE_STDIN)
- 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.
### Changed
- panu_demo: uses btstack_network.h now