zephyr/subsys/bluetooth/controller/ll_sw/openisa
Erik Brockhoff dca085e155 bluetooth: controller: refactor node_rx_pdu for memory optimization
Generic node_rx_hdr struct contains data not used for done event, so this
pdu specific data is moved to node_rx_pdu to minimize memory usage for
MFIFO_done alloc.

This however calls for a considerable write-through replacing the generic
node_rx_hdr with node_rx_pdu when relevant and needed.

Signed-off-by: Erik Brockhoff <erbr@oticon.com>
2024-04-12 09:19:08 +02:00
..
hal Bluetooth: Controller: Build vendor LLL as library 2024-02-27 16:27:55 -06:00
hci Bluetooth: Controller: re-add missing hci_vendor.c reference 2024-03-04 12:14:15 +00:00
lll bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
CMakeLists.txt Bluetooth: Controller: Build vendor LLL as library 2024-02-27 16:27:55 -06:00