Searched refs:token_rate (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hidd_api.h | 240 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,
|
D | bt_types.h | 366 UINT32 token_rate; /* bytes/second */ member
|
D | hcimsgs.h | 374 UINT32 token_rate, UINT32 peak,
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_api.c | 551 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/ |
D | bta_dm_qos.c | 39 .token_rate = 0, /* bytes/second */ in bta_dm_set_qos()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hd_api.h | 77 uint32_t token_rate; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hidd_api.h | 108 …uint32_t token_rate; /*!< token rate in bytes per second, 0 indicates … member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | btc_hd.c | 332 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/ |
D | bta_hd_act.c | 178 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/ |
D | l2c_main.c | 553 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()
|
D | l2c_utils.c | 712 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/ |
D | btm_acl.c | 1900 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/ |
D | hcicmds.c | 857 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/ |
D | btu_hcif.c | 867 STREAM_TO_UINT32 (flow.token_rate, p); in btu_hcif_qos_setup_comp_evt()
|