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 Bluetooth Low Energy

Revision:
1082:127667021827
Parent:
1075:0d0dafb54bc9
Child:
1131:73c11a85c6d6
--- a/source/BLE.cpp	Mon Jan 11 08:51:45 2016 +0000
+++ b/source/BLE.cpp	Mon Jan 11 08:51:46 2016 +0000
@@ -131,7 +131,6 @@
 
 ble_error_t BLE::shutdown(void)
 {
-    clearAdvertisingPayload();
     if (!transport) {
         error("bad handle to underlying transport");
     }