Home
last modified time | relevance | path

Searched refs:pd_max (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Daudio.h504 .pd_max = _pd_max, \
545 uint32_t pd_max; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dascs_internal.h53 uint8_t pd_max[3]; member
Dbap_stream.c371 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()
Dascs.c557 sys_put_le24(pref->pd_max, cfg->pd_max); in ascs_ep_get_status_config()
567 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.c693 pref->pd_max = sys_get_le24(cfg->pd_max); in unicast_client_ep_config_state()
700 pref->latency, pref->pd_min, pref->pd_max, pref->pref_pd_min, pref->pref_pd_max, in unicast_client_ep_config_state()