Home
last modified time | relevance | path

Searched refs:pref_pd_max (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c311 if (qos_pref->pref_pd_max != BT_AUDIO_PD_PREF_NONE) { in bt_bap_valid_qos_pref()
318 if (!IN_RANGE(qos_pref->pref_pd_max, qos_pref->pd_min, qos_pref->pd_max)) { in bt_bap_valid_qos_pref()
321 qos_pref->pref_pd_max, qos_pref->pd_min, qos_pref->pd_max); in bt_bap_valid_qos_pref()
326 if (!IN_RANGE(qos_pref->pref_pd_max, qos_pref->pref_pd_min, in bt_bap_valid_qos_pref()
330 qos_pref->pref_pd_max, qos_pref->pd_min, qos_pref->pd_max); in bt_bap_valid_qos_pref()
Dascs.c727 sys_put_le24(pref->pref_pd_max, cfg->prefer_pd_max); in ascs_ep_get_status_config()
735 pref->latency, pref->pd_min, pref->pd_max, pref->pref_pd_min, pref->pref_pd_max, in ascs_ep_get_status_config()
Dbap_unicast_client.c913 pref->pref_pd_max = sys_get_le24(cfg->prefer_pd_max); in unicast_client_ep_config_state()
918 pref->latency, pref->pd_min, pref->pd_max, pref->pref_pd_min, pref->pref_pd_max, in unicast_client_ep_config_state()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h248 .pref_pd_min = _pref_pd_min, .pref_pd_max = _pref_pd_max, \
316 uint32_t pref_pd_max; member
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c263 pref->latency, pref->pd_min, pref->pd_max, pref->pref_pd_min, pref->pref_pd_max); in unicast_stream_configured_cb()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c106 pref->latency, pref->pd_min, pref->pd_max, pref->pref_pd_min, pref->pref_pd_max); in unicast_stream_configured_cb()