Searched refs:bt_audio_codec_qos_pref (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/include/ |
D | bap_unicast_server.h | 21 struct bt_audio_codec_qos_pref *const, struct bt_bap_ascs_rsp *); 24 struct bt_audio_codec_qos_pref *const, struct bt_bap_ascs_rsp *);
|
D | bap_stream.h | 19 const struct bt_audio_codec_qos_pref *);
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/ |
D | bap_unicast_server.c | 36 struct bt_audio_codec_qos_pref *const, struct bt_bap_ascs_rsp *); 39 struct bt_audio_codec_qos_pref *const, struct bt_bap_ascs_rsp *);
|
D | bap_stream.c | 27 const struct bt_audio_codec_qos_pref *);
|
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 40 static const struct bt_audio_codec_qos_pref qos_pref = 119 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() 147 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig()
|
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 38 static const struct bt_audio_codec_qos_pref qos_pref = 194 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() 220 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 48 static const struct bt_audio_codec_qos_pref qos_pref = 91 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() 117 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig()
|
D | cap_acceptor_test.c | 43 static const struct bt_audio_codec_qos_pref unicast_qos_pref = 352 struct bt_audio_codec_qos_pref *const pref, in unicast_server_config() 378 struct bt_audio_codec_qos_pref *const pref, in unicast_server_reconfig()
|
D | bap_unicast_client_test.c | 46 const struct bt_audio_codec_qos_pref *pref) in stream_configured()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | bap.h | 503 const struct bt_audio_codec_qos_pref *pref); 828 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp); 848 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp); 1006 const struct bt_audio_codec_qos_pref *qos_pref);
|
D | audio.h | 510 struct bt_audio_codec_qos_pref { struct
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_endpoint.h | 43 struct bt_audio_codec_qos_pref qos_pref;
|
D | bap_unicast_server.c | 158 const struct bt_audio_codec_qos_pref *qos_pref) in bt_bap_unicast_server_config_ase()
|
D | ascs_internal.h | 347 const struct bt_audio_codec_qos_pref *qos_pref);
|
D | cap_stream.c | 18 const struct bt_audio_codec_qos_pref *pref) in cap_stream_configured_cb()
|
D | bap_stream.c | 364 const struct bt_audio_codec_qos_pref *qos_pref = &stream->ep->qos_pref; in bt_bap_stream_verify_qos()
|
D | ascs.c | 548 struct bt_audio_codec_qos_pref *pref = &ep->qos_pref; in ascs_ep_get_status_config() 1505 const struct bt_audio_codec_qos_pref *qos_pref) in bt_ascs_config_ase()
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/ |
D | test_common.c | 129 static const struct bt_audio_codec_qos_pref qos_pref = 136 struct bt_audio_codec_qos_pref *const pref, in unicast_server_cb_config_custom_fake()
|
D | test_ase_control_params.c | 322 static const struct bt_audio_codec_qos_pref qos_pref = 329 struct bt_audio_codec_qos_pref *const pref, in unicast_server_cb_config_custom_fake()
|
D | test_ase_state_transition.c | 31 static const struct bt_audio_codec_qos_pref qos_pref =
|
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_server/src/ |
D | main.c | 52 static const struct bt_audio_codec_qos_pref qos_pref = 284 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() 316 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig()
|
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_central/src/ |
D | cap_initiator.c | 36 const struct bt_audio_codec_qos_pref *pref) in unicast_stream_configured()
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_bap.c | 93 static struct bt_audio_codec_qos_pref qos_pref = 311 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() 359 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() 541 const struct bt_audio_codec_qos_pref *pref) in stream_configured() 1797 struct bt_audio_codec_qos_pref *qos) in server_stream_config()
|
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_client/src/ |
D | main.c | 497 const struct bt_audio_codec_qos_pref *pref) in stream_configured()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 40 static const struct bt_audio_codec_qos_pref qos_pref = 468 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() 494 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig()
|
12