mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
13 lines
430 B
Plaintext
13 lines
430 B
Plaintext
|
PRIMARY_SERVICE, GAP_SERVICE
|
||
|
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "SM Pairing Peripheral"
|
||
|
|
||
|
PRIMARY_SERVICE, GATT_SERVICE
|
||
|
CHARACTERISTIC, GATT_SERVICE_CHANGED, READ,
|
||
|
|
||
|
// Dummy Service
|
||
|
PRIMARY_SERVICE, 0000FF10-0000-1000-8000-00805F9B34FB
|
||
|
// Dummy Service, Characteristic, with read and notify + authentication
|
||
|
CHARACTERISTIC, 0000FF12-0000-1000-8000-00805F9B34FB, READ | NOTIFY | DYNAMIC | ENCRYPTION_KEY_SIZE_16,
|
||
|
|
||
|
|