Alexander Lea / Mbed 2 deprecated BLE_CarPeripheral

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GATT_test1 by Alexander Lea

Revision:
3:f3d20b36b7ea
Parent:
1:ebdf445c4bcc
--- a/TestGattService.h	Sun Jan 18 15:50:17 2015 +0000
+++ b/TestGattService.h	Tue Feb 17 13:57:28 2015 +0000
@@ -21,7 +21,7 @@
         command(_command),
         testCharacteristic(0x2A67, &command, sizeof(command), sizeof(command),
                                    GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_READ | 
-                                   GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_WRITE | 
+                                  // GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_WRITE | 
                                    GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY) {
 
         static bool serviceAdded = false; /* We should only ever need to add the service once. */