mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
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:
parent
add9769e9d
commit
03e09accef
4
example/gatt_battery_query.gatt
Normal file
4
example/gatt_battery_query.gatt
Normal file
@ -0,0 +1,4 @@
|
||||
PRIMARY_SERVICE, GAP_SERVICE
|
||||
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "GATT Battery Query"
|
||||
|
||||
|
5
example/gatt_browser.gatt
Normal file
5
example/gatt_browser.gatt
Normal file
@ -0,0 +1,5 @@
|
||||
PRIMARY_SERVICE, GAP_SERVICE
|
||||
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "GATT Browser"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user