Searched refs:_stream (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/ascs/include/ |
D | bap_unicast_server_expects.h | 42 #define expect_bt_bap_unicast_server_cb_reconfig_called_once(_stream, _dir, _codec) \ argument 48 IF_NOT_EMPTY(_stream, ( \ 49 zassert_equal_ptr(_stream, mock_bap_unicast_server_cb_reconfig_fake.arg0_val, \ 63 #define expect_bt_bap_unicast_server_cb_qos_called_once(_stream, _qos) \ argument 69 IF_NOT_EMPTY(_stream, ( \ 70 zassert_equal_ptr(_stream, mock_bap_unicast_server_cb_qos_fake.arg0_val, \ 79 #define expect_bt_bap_unicast_server_cb_enable_called_once(_stream, _meta, _meta_len) \ argument 85 IF_NOT_EMPTY(_stream, ( \ 86 zassert_equal_ptr(_stream, mock_bap_unicast_server_cb_enable_fake.arg0_val, \ 99 #define expect_bt_bap_unicast_server_cb_metadata_called_once(_stream, _meta, _meta_len) \ argument [all …]
|
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | bap_stream_expects.h | 18 #define expect_bt_bap_stream_ops_configured_called_once(_stream, _pref) \ argument 25 IF_NOT_EMPTY(_stream, ( \ 26 zexpect_equal_ptr(_stream, mock_bap_stream_configured_cb_fake.arg0_val, \ 173 #define expect_bt_bap_stream_ops_stopped_called_once(_stream, _reason) \ argument 180 IF_NOT_EMPTY(_stream, ( \ 181 zexpect_equal_ptr(_stream, mock_bap_stream_stopped_cb_fake.arg0_val, \
|