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

Fork of BLE_API by Bluetooth Low Energy

History

Add "LE Device Address" 0x1B to advertising data types default tip

2016-02-22, by andrewjfox [Mon, 22 Feb 2016 01:00:38 +0000] rev 1131

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


Synchronized with git rev e0f693ad

2016-01-12, by vcoubard [Tue, 12 Jan 2016 19:47:52 +0000] rev 1130

Synchronized with git rev e0f693ad
Author: Vincent Coubard
version v2.5.0


Synchronized with git rev 81b8f0a2

2016-01-12, by vcoubard [Tue, 12 Jan 2016 19:47:51 +0000] rev 1129

Synchronized with git rev 81b8f0a2
Author: Andres Amaya Garcia
Add doxygen experimental tag to getAddressFromBondTable API


Synchronized with git rev 17e37360

2016-01-12, by vcoubard [Tue, 12 Jan 2016 19:47:51 +0000] rev 1128

Synchronized with git rev 17e37360
Author: Vincent Coubard
Merge pull request #161 from ARMmbed/develop

merge branch develop (v2.4.0)


Synchronized with git rev e67bcf35

2016-01-12, by vcoubard [Tue, 12 Jan 2016 19:47:51 +0000] rev 1127

Synchronized with git rev e67bcf35
Author: Andres Amaya Garcia
Make getAddressFromBondTable API const


Synchronized with git rev 513ec79c

2016-01-12, by vcoubard [Tue, 12 Jan 2016 19:47:50 +0000] rev 1126

Synchronized with git rev 513ec79c
Author: Andres Amaya Garcia
Add API to get addresses of peers in bond table

The new API is added to the Security Manager. Its declaration is as follows:

virtual ble_error_t getAddressesFromBondTable(Gap::Whitelist_t &addresses)

The resulting Whitelist_t structure can then be used as the actual whitelist
passes to Gap::setWhitelist().

Note that for peers that have private resolvable addresses, then an address of
the same type will be returned.


Synchronized with git rev 53fe8b4f

2016-01-11, by vcoubard [Mon, 11 Jan 2016 08:52:05 +0000] rev 1125

Synchronized with git rev 53fe8b4f
Author: Vincent Coubard
version v2.4.0


Synchronized with git rev 0dd7f295

2016-01-11, by vcoubard [Mon, 11 Jan 2016 08:52:05 +0000] rev 1124

Synchronized with git rev 0dd7f295
Author: Andres Amaya Garcia
Change return value of set.*PolicyMode() functions in Gap


Synchronized with git rev 706a97bc

2016-01-11, by vcoubard [Mon, 11 Jan 2016 08:52:04 +0000] rev 1123

Synchronized with git rev 706a97bc
Author: Andres Amaya Garcia
Add @experimental doxygen tag to new APIs


Synchronized with git rev 0b2ca7aa

2016-01-11, by vcoubard [Mon, 11 Jan 2016 08:52:04 +0000] rev 1122

Synchronized with git rev 0b2ca7aa
Author: Andres Amaya Garcia
Add capacity to whitelist structure