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.
Fork of BLE_API by
Diff: ble/SecurityManager.h
- Revision:
- 1127:0f8fed8cda0d
- Parent:
- 1126:08db6549adef
- Child:
- 1128:8b07ab5a696d
--- a/ble/SecurityManager.h Tue Jan 12 19:47:50 2016 +0000 +++ b/ble/SecurityManager.h Tue Jan 12 19:47:51 2016 +0000 @@ -176,7 +176,7 @@ * @retval BLE_ERROR_INVALID_STATE If the API is called without module initialization or * application registration. */ - virtual ble_error_t getAddressesFromBondTable(Gap::Whitelist_t &addresses) { + virtual ble_error_t getAddressesFromBondTable(Gap::Whitelist_t &addresses) const { /* Avoid compiler warnings about unused variables */ (void) addresses;