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 bluetooth: controller: update unittests for improved ZTEST framework 2023-01-20 14:35:08 +01:00
ecb.c bluetooth: controller: update unittests for improved ZTEST framework 2023-01-20 14:35:08 +01:00
kernel.c test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ll_assert.c bluetooth: controller: update unittests for improved ZTEST framework 2023-01-20 14:35:08 +01:00
ll.c Bluetooth: Controller: Make PDU octet3 vendor specific 2023-01-26 13:25:11 +01:00
lll_clock.c bluetooth: controller: update unittests for improved ZTEST framework 2023-01-20 14:35:08 +01:00
lll_conn.c Bluetooth: Controller: Make PDU octet3 vendor specific 2023-01-26 13:25:11 +01:00
lll.c Bluetooth: Controller: Make PDU octet3 vendor specific 2023-01-26 13:25:11 +01:00
mayfly.c bluetooth: controller: update unittests for improved ZTEST framework 2023-01-20 14:35:08 +01:00
ticker.c bluetooth: controller: update unittests for improved ZTEST framework 2023-01-20 14:35:08 +01:00
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 Bluetooth: Controller: Make PDU octet3 vendor specific 2023-01-26 13:25:11 +01:00
ull_peripheral.c bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
ull_scan.c Bluetooth: Rework the HCI header set 2023-06-12 06:20:24 -04:00
ull.c Bluetooth: controller: Fixes for CIS Central error handling 2023-08-23 14:45:24 +02:00
util.c Bluetooth: Controller: Make PDU octet3 vendor specific 2023-01-26 13:25:11 +01:00