Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c101 struct bt_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument
120 *pref = qos_pref; in lc3_config()
126 const struct bt_codec *codec, struct bt_codec_qos_pref *const pref, in lc3_reconfig() argument
Dcap_acceptor_test.c262 struct bt_codec_qos_pref *const pref, in unicast_server_config() argument
281 *pref = unicast_qos_pref; in unicast_server_config()
288 struct bt_codec_qos_pref *const pref, in unicast_server_reconfig() argument
295 *pref = unicast_qos_pref; in unicast_server_reconfig()
Dcap_initiator_unicast_test.c36 const struct bt_codec_qos_pref *pref) in unicast_stream_configured() argument
Dbap_unicast_client_test.c46 const struct bt_codec_qos_pref *pref) in stream_configured() argument
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c158 struct bt_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument
179 *pref = qos_pref; in lc3_config()
185 const struct bt_codec *codec, struct bt_codec_qos_pref *const pref, in lc3_reconfig() argument
190 *pref = qos_pref; in lc3_reconfig()
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dcap_stream.c17 const struct bt_codec_qos_pref *pref) in cap_stream_configured_cb() argument
31 ops->configured(bap_stream, pref); in cap_stream_configured_cb()
Dascs.c483 struct bt_codec_qos_pref *pref = &ep->qos_pref; in ascs_ep_get_status_config() local
486 cfg->framing = pref->unframed_supported ? BT_ASCS_QOS_FRAMING_UNFRAMED in ascs_ep_get_status_config()
488 cfg->phy = pref->phy; in ascs_ep_get_status_config()
489 cfg->rtn = pref->rtn; in ascs_ep_get_status_config()
490 cfg->latency = sys_cpu_to_le16(pref->latency); in ascs_ep_get_status_config()
491 sys_put_le24(pref->pd_min, cfg->pd_min); in ascs_ep_get_status_config()
492 sys_put_le24(pref->pd_max, cfg->pd_max); in ascs_ep_get_status_config()
493 sys_put_le24(pref->pref_pd_min, cfg->prefer_pd_min); in ascs_ep_get_status_config()
494 sys_put_le24(pref->pref_pd_max, cfg->prefer_pd_max); in ascs_ep_get_status_config()
501 bt_audio_dir_str(ep->dir), pref->unframed_supported, pref->phy, pref->rtn, in ascs_ep_get_status_config()
[all …]
Dbap_unicast_client.c624 struct bt_codec_qos_pref *pref; in unicast_client_ep_config_state() local
664 pref = &stream->ep->qos_pref; in unicast_client_ep_config_state()
667 pref->unframed_supported = cfg->framing == BT_ASCS_QOS_FRAMING_UNFRAMED; in unicast_client_ep_config_state()
668 pref->phy = cfg->phy; in unicast_client_ep_config_state()
669 pref->rtn = cfg->rtn; in unicast_client_ep_config_state()
670 pref->latency = sys_le16_to_cpu(cfg->latency); in unicast_client_ep_config_state()
671 pref->pd_min = sys_get_le24(cfg->pd_min); in unicast_client_ep_config_state()
672 pref->pd_max = sys_get_le24(cfg->pd_max); in unicast_client_ep_config_state()
673 pref->pref_pd_min = sys_get_le24(cfg->prefer_pd_min); in unicast_client_ep_config_state()
674 pref->pref_pd_max = sys_get_le24(cfg->prefer_pd_max); in unicast_client_ep_config_state()
[all …]
/Zephyr-Core-3.4.0/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c192 struct bt_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument
211 *pref = qos_pref; in lc3_config()
217 const struct bt_codec *codec, struct bt_codec_qos_pref *const pref, in lc3_reconfig() argument
/Zephyr-Core-3.4.0/tests/bluetooth/audio/ascs/src/
Dtest_common.c143 struct bt_codec_qos_pref *const pref, in unicast_server_cb_config_custom_fake() argument
147 *pref = qos_pref; in unicast_server_cb_config_custom_fake()
Dtest_ase_control_params.c329 struct bt_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.4.0/include/zephyr/bluetooth/audio/
Dbap.h496 void (*configured)(struct bt_bap_stream *stream, const struct bt_codec_qos_pref *pref);
804 struct bt_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp);
823 const struct bt_codec *codec, struct bt_codec_qos_pref *const pref,
/Zephyr-Core-3.4.0/samples/bluetooth/unicast_audio_server/src/
Dmain.c281 struct bt_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument
301 *pref = qos_pref; in lc3_config()
312 const struct bt_codec *codec, struct bt_codec_qos_pref *const pref, in lc3_reconfig() argument
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_bap.c229 struct bt_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument
270 *pref = qos_pref; in lc3_config()
276 const struct bt_codec *codec, struct bt_codec_qos_pref *const pref, in lc3_reconfig() argument
447 const struct bt_codec_qos_pref *pref) in stream_configured() argument
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_central/src/
Dcap_initiator.c36 const struct bt_codec_qos_pref *pref) in unicast_stream_configured() argument
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/
Dbap.c411 struct bt_codec_qos_pref *const pref, struct bt_bap_ascs_rsp *rsp) in lc3_config() argument
430 *pref = qos_pref; in lc3_config()
436 const struct bt_codec *codec, struct bt_codec_qos_pref *const pref, in lc3_reconfig() argument
447 *pref = qos_pref; in lc3_reconfig()
/Zephyr-Core-3.4.0/samples/bluetooth/unicast_audio_client/src/
Dmain.c488 const struct bt_codec_qos_pref *pref) in stream_configured() argument