zephyr/subsys/bluetooth/controller
Joakim Andersson 9ac8dcf5a7 Bluetooth: Call bt_recv from priority higher that TX thread.
A build assert in dummy.c lists the following requirement:
[...] receive thread priority shall be higher than the Bluetooth
Host's Tx and the Controller's receive thread priority.
This is required in order to dispatch Number of Completed Packets
event before any new data arrives on a connection to the Host threads.

The drivers uses a priority that is equal to the Host TX thread,
and since they don't use the CONFIG define that is only available
to the controller then this BUILD_ASSERT will not catch the
requirement.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-09-01 15:15:36 +03:00
..
crypto Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
hal Bluetooth: controller: Add cpu_dsb hal interface 2020-08-31 13:49:13 +02:00
hci Bluetooth: Call bt_recv from priority higher that TX thread. 2020-09-01 15:15:36 +03:00
include Bluetooth: controller: Add advertising set handle mapping 2020-08-13 16:14:29 +02:00
ll_sw bluetooth: controller: nrf5: Add support for nRF52805 2020-08-31 15:40:19 +02:00
ticker guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
util Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
CMakeLists.txt Bluetooth: controller: split: Initial extended scanning code 2020-06-12 15:50:34 +02:00
Kconfig Bluetooth: controller: Fix BT_CTLR_SCAN_REQ_NOTIFY dependency 2020-08-25 16:38:12 +03:00
Kconfig.ll_sw_split Bluetooth: Call bt_recv from priority higher that TX thread. 2020-09-01 15:15:36 +03:00