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

@@ -18,7 +18,7 @@ int fromnum_callback(uint16_t conn_handle, uint16_t attr_handle, struct ble_gatt
extern const struct ble_gatt_svc_def gatt_svr_svcs[];
extern const ble_uuid128_t mesh_service_uuid;
extern const ble_uuid128_t mesh_service_uuid, fromnum_uuid;
#ifdef __cplusplus
};