zephyr/subsys/bluetooth
Johan Hedberg 1df9a2e1d3 Bluetooth: hci_raw: Fix buffer init after allocation
The code was not properly taking into account CONFIG_BT_HCI_RESERVE,
which would cause buffer underruns for any HCI driver where this value
defaults to non-zero. Also, all the allocation functions use the same
pool, so we can map them simply to bt_buf_get_rx() instead of
repeating the same code.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-11-12 16:59:43 +02:00
..
common kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
controller bluetooth: controller: Perform synchronized LLL reset via mayfly 2019-11-12 11:34:28 +01:00
host Bluetooth: hci_raw: Fix buffer init after allocation 2019-11-12 16:59:43 +02:00
mesh Bluetooth: Mesh: Model extension concept 2019-11-07 18:57:32 +02:00
services kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
shell kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
Kconfig Bluetooth: Move Company ID config out of ctlr 2019-11-08 16:16:37 +01:00