mediCAL's first BLE project
Fork of nRF51822 by
Diff: nRF51GattServer.h
- Revision:
- 67:e6cc149033a6
- Parent:
- 57:2aa01a5008ac
--- a/nRF51GattServer.h Mon Sep 22 11:19:51 2014 +0100 +++ b/nRF51GattServer.h Tue Sep 23 16:09:18 2014 +0100 @@ -23,8 +23,8 @@ #include "GattService.h" #include "public/GattServer.h" -#define BLE_TOTAL_CHARACTERISTICS 10 -#define BLE_TOTAL_DESCRIPTORS 10 +#define BLE_TOTAL_CHARACTERISTICS 24 +#define BLE_TOTAL_DESCRIPTORS 24 class nRF51GattServer : public GattServer {