Shuta Nakamae / nRF51822

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

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
 {