mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
PRIMARY_SERVICE, GAP_SERVICE
|
|
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "LE Streamer"
|
|
|
|
PRIMARY_SERVICE, GATT_SERVICE
|
|
CHARACTERISTIC, GATT_SERVICE_CHANGED, READ,
|
|
|
|
// Test Service
|
|
PRIMARY_SERVICE, 0000FF10-0000-1000-8000-00805F9B34FB
|
|
// Test Characteristic, only with notify
|
|
CHARACTERISTIC, 0000FF11-0000-1000-8000-00805F9B34FB, NOTIFY,
|
|
|
|
|