Searched refs:mock_bt_iso_disconnected (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 53 return mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in bt_iso_chan_disconnect() 105 int mock_bt_iso_disconnected(struct bt_iso_chan *chan, uint8_t err) in mock_bt_iso_disconnected() function 159 mock_bt_iso_disconnected(bis, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_iso_big_terminate()
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/include/ |
D | iso.h | 24 int mock_bt_iso_disconnected(struct bt_iso_chan *chan, uint8_t err);
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/ |
D | main.c | 250 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F() 346 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F() 499 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F() 539 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in test_cis_link_loss_in_disabling_state() 586 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_TIMEOUT); in ZTEST_F() 631 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_FAIL_TO_ESTAB); in ZTEST_F()
|
D | test_ase_state_transition.c | 279 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F() 567 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F() 817 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F() 1125 mock_bt_iso_disconnected(chan, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in ZTEST_F()
|