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 tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_api tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_chmu tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_conn_update tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_cte_req tests: Bluetooth: llcp: Add CTE REQ and PHY change collision tests 2022-02-02 10:53:51 +01:00
ctrl_data_length_update tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_encrypt tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_feature_exchange tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_hci tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_le_ping tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_min_used_chans tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_phy_update tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_terminate tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_tx_buffer_alloc tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_tx_queue tests: Bluetooth: df: Fix not building unit tests 2022-01-04 09:10:05 -05:00
ctrl_version Bluetooth: Controller: llcp: Fix failing UT for version exchange 2022-02-02 10:53:51 +01:00
mock_ctrl Bluetooth: Controller: Enable PDU CP bit when CTE RX is enabled 2022-01-21 09:30:23 -05:00