zephyr/subsys/bluetooth/controller
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
..
hal Bluetooth: controller: Fix asymmetric PHY by using correct tIFS 2017-07-31 13:51:16 +03:00
hci Bluetooth: controller: Implement Read/Write Auth Payload timeout 2017-07-22 11:55:35 +03:00
include Bluetooth: controller: Implement Read/Write Auth Payload timeout 2017-07-22 11:55:35 +03:00
ll_sw Bluetooth: controller: Thread-safe local RPA access 2017-08-01 09:39:59 +02:00
ticker Bluetooth: controller: support for code exe. in co-operation with radio 2017-06-28 12:29:50 +02:00
util Bluetooth: controller: Rename mem function that checks all-zero mem 2017-06-20 15:20:09 +03:00
Kconfig Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities 2017-07-12 13:50:51 +03:00
Makefile Bluetooth: controller: Cleanup makefiles 2017-03-21 17:05:43 -07:00