I don't know why this is happening.

Fork of BLE_API by Bluetooth Low Energy

Revision:
995:7249ab3ad1ab
Parent:
994:610d2d14f7ec
--- a/services/DeviceInformationService.h	Thu Feb 04 19:08:58 2016 +0000
+++ b/services/DeviceInformationService.h	Fri Feb 05 01:54:38 2016 +0000
@@ -103,9 +103,9 @@
         }
 
         GattCharacteristic *charTable[] = {
-                                           //&manufacturersNameStringCharacteristic,
-                                           //&modelNumberStringCharacteristic,
-                                           //&serialNumberStringCharacteristic,
+                                           &manufacturersNameStringCharacteristic,
+                                           &modelNumberStringCharacteristic,
+                                           &serialNumberStringCharacteristic,
                                            &hardwareRevisionStringCharacteristic,
                                            &firmwareRevisionStringCharacteristic,
                                            &softwareRevisionStringCharacteristic};