/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 101 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
|
D | cap_acceptor_test.c | 262 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()
|
D | cap_initiator_unicast_test.c | 36 const struct bt_codec_qos_pref *pref) in unicast_stream_configured() argument
|
D | bap_unicast_client_test.c | 46 const struct bt_codec_qos_pref *pref) in stream_configured() argument
|
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 158 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/ |
D | cap_stream.c | 17 const struct bt_codec_qos_pref *pref) in cap_stream_configured_cb() argument 31 ops->configured(bap_stream, pref); in cap_stream_configured_cb()
|
D | ascs.c | 483 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 …]
|
D | bap_unicast_client.c | 624 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/ |
D | bap_unicast_sr.c | 192 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/ |
D | test_common.c | 143 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()
|
D | test_ase_control_params.c | 329 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/ |
D | bap.h | 496 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/ |
D | main.c | 281 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/ |
D | btp_bap.c | 229 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/ |
D | cap_initiator.c | 36 const struct bt_codec_qos_pref *pref) in unicast_stream_configured() argument
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 411 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/ |
D | main.c | 488 const struct bt_codec_qos_pref *pref) in stream_configured() argument
|