zephyr/tests
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
..
application_development cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
benchmarks cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bluetooth Bluetooth: Add dedicated pool for HCI_Num_Completed_Packets HCI event 2019-07-01 16:36:15 +03:00
boards cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
booting/stub license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
cmsis_rtos_v1 tests: cmsis_rtos_v1: remove cast abuses 2019-06-01 10:21:13 -04:00
cmsis_rtos_v2 lib: cmsis_v2: set default dynamic stack size 2019-05-02 15:42:33 -04:00
crypto cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
drivers cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
kernel kernel: cover k_array_index_sanitize() 2019-06-30 09:22:09 -04:00
lib cleanup: include/: move misc/rb.h to sys/rb.h 2019-06-27 22:55:49 -04:00
misc cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
net net: if: Add userspace support to IPv4 gateway set function 2019-07-01 15:34:11 +03:00
posix cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
shell shell: add test for new built-in command 2019-05-24 11:04:42 +02:00
subsys cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00
unit cleanup: include/: move misc/math_extras.h to sys/math_extras.h 2019-06-27 22:55:49 -04:00
ztest subsys/testsuite/ztest: change zassert_mem_equal to macro 2019-06-03 09:39:37 -04:00