Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.c480 STREAM_TO_UINT32 (cfg_info.qos.delay_variation, p); in process_l2cap_cmd()
582 STREAM_TO_UINT32 (cfg_info.qos.delay_variation, p); in process_l2cap_cmd()
Dl2c_utils.c657 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_req()
757 UINT32_TO_STREAM (p, p_cfg->qos.delay_variation); in l2cu_send_peer_config_rsp()
1557 …p_ccb->our_cfg.qos.delay_variation = p_ccb->peer_cfg.qos.delay_variation = L2CAP_DEFAULT_DELAY; in l2cu_allocate_ccb()
/system/bt/stack/btm/
Dbtm_acl.c1893 p_flow->latency,p_flow->delay_variation)) in BTM_SetQoS()
1956 qossu.flow.delay_variation = p_flow->delay_variation; in btm_qos_setup_complete()
1959 qossu.flow.delay_variation); in btm_qos_setup_complete()
/system/bt/stack/include/
Dbt_types.h376 UINT32 delay_variation; /* microseconds */ member
/system/bt/stack/btu/
Dbtu_hcif.c703 STREAM_TO_UINT32 (flow.delay_variation, p); in btu_hcif_qos_setup_comp_evt()