mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 00:40:19 +00:00
make characteristics more interesting
This commit is contained in:
parent
5d86261019
commit
60b3df6046
@ -80,8 +80,10 @@ CHARACTERISTIC_AGGREGATE_FORMAT, 1, 2
|
|||||||
|
|
||||||
// - read/write without response
|
// - read/write without response
|
||||||
CHARACTERISTIC, F10C, READ | WRITE_WITHOUT_RESPONSE | DYNAMIC,
|
CHARACTERISTIC, F10C, READ | WRITE_WITHOUT_RESPONSE | DYNAMIC,
|
||||||
|
// - read/write/write without response
|
||||||
|
CHARACTERISTIC, F10D, READ | WRITE | WRITE_WITHOUT_RESPONSE | DYNAMIC,
|
||||||
// - read/authenticated signed writes
|
// - read/authenticated signed writes
|
||||||
CHARACTERISTIC, F10D, READ | AUTHENTICATED_SIGNED_WRITE | DYNAMIC,
|
CHARACTERISTIC, F10E, READ | AUTHENTICATED_SIGNED_WRITE | DYNAMIC,
|
||||||
|
|
||||||
|
|
||||||
// Primary Service with 128-bit UUID, included service
|
// Primary Service with 128-bit UUID, included service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user