Searched refs:pd_max (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.c | 288 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 …]
|
D | ascs_internal.h | 61 uint8_t pd_max[3]; member
|
D | ascs.c | 725 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()
|
D | bap_unicast_client.c | 911 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/ |
D | bap.h | 247 .latency = _latency, .pd_min = _pd_min, .pd_max = _pd_max, \ 299 uint32_t pd_max; member
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 263 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/ |
D | cap_initiator_unicast.c | 106 pref->latency, pref->pd_min, pref->pd_max, pref->pref_pd_min, pref->pref_pd_max); in unicast_stream_configured_cb()
|