mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
15 lines
572 B
Plaintext
15 lines
572 B
Plaintext
PRIMARY_SERVICE, GAP_SERVICE
|
|
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "LE Streamer"
|
|
|
|
PRIMARY_SERVICE, GATT_SERVICE
|
|
CHARACTERISTIC, GATT_DATABASE_HASH, READ,
|
|
|
|
// Test Service
|
|
PRIMARY_SERVICE, 0000FF10-0000-1000-8000-00805F9B34FB
|
|
// Test Characteristic A, write_without_response as well as notify
|
|
CHARACTERISTIC, 0000FF11-0000-1000-8000-00805F9B34FB, WRITE_WITHOUT_RESPONSE | NOTIFY | DYNAMIC,
|
|
// Test Characteristic B, write_without_response as well as notify
|
|
CHARACTERISTIC, 0000FF12-0000-1000-8000-00805F9B34FB, WRITE_WITHOUT_RESPONSE | NOTIFY | DYNAMIC,
|
|
|
|
|