Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Daudio.h503 .pd_min = _pd_min, \
535 uint32_t pd_min; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dascs_internal.h52 uint8_t pd_min[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.c556 sys_put_le24(pref->pd_min, cfg->pd_min); 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.c692 pref->pd_min = sys_get_le24(cfg->pd_min); 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()