Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: ble/DiscoveredCharacteristic.h
- Revision:
- 1073:edd717e9f799
- Parent:
- 1070:4f42630b9c9e
- Child:
- 1074:1fedc77d9add
--- a/ble/DiscoveredCharacteristic.h Mon Jan 11 08:51:41 2016 +0000 +++ b/ble/DiscoveredCharacteristic.h Mon Jan 11 08:51:41 2016 +0000 @@ -246,10 +246,6 @@ return lastHandle; } - void setLastHandle(GattAttribute::Handle_t last) { - lastHandle = last; - } - /** * @brief Return the GattClient which can operate on this characteristic. * @return The GattClient which can operate on this characteristic.