Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
Diff: btle/btle_security.cpp
- Revision:
- 140:3a5282e3f30c
- Parent:
- 138:750eca573e18
- Child:
- 141:586e146a3903
--- a/btle/btle_security.cpp Fri May 08 15:33:56 2015 +0100
+++ b/btle/btle_security.cpp Fri May 08 15:33:56 2015 +0100
@@ -71,7 +71,7 @@
}
ble_error_t
-btle_deleteAllStoredDevices(void)
+btle_purgeAllBondingState(void)
{
ret_code_t rc;
if ((rc = dm_device_delete_all(&applicationInstance)) == NRF_SUCCESS) {