Nimble WIP - make notify work

This commit is contained in:
geeksville
2020-07-22 16:40:00 -07:00
parent 66b147fb31
commit 78ff9a8116
4 changed files with 32 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ static const ble_uuid128_t toradio_uuid =
static const ble_uuid128_t fromradio_uuid =
BLE_UUID128_INIT(0xd5, 0x54, 0xe4, 0xc5, 0x25, 0xc5, 0x31, 0xa5, 0x55, 0x4a, 0x02, 0xee, 0xc2, 0xbc, 0xa2, 0x8b);
static const ble_uuid128_t fromnum_uuid =
const ble_uuid128_t fromnum_uuid =
BLE_UUID128_INIT(0x53, 0x44, 0xe3, 0x47, 0x75, 0xaa, 0x70, 0xa6, 0x66, 0x4f, 0x00, 0xa8, 0x8c, 0xa1, 0x9d, 0xed);
const struct ble_gatt_svc_def gatt_svr_svcs[] = {