examples: add dummy GATT Server to GATT Client demos to avoid disconnect if LE Peripheral starts GATT queries on it's own

This commit is contained in:
Matthias Ringwald 2017-03-24 14:50:52 +01:00
parent add9769e9d
commit 03e09accef
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
PRIMARY_SERVICE, GAP_SERVICE
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "GATT Battery Query"

View File

@ -0,0 +1,5 @@
PRIMARY_SERVICE, GAP_SERVICE
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "GATT Browser"