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.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Revision 1127:0f8fed8cda0d, committed 2016-01-12
- Comitter:
- vcoubard
- Date:
- Tue Jan 12 19:47:51 2016 +0000
- Parent:
- 1126:08db6549adef
- Child:
- 1128:8b07ab5a696d
- Commit message:
- Synchronized with git rev e67bcf35
Author: Andres Amaya Garcia
Make getAddressFromBondTable API const
Changed in this revision
| ble/SecurityManager.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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;
