zephyr/tests/bluetooth/controller
Erik Brockhoff 5f99c36ca1 Bluetooth: controller: fix procedure collision handling
If an instant based remote procedure 'overtakes' a local ditto
the local procedure will be 'completed' by remote rejection
but collision flag would not get set ensuring that a new local
conflicting procedure cannot be started before the remote is completed.
This can thus lead to invalid local initiation.

Added unittest to cover case

Fix by ensuring collision flag is set also in the above mentioned
scenario.

Signed-off-by: Erik Brockhoff <erbr@oticon.com>
2024-01-05 09:05:26 +01:00
..
common
ctrl_api
ctrl_chmu
ctrl_cis_create
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
ctrl_encrypt
ctrl_feature_exchange
ctrl_hci
ctrl_invalid
ctrl_le_ping
ctrl_min_used_chans
ctrl_phy_update
ctrl_sca_update
ctrl_terminate
ctrl_tx_buffer_alloc
ctrl_tx_queue
ctrl_unsupported
ctrl_version
mock_ctrl
uut