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_notifications_with_orig_mbed by
Diff: ButtonService.h
- Revision:
- 1:7202df456146
- Parent:
- 0:28f095301cb2
- Child:
- 6:18d8750f39ee
--- a/ButtonService.h Tue Feb 17 16:46:22 2015 +0000
+++ b/ButtonService.h Tue Feb 17 22:08:57 2015 +0000
@@ -20,7 +20,7 @@
class ButtonService {
public:
const static uint16_t BUTTON_SERVICE_UUID = 0xA000;
- const static uint16_t BUTTON_STATE_CHARACTERISTIC_UUID = 0xA000;
+ const static uint16_t BUTTON_STATE_CHARACTERISTIC_UUID = 0xA001;
ButtonService(BLEDevice &_ble, bool buttonPressedInitial) :
ble(_ble), buttonState(BUTTON_STATE_CHARACTERISTIC_UUID, &buttonPressedInitial, GattCharacteristic::BLE_GATT_CHAR_PROPERTIES_NOTIFY)
