zephyr/subsys/bluetooth/controller
Johan Hedberg 0d9dab300e Bluetooth: Introduce separate pool for discardable events
Introduce a separate buffer pool for events which the HCI driver
considers discardable. Examples of such events could be e.g.
Advertising Reports. The benefit of having such a pool means that the
if there is a heavy inflow of such events it will not cause the
allocation for other critical events to block and may even eliminate
deadlocks in some cases.

Also update all mesh samples not to specify explicit RX buffer counts
anymore. Instead, create appropriate defaults in Kconfig so that we
only need to override this in the app for cases like the bbc:microbit
with limited memory.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-07-01 16:36:15 +03:00
..
crypto
hal Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
hci Bluetooth: Introduce separate pool for discardable events 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