Home
last modified time | relevance | path

Searched refs:pref (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c119 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/
Dbap_unicast_sr.c194 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/
Dbap_unicast_server_test.c91 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
Dcap_acceptor_test.c352 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()
Dbap_unicast_client_test.c46 const struct bt_audio_codec_qos_pref *pref) in stream_configured() argument
Dcap_initiator_unicast_test.c118 const struct bt_audio_codec_qos_pref *pref) in unicast_stream_configured() argument
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dcap_stream.c18 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()
Dascs.c548 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 …]
Dbap_unicast_client.c643 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/
Dtest_common.c136 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()
Dtest_ase_control_params.c329 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/
Dbap.h503 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/
Dmain.c284 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/
Dcap_initiator.c36 const struct bt_audio_codec_qos_pref *pref) in unicast_stream_configured() argument
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c468 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/
Dbtp_bap.c311 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/
Dmain.c497 const struct bt_audio_codec_qos_pref *pref) in stream_configured() argument