zephyr/tests/bluetooth/controller/common
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 RX node piggy-back for NTF when possible 2023-05-12 12:53:16 +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