Home
last modified time | relevance | path

Searched refs:qos_set (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/
Dbap_unicast_client.c92 if (stream->ops != NULL && stream->ops->qos_set != NULL) { in bt_bap_unicast_client_qos()
93 stream->ops->qos_set(stream); in bt_bap_unicast_client_qos()
252 if (stream->ops != NULL && stream->ops->qos_set != NULL) { in bt_bap_unicast_client_disable()
253 stream->ops->qos_set(stream); in bt_bap_unicast_client_disable()
293 if (stream->ops != NULL && stream->ops->qos_set != NULL) { in bt_bap_unicast_client_stop()
294 stream->ops->qos_set(stream); in bt_bap_unicast_client_stop()
315 if (pair_stream->ops != NULL && pair_stream->ops->qos_set != NULL) { in bt_bap_unicast_client_stop()
316 pair_stream->ops->qos_set(pair_stream); in bt_bap_unicast_client_stop()
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_stream.c79 if (ops != NULL && ops->qos_set != NULL) { in cap_stream_qos_set_cb()
80 ops->qos_set(bap_stream); in cap_stream_qos_set_cb()
266 .qos_set = cap_stream_qos_set_cb,
Dascs.c370 if (ops != NULL && ops->qos_set != NULL) { in ase_enter_state_qos_configured()
371 ops->qos_set(stream); in ase_enter_state_qos_configured()
Dbap_unicast_client.c1032 if (stream->ops != NULL && stream->ops->qos_set != NULL) { in unicast_client_ep_qos_state()
1033 stream->ops->qos_set(stream); in unicast_client_ep_qos_state()
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dbap_stream.c49 mock_bap_stream_ops.qos_set = mock_bap_stream_qos_set_cb; in mock_bap_stream_init()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dcap_initiator.c97 .qos_set = unicast_stream_qos_set,
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c404 .qos_set = unicast_stream_qos_set_cb, in init_cap_acceptor_unicast()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c202 .qos_set = unicast_stream_qos_set_cb,
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dmain.c328 .qos_set = stream_qos_set,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h807 void (*qos_set)(struct bt_bap_stream *stream); member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_client_test.c172 .qos_set = stream_qos_set,
Dgmap_ugg_test.c242 .qos_set = stream_qos_set_cb,
Dcap_initiator_unicast_test.c203 .qos_set = unicast_stream_qos_set,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c727 .qos_set = stream_qos_set,