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

Fork of BLE_API by Bluetooth Low Energy

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;