Searched refs:pd_max (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | audio.h | 504 .pd_max = _pd_max, \ 545 uint32_t pd_max; member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | ascs_internal.h | 53 uint8_t pd_max[3]; member
|
D | bap_stream.c | 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()
|
D | ascs.c | 557 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()
|
D | bap_unicast_client.c | 693 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()
|