I don't know why this is happening.

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
shibbs
Date:
Fri Feb 05 01:54:38 2016 +0000
Parent:
994:610d2d14f7ec
Commit message:
Un-changed the device info service; ;

Changed in this revision

services/DeviceInformationService.h Show annotated file Show diff for this revision Revisions of this file
--- 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};