zephyr/drivers/bluetooth/controller
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
..
hal Bluetooth: Controller: Use BT_ASSERT instead of custom impl. 2016-09-14 08:45:45 +03:00
hci Bluetooth: Controller: Use net_buf for HCI RX 2016-10-04 08:12:14 +03:00
ll Bluetooth: Controller: Use BT_ASSERT instead of custom impl. 2016-09-14 08:45:45 +03:00
util Bluetooth: Controller: Fix coding style in ctrl.c, util/ and main.c 2016-09-07 08:17:26 +03:00
Kconfig Bluetooth: Controller: Measure and use correct stack size 2016-09-07 08:17:26 +03:00
Makefile Bluetooth: Controller: Refactor HCI files 2016-09-16 04:40:34 +00:00