Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 {