zephyr/tests/bluetooth/controller/mock_ctrl
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
..
include Bluetooth: Controller: Use DIV_ROUND_UP macro in HAL ticker 2023-09-18 14:25:02 +02:00
src bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
CMakeLists.txt bluetooth: controller: update unittests for improved ZTEST framework 2023-01-20 14:35:08 +01:00