High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Diff: source/BLE.cpp
- Revision:
- 1135:22aada733dbd
- Parent:
- 1131:692ddf04fc42
diff -r d540a48f650d -r 22aada733dbd source/BLE.cpp --- a/source/BLE.cpp Wed Apr 06 19:13:52 2016 +0100 +++ b/source/BLE.cpp Wed Apr 06 19:13:54 2016 +0100 @@ -131,7 +131,6 @@ ble_error_t BLE::shutdown(void) { - clearAdvertisingPayload(); if (!transport) { error("bad handle to underlying transport"); }