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.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_GATT_test1 by
Diff: TestGattService.h
- 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. */
