zephyr/subsys/bluetooth/controller
Johan Hedberg fc2fcd10cf Bluetooth: Add dedicated pool for HCI_Num_Completed_Packets HCI event
This event is a priority one, so it's not safe to have it use the RX
buffer pool which may be depleted due to non-priority events (e.g.
advertising events). Since the event is consumed synchronously it's
safe to have a single-buffer pool for it. Also introduce a new
bt_buf_get_evt() API for HCI drivers to simplify the driver-side code,
this effectively also deprecates bt_buf_get_cmd_complete() which now
has no in-tree HCI driver users anymore.

Fixes #16864

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-07-01 16:36:15 +03:00
..
crypto Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
hal Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
hci Bluetooth: Add dedicated pool for HCI_Num_Completed_Packets HCI event 2019-07-01 16:36:15 +03:00
include Bluetooth: controller: split: Port h/w privacy feature 2019-05-24 12:00:12 -04:00
ll_sw cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ticker Bluetooth: controller: better field names 2019-06-28 11:09:25 +02:00
util cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
CMakeLists.txt Bluetooth: controller: split: Port h/w privacy feature 2019-05-24 12:00:12 -04:00
Kconfig Bluetooth: controller: Add PA/LNA support on NRF_P1 GPIO pins 2019-06-27 15:17:20 +02:00