mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
example/le_streamer: undo accidental commit that required encrypted connection
This commit is contained in:
parent
8d2f5935bc
commit
616878112b
@ -7,7 +7,7 @@ CHARACTERISTIC, GATT_SERVICE_CHANGED, 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, ENCRYPTION_KEY_SIZE_16 | WRITE_WITHOUT_RESPONSE | NOTIFY | DYNAMIC,
|
||||
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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user