Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhidd_api.h240 uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size,
253 uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_size,
Dbt_types.h366 UINT32 token_rate; /* bytes/second */ member
Dhcimsgs.h374 UINT32 token_rate, UINT32 peak,
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c551 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_… in HID_DevSetIncomingQos() argument
557 hd_cb.in_qos.token_rate = token_rate; in HID_DevSetIncomingQos()
573 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, uint32_t token_bucket_… in HID_DevSetOutgoingQos() argument
579 hd_cb.l2cap_intr_cfg.qos.token_rate = token_rate; in HID_DevSetOutgoingQos()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_qos.c39 .token_rate = 0, /* bytes/second */ in bta_dm_set_qos()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h77 uint32_t token_rate; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidd_api.h108 …uint32_t token_rate; /*!< token rate in bytes per second, 0 indicates … member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c332 btc_hd_cb.in_qos.token_rate = p_in_qos->token_rate; in btc_hd_register_app()
338 btc_hd_cb.out_qos.token_rate = p_out_qos->token_rate; in btc_hd_register_app()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_act.c178 HID_DevSetIncomingQos(p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate, in bta_hd_register_act()
182 HID_DevSetOutgoingQos(p_app_data->out_qos.service_type, p_app_data->out_qos.token_rate, in bta_hd_register_act()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c553 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
644 STREAM_TO_UINT32 (cfg_info.qos.token_rate, p); in process_l2cap_cmd()
Dl2c_utils.c712 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_req()
810 UINT32_TO_STREAM (p, p_cfg->qos.token_rate); in l2cu_send_peer_config_rsp()
1536 …p_ccb->our_cfg.qos.token_rate = p_ccb->peer_cfg.qos.token_rate = L2CAP_DEFAULT_TOKEN… in l2cu_allocate_ccb()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1900 p_flow->token_rate, p_flow->peak_bandwidth, in BTM_SetQoS()
1944 qossu.flow.token_rate = p_flow->token_rate; in btm_qos_setup_complete()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c857 UINT32 token_rate, UINT32 peak, UINT32 latency, in btsnd_hcic_qos_setup() argument
878 UINT32_TO_STREAM (pp, token_rate); in btsnd_hcic_qos_setup()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c867 STREAM_TO_UINT32 (flow.token_rate, p); in btu_hcif_qos_setup_comp_evt()