add "LE Device Address" 0x1B to advertising data types

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

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;