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.
Fork of nRF51822 by
Diff: nRF51GattServer.h
- Revision:
- 1:f84abedbf4fb
- Parent:
- 0:eff01767de02
- Child:
- 22:c6ee8136847e
diff -r eff01767de02 -r f84abedbf4fb nRF51GattServer.h --- a/nRF51GattServer.h Wed Mar 26 14:38:17 2014 +0000 +++ b/nRF51GattServer.h Thu Apr 03 01:45:38 2014 +0100 @@ -49,13 +49,11 @@ void eventCallback(void); void hwCallback(ble_evt_t * p_ble_evt); - uint16_t m_connectionHandle; // TODO move to private - private: GattCharacteristic* p_characteristics[BLE_TOTAL_CHARACTERISTICS]; ble_gatts_char_handles_t nrfCharacteristicHandles[BLE_TOTAL_CHARACTERISTICS]; - nRF51GattServer() { serviceCount = 0; characteristicCount = 0; m_connectionHandle = BLE_CONN_HANDLE_INVALID; }; + nRF51GattServer() { serviceCount = 0; characteristicCount = 0; }; nRF51GattServer(nRF51GattServer const&); void operator=(nRF51GattServer const&);