zephyr/tests/bluetooth/controller
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
..
common bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
ctrl_api
ctrl_chmu
ctrl_cis_create bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
ctrl_cis_terminate
ctrl_collision
ctrl_conn_update Bluetooth: controller: fix procedure collision handling 2024-01-05 09:05:26 +01:00
ctrl_cte_req
ctrl_data_length_update Bluetooth: controller: Fix Data Length Update 2024-02-09 13:46:41 +01:00
ctrl_encrypt
ctrl_feature_exchange
ctrl_hci
ctrl_invalid
ctrl_le_ping
ctrl_min_used_chans
ctrl_phy_update bluetooth: controller: fix periph failure to disconnect on proc. collision 2024-04-11 16:01:34 +02:00
ctrl_sca_update
ctrl_terminate
ctrl_tx_buffer_alloc
ctrl_tx_queue
ctrl_unsupported
ctrl_version
mock_ctrl bluetooth: controller: refactor node_rx_pdu for memory optimization 2024-04-12 09:19:08 +02:00
uut