From bb07b2043a528bbe4858ca72cca5c559a3558034 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 9 Nov 2017 12:18:36 +0100 Subject: [PATCH] GATT Server: Writes to GATT Client Characteristic Configuration are stored in TLV and restored on reconnect --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7537212..9095ef1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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