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/ServiceDiscovery.h
- Revision:
- 1084:40c1e518d6de
- Parent:
- 1082:127667021827
- Child:
- 1131:73c11a85c6d6
--- a/ble/ServiceDiscovery.h Mon Jan 11 08:51:46 2016 +0000 +++ b/ble/ServiceDiscovery.h Mon Jan 11 08:51:47 2016 +0000 @@ -144,11 +144,11 @@ * @return BLE_ERROR_NONE on success. */ virtual ble_error_t reset(void) { - connHandle = 0; - matchingServiceUUID = UUID::ShortUUIDBytes_t(BLE_UUID_UNKNOWN); - serviceCallback = NULL; + connHandle = 0; + matchingServiceUUID = UUID::ShortUUIDBytes_t(BLE_UUID_UNKNOWN); + serviceCallback = NULL; matchingCharacteristicUUID = UUID::ShortUUIDBytes_t(BLE_UUID_UNKNOWN); - characteristicCallback = NULL; + characteristicCallback = NULL; return BLE_ERROR_NONE; }