zephyr/subsys/bluetooth
Carles Cufi 296b469c40 Bluetooth: controller: Thread-safe local RPA access
In order to make sure that the ISR never gets an incomplete or partial
local RPA, use pointers to share the local RPA between thread mode and
ISRs. Pointer updates are guaranteed to be atomic at least on ARM
Cortex-M.
Additionally add support for using local RPAs when initiating a
connection or sending a scan request.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2017-08-01 09:39:59 +02:00
..
common Bluetooth: controller: Resolve TargetA in software 2017-08-01 09:39:59 +02:00
controller Bluetooth: controller: Thread-safe local RPA access 2017-08-01 09:39:59 +02:00
host Bluetooth: GATT: Indicate service changes when reconnecting 2017-07-31 13:52:08 +03:00
shell Bluetooth: Shell: Add second vendor service 2017-07-11 08:22:22 +03:00
Kconfig Bluetooth: Fortify role dependency 2017-06-25 14:26:08 +03:00
Makefile Bluetooth: Shell: Add shell subdir if CONFIG_BLUETOOTH_SHELL=y 2017-05-30 16:39:05 +03:00