Home
last modified time | relevance | path

Searched refs:mock_bt_iso_disconnected (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Diso.h27 int mock_bt_iso_disconnected(struct bt_iso_chan *chan, uint8_t err);
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Diso.c72 return mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in bt_iso_chan_disconnect()
124 int mock_bt_iso_disconnected(struct bt_iso_chan *chan, uint8_t err) in mock_bt_iso_disconnected() function
195 mock_bt_iso_disconnected(bis, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_iso_big_terminate()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dmain.c288 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F()
348 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F()
434 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F()
478 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in test_cis_link_loss_in_disabling_state()
526 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F()
573 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_FAIL_TO_ESTAB); in ZTEST_F()
Dtest_ase_state_transition.c343 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F()
645 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F()
903 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F()
1226 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F()