zephyr/tests/bluetooth/controller
Piotr Pryga e87172f483 Bluetooth: Controller: llcp: Fix failing UT for version exchange
Test that verifies correct handling of Version exchanged procedure
called twice on the same connection failed. The reason was wrong
number of expected free procedure context objects. It was expected
that there will be one context not released.
That was wrong because the context is released just after the procedure
completes in idle state. The second and following calls to the procedure
do not start any PDU exchange, so the procedure ends immediately.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-02-02 10:53:51 +01:00
..
common
ctrl_api
ctrl_chmu
ctrl_conn_update
ctrl_cte_req
ctrl_data_length_update
ctrl_encrypt
ctrl_feature_exchange
ctrl_hci
ctrl_le_ping
ctrl_min_used_chans
ctrl_phy_update
ctrl_terminate
ctrl_tx_buffer_alloc
ctrl_tx_queue
ctrl_version Bluetooth: Controller: llcp: Fix failing UT for version exchange 2022-02-02 10:53:51 +01:00
mock_ctrl