zephyr/drivers/bluetooth
Carles Cufi d12b6c87c9 Bluetooth: Controller: Use net_buf for HCI RX
Instead of copying the net_buf contents into a temporary
buffer byte-by-byte, the Controller HCI code now handles
incoming commands and ACL packets from the Host directly
in the net_buf containers, to avoid unnecessary memory
copying and to align with the rest of the Bluetooth stack.

Jira: ZEP-726

Change-Id: I9802607d84ee6206218b711e7e6e23dafb70581a
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-10-04 08:12:14 +03:00
..
controller Bluetooth: Controller: Use net_buf for HCI RX 2016-10-04 08:12:14 +03:00
nble drivers/nble: Rename nrf51 power management functions 2016-09-07 08:17:26 +03:00
h4.c Bluetooth: Add priority buffer for handling critical HCI events 2016-06-29 14:51:51 +00:00
h5.c Bluetooth/drivers: Fix missing argument in printf for h5 driver 2016-09-07 08:17:26 +03:00
Kconfig Bluetooth: Controller: Hardware abstraction layer for nRF5x radio 2016-09-07 08:17:26 +03:00
Makefile Bluetooth: Controller: Hardware abstraction layer for nRF5x radio 2016-09-07 08:17:26 +03:00
nrf51_pm.c drivers/nble: Rename nrf51 power management functions 2016-09-07 08:17:26 +03:00
nrf51_pm.h drivers/nble: Rename nrf51 power management functions 2016-09-07 08:17:26 +03:00
util.h Bluetooth: Make UART draining logic consistent across drivers 2016-05-04 13:37:44 +00:00