Home
last modified time | relevance | path

Searched refs:expect_bt_bap_stream_ops_disabled_called_once (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_ase_state_transition.c195 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
381 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
546 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
618 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
732 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
940 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
953 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
978 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
1153 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
1199 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
Dmain.c434 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
469 expect_bt_bap_stream_ops_disabled_called_once(stream); in test_cis_link_loss_in_disabling_state()
534 expect_bt_bap_stream_ops_disabled_called_once(stream); in ZTEST_F()
/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dbap_stream_expects.h98 static inline void expect_bt_bap_stream_ops_disabled_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_disabled_called_once() function