Home
last modified time | relevance | path

Searched refs:qos_pref (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_unicast_server.c78 err = unicast_server_cb->reconfig(stream, ep->dir, codec_cfg, &ep->qos_pref, &rsp); in bt_bap_unicast_server_reconfig()
158 const struct bt_audio_codec_qos_pref *qos_pref) in bt_bap_unicast_server_config_ase() argument
160 return bt_ascs_config_ase(conn, stream, codec_cfg, qos_pref); in bt_bap_unicast_server_config_ase()
Dbap_stream.c364 const struct bt_audio_codec_qos_pref *qos_pref = &stream->ep->qos_pref; in bt_bap_stream_verify_qos() local
366 if (qos_pref->latency < qos->latency) { in bt_bap_stream_verify_qos()
368 LOG_DBG("Latency %u higher than preferred max %u", qos->latency, qos_pref->latency); in bt_bap_stream_verify_qos()
371 if (!IN_RANGE(qos->pd, qos_pref->pd_min, qos_pref->pd_max)) { in bt_bap_stream_verify_qos()
373 qos_pref->pd_min, qos_pref->pd_max, qos->pd); in bt_bap_stream_verify_qos()
Dbap_endpoint.h43 struct bt_audio_codec_qos_pref qos_pref; member
Dascs_internal.h347 const struct bt_audio_codec_qos_pref *qos_pref);
Dascs.c283 ops->configured(stream, &ase->ep.qos_pref); in ase_set_state_codec_configured()
548 struct bt_audio_codec_qos_pref *pref = &ep->qos_pref; in ascs_ep_get_status_config()
1426 &ase->ep.codec_cfg, &ase->ep.qos_pref, in ase_config()
1456 &ase->ep.qos_pref, &rsp); in ase_config()
1505 const struct bt_audio_codec_qos_pref *qos_pref) in bt_ascs_config_ase() argument
1512 CHECKIF(conn == NULL || stream == NULL || codec_cfg == NULL || qos_pref == NULL) { in bt_ascs_config_ase()
1556 ep->qos_pref = *qos_pref; in bt_ascs_config_ase()
Dbap_unicast_client.c685 pref = &stream->ep->qos_pref; in unicast_client_ep_config_state()
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c40 static const struct bt_audio_codec_qos_pref qos_pref = variable
140 *pref = qos_pref; in lc3_config()
151 *pref = qos_pref; in lc3_reconfig()
/Zephyr-Core-3.5.0/tests/bluetooth/audio/ascs/src/
Dtest_common.c129 static const struct bt_audio_codec_qos_pref qos_pref = variable
140 *pref = qos_pref; in unicast_server_cb_config_custom_fake()
Dtest_ase_control_params.c322 static const struct bt_audio_codec_qos_pref qos_pref = variable
333 *pref = qos_pref; in unicast_server_cb_config_custom_fake()
Dtest_ase_state_transition.c31 static const struct bt_audio_codec_qos_pref qos_pref = variable
334 err = bt_bap_unicast_server_config_ase(conn, stream, &codec_cfg, &qos_pref); in ZTEST_F()
915 err = bt_bap_unicast_server_config_ase(conn, stream, &codec_cfg, &qos_pref); in ZTEST_F()
/Zephyr-Core-3.5.0/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c38 static const struct bt_audio_codec_qos_pref qos_pref = variable
213 *pref = qos_pref; in lc3_config()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c48 static const struct bt_audio_codec_qos_pref qos_pref = variable
110 *pref = qos_pref; in lc3_config()
/Zephyr-Core-3.5.0/samples/bluetooth/unicast_audio_server/src/
Dmain.c52 static const struct bt_audio_codec_qos_pref qos_pref = variable
304 *pref = qos_pref; in lc3_config()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dbap.h1006 const struct bt_audio_codec_qos_pref *qos_pref);
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/
Dbap.c40 static const struct bt_audio_codec_qos_pref qos_pref = variable
487 *pref = qos_pref; in lc3_config()
504 *pref = qos_pref; in lc3_reconfig()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_bap.c93 static struct bt_audio_codec_qos_pref qos_pref = variable
352 *pref = qos_pref; in lc3_config()
1990 err = server_stream_config(conn, &stream->stream, codec_cfg, &qos_pref); in server_configure_codec()