Nimble WIP - woot! basic device API works now

This commit is contained in:
geeksville
2020-07-22 15:44:45 -07:00
parent 00cf3a768e
commit c5df1bc885
4 changed files with 40 additions and 29 deletions

View File

@@ -10,7 +10,7 @@
, value: { uuid128 } \
}
static const ble_uuid128_t mesh_service_uuid =
const ble_uuid128_t mesh_service_uuid =
BLE_UUID128_INIT(0xfd, 0xea, 0x73, 0xe2, 0xca, 0x5d, 0xa8, 0x9f, 0x1f, 0x46, 0xa8, 0x15, 0x18, 0xb2, 0xa1, 0x6b);
static const ble_uuid128_t toradio_uuid =