mbed-os/features/FEATURE_BLE/source/gap
Vincent Coubard 78468fb6e3 BLE: Use RANDOM address per default for Advertising, Scan and Connection parameter.
Unlike the public address, the RANDOM address is guaranteed to exist.
If privacy is enabled, it means the controller will generates random resolvable addresses or non resolvable addresses depending on the config.
If privacy is not enabled then the device will use the device's random static address that doesn't change between radio processes.
2018-11-29 12:18:11 +00:00
..
AdvertisingDataBuilder.cpp fix size calculation for UUID data payload 2018-11-26 11:10:39 +00:00
AdvertisingParameters.cpp BLE: Fix constant declaration of ble::AdvertisingParameters. 2018-11-26 10:24:35 +00:00
ConnectionParameters.cpp BLE: Use RANDOM address per default for Advertising, Scan and Connection parameter. 2018-11-29 12:18:11 +00:00
Gap.cpp BLE: Fix address type in ::ble::Gap::connect 2018-11-26 14:13:07 +00:00