Searched refs:mock_bt_iso_disconnected (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | iso.h | 27 int mock_bt_iso_disconnected(struct bt_iso_chan *chan, uint8_t err);
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 72 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/ |
D | main.c | 288 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()
|
D | test_ase_state_transition.c | 343 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()
|