Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.c476 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
578 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
Dl2c_utils.c653 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
753 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
1553 …p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = L2CAP_DEFAULT_TOKEN… in l2cu_allocate_ccb()
/system/bt/stack/btm/
Dbtm_acl.c1892 p_flow->token_rate, p_flow->peak_bandwidth, in BTM_SetQoS()
1953 qossu.flow.token_rate = p_flow->token_rate; in btm_qos_setup_complete()
/system/bt/stack/include/
Dhcimsgs.h314 UINT32 token_rate, UINT32 peak,
Dbt_types.h372 UINT32 token_rate; /* bytes/second */ member
/system/bt/stack/hcic/
Dhcicmds.c654 UINT32 token_rate, UINT32 peak, UINT32 latency, in btsnd_hcic_qos_setup() argument
669 UINT32_TO_STREAM (pp, token_rate); in btsnd_hcic_qos_setup()
/system/bt/stack/btu/
Dbtu_hcif.c700 STREAM_TO_UINT32 (flow.token_rate, p); in btu_hcif_qos_setup_comp_evt()