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
Revision 67:e6cc149033a6, committed 2014-09-23
- Comitter:
- Rohit Grover
- Date:
- Tue Sep 23 16:09:18 2014 +0100
- Parent:
- 66:b3680699d9a4
- Child:
- 68:936d81c963fe
- Commit message:
- raising BLE_TOTAL_CHARACTERISTICS to 24; we're beginning to see services like Device-Information which add several characteristics
Changed in this revision
| nRF51GattServer.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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
{
