/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 119 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument 140 *pref = qos_pref; in lc3_config() 147 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() argument 151 *pref = qos_pref; in lc3_reconfig()
|
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 194 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument 213 *pref = qos_pref; in lc3_config() 220 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() argument
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 91 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument 110 *pref = qos_pref; in lc3_config() 117 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() argument
|
D | cap_acceptor_test.c | 352 struct bt_audio_codec_qos_pref *const pref, in unicast_server_config() argument 371 *pref = unicast_qos_pref; in unicast_server_config() 378 struct bt_audio_codec_qos_pref *const pref, in unicast_server_reconfig() argument 385 *pref = unicast_qos_pref; in unicast_server_reconfig()
|
D | bap_unicast_client_test.c | 46 const struct bt_audio_codec_qos_pref *pref) in stream_configured() argument
|
D | cap_initiator_unicast_test.c | 118 const struct bt_audio_codec_qos_pref *pref) in unicast_stream_configured() argument
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | cap_stream.c | 18 const struct bt_audio_codec_qos_pref *pref) in cap_stream_configured_cb() argument 32 ops->configured(bap_stream, pref); in cap_stream_configured_cb()
|
D | ascs.c | 548 struct bt_audio_codec_qos_pref *pref = &ep->qos_pref; in ascs_ep_get_status_config() local 551 cfg->framing = pref->unframed_supported ? BT_ASCS_QOS_FRAMING_UNFRAMED in ascs_ep_get_status_config() 553 cfg->phy = pref->phy; in ascs_ep_get_status_config() 554 cfg->rtn = pref->rtn; in ascs_ep_get_status_config() 555 cfg->latency = sys_cpu_to_le16(pref->latency); in ascs_ep_get_status_config() 556 sys_put_le24(pref->pd_min, cfg->pd_min); in ascs_ep_get_status_config() 557 sys_put_le24(pref->pd_max, cfg->pd_max); in ascs_ep_get_status_config() 558 sys_put_le24(pref->pref_pd_min, cfg->prefer_pd_min); in ascs_ep_get_status_config() 559 sys_put_le24(pref->pref_pd_max, cfg->prefer_pd_max); in ascs_ep_get_status_config() 566 bt_audio_dir_str(ep->dir), pref->unframed_supported, pref->phy, pref->rtn, in ascs_ep_get_status_config() [all …]
|
D | bap_unicast_client.c | 643 struct bt_audio_codec_qos_pref *pref; in unicast_client_ep_config_state() local 685 pref = &stream->ep->qos_pref; in unicast_client_ep_config_state() 688 pref->unframed_supported = cfg->framing == BT_ASCS_QOS_FRAMING_UNFRAMED; in unicast_client_ep_config_state() 689 pref->phy = cfg->phy; in unicast_client_ep_config_state() 690 pref->rtn = cfg->rtn; in unicast_client_ep_config_state() 691 pref->latency = sys_le16_to_cpu(cfg->latency); in unicast_client_ep_config_state() 692 pref->pd_min = sys_get_le24(cfg->pd_min); in unicast_client_ep_config_state() 693 pref->pd_max = sys_get_le24(cfg->pd_max); in unicast_client_ep_config_state() 694 pref->pref_pd_min = sys_get_le24(cfg->prefer_pd_min); in unicast_client_ep_config_state() 695 pref->pref_pd_max = sys_get_le24(cfg->prefer_pd_max); in unicast_client_ep_config_state() [all …]
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/ |
D | test_common.c | 136 struct bt_audio_codec_qos_pref *const pref, in unicast_server_cb_config_custom_fake() argument 140 *pref = qos_pref; in unicast_server_cb_config_custom_fake()
|
D | test_ase_control_params.c | 329 struct bt_audio_codec_qos_pref *const pref, in unicast_server_cb_config_custom_fake() argument 333 *pref = qos_pref; in unicast_server_cb_config_custom_fake()
|
/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);
|
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_server/src/ |
D | main.c | 284 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument 304 *pref = qos_pref; in lc3_config() 316 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() argument
|
/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() argument
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 468 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument 487 *pref = qos_pref; in lc3_config() 494 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() argument 504 *pref = qos_pref; in lc3_reconfig()
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_bap.c | 311 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument 352 *pref = qos_pref; in lc3_config() 359 struct bt_audio_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_reconfig() argument 541 const struct bt_audio_codec_qos_pref *pref) in stream_configured() argument
|
/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() argument
|