Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c288 if (qos_pref->pd_max > BT_AUDIO_PD_MAX) { in bt_bap_valid_qos_pref()
294 if (qos_pref->pd_max < qos_pref->pd_min) { in bt_bap_valid_qos_pref()
296 qos_pref->pd_max); in bt_bap_valid_qos_pref()
303 if (!IN_RANGE(qos_pref->pref_pd_min, qos_pref->pd_min, qos_pref->pd_max)) { in bt_bap_valid_qos_pref()
305 qos_pref->pref_pd_min, qos_pref->pd_min, qos_pref->pd_max); 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()
327 qos_pref->pd_max)) { 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()
514 if (!IN_RANGE(qos->pd, qos_pref->pd_min, qos_pref->pd_max)) { in bt_bap_stream_verify_qos()
[all …]
Dascs_internal.h61 uint8_t pd_max[3]; member
Dascs.c725 sys_put_le24(pref->pd_max, cfg->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.c911 pref->pd_max = sys_get_le24(cfg->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.h247 .latency = _latency, .pd_min = _pd_min, .pd_max = _pd_max, \
299 uint32_t 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()