mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-29 09:26:08 +00:00
11 lines
362 B
Plaintext
11 lines
362 B
Plaintext
PRIMARY_SERVICE, GAP_SERVICE
|
|
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "SPP+LE Counter"
|
|
|
|
PRIMARY_SERVICE, GATT_SERVICE
|
|
CHARACTERISTIC, GATT_SERVICE_CHANGED, READ,
|
|
|
|
// Counter Service
|
|
PRIMARY_SERVICE, 0000FF10-0000-1000-8000-00805F9B34FB
|
|
// Counter Characteristic, with read and notify
|
|
CHARACTERISTIC, 0000FF11-0000-1000-8000-00805F9B34FB, READ | NOTIFY | DYNAMIC,
|