zephyr/tests/bluetooth/controller/mock_ctrl/src
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
..
assert.c
ecb.c
kernel.c
ll_assert.c
ll.c
lll_clock.c
lll_conn.c
lll.c
mayfly.c
ticker.c
ull_central.c bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
ull_conn_iso.c Bluetooth: controller: adding unittest for Central CIS Create 2023-09-28 14:05:00 +02:00
ull_peripheral_iso.c
ull_peripheral.c bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
ull_scan.c
ull.c Bluetooth: controller: Fixes for CIS Central error handling 2023-08-23 14:45:24 +02:00
util.c