High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: source/BLE.cpp
- Revision:
- 1082:127667021827
- Parent:
- 1075:0d0dafb54bc9
- Child:
- 1131:692ddf04fc42
diff -r c8f980f52363 -r 127667021827 source/BLE.cpp --- 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"); }