Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c282 if (qos_pref->pd_min > BT_AUDIO_PD_MAX) { in bt_bap_valid_qos_pref()
283 LOG_DBG("Invalid pd_min: %u", qos_pref->pd_min); in bt_bap_valid_qos_pref()
289 LOG_DBG("Invalid pd_min: %u", qos_pref->pd_min); in bt_bap_valid_qos_pref()
294 if (qos_pref->pd_max < qos_pref->pd_min) { in bt_bap_valid_qos_pref()
295 LOG_DBG("Invalid combination of pd_min %u and pd_max: %u", qos_pref->pd_min, 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()
330 qos_pref->pref_pd_max, qos_pref->pd_min, qos_pref->pd_max); in bt_bap_valid_qos_pref()
[all …]
Dascs_internal.h60 uint8_t pd_min[3]; member
Dascs.c724 sys_put_le24(pref->pd_min, cfg->pd_min); 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.c910 pref->pd_min = sys_get_le24(cfg->pd_min); 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, \
290 uint32_t pd_min; 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()