zephyr/subsys/bluetooth/common
Vinayak Kariappa Chettimada 9a13a0c732 Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities
Added BUILD_ASSERT check for Tx and Rx thread priorities.

The Tx thread priority shall be higher than Rx thread
priority in order to correctly detect transaction violations
in ATT and SMP protocols. The Number of Completed Packets
for a connection shall be processed before any new data is
received and processed for that connection.

The Controller's priority receive thread priority shall be
higher than the Host's Tx and the Controller's Rx thread
priority.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-07-12 13:50:51 +03:00
..
dummy.c Bluetooth: Add BUILD_ASSERT to check Tx and Rx thread priorities 2017-07-12 13:50:51 +03:00
Kconfig Bluetooth: Correctly select RPA and TINYCRYPT options 2017-06-20 15:20:09 +03:00
log.c Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
log.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
Makefile Bluetooth: Enforce cooperative priorities in Bluetooth threads 2017-06-15 16:37:49 +03:00
rpa.c Bluetooth: controller: Add inital support for Controller-based privacy 2017-06-20 15:20:09 +03:00
rpa.h Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00