zephyr/samples/bluetooth
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
..
beacon
central
central_hr
eddystone
gatt
handsfree
hci_spi
hci_uart
hci_usb
ibeacon
ipsp
mesh Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
mesh_demo Bluetooth: Introduce separate pool for discardable events 2019-07-01 16:36:15 +03:00
peripheral
peripheral_csc
peripheral_dis
peripheral_esp
peripheral_hids
peripheral_hr
peripheral_sc_only
scan_adv
bluetooth.rst