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: source/BLE.cpp
- Revision:
- 1137:290d499dd0e8
- Parent:
- 1135:0f5db03e0325
--- a/source/BLE.cpp Wed Apr 06 18:40:32 2016 +0100 +++ b/source/BLE.cpp Wed Apr 06 18:40:33 2016 +0100 @@ -131,7 +131,6 @@ ble_error_t BLE::shutdown(void) { - clearAdvertisingPayload(); if (!transport) { error("bad handle to underlying transport"); }