Home
last modified time | relevance | path

Searched refs:in_qos (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hd.h59 tBTA_HD_QOS_INFO in_qos; member
73 esp_hidd_qos_param_t *in_qos; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c556 hd_cb.in_qos.service_type = service_type; in HID_DevSetIncomingQos()
557 hd_cb.in_qos.token_rate = token_rate; in HID_DevSetIncomingQos()
558 hd_cb.in_qos.token_bucket_size = token_bucket_size; in HID_DevSetIncomingQos()
559 hd_cb.in_qos.peak_bandwidth = peak_bandwidth; in HID_DevSetIncomingQos()
560 hd_cb.in_qos.latency = latency; in HID_DevSetIncomingQos()
561 hd_cb.in_qos.delay_variation = delay_variation; in HID_DevSetIncomingQos()
Dhidd_conn.c296 memcpy(&p_cfg->qos, &hd_cb.in_qos, sizeof(FLOW_SPEC)); in hidd_l2cif_config_ind()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hidd_api.c57 …vice_register_app(esp_hidd_app_param_t* app_param, esp_hidd_qos_param_t* in_qos, esp_hidd_qos_para… in esp_bt_hid_device_register_app() argument
65 args.register_app.in_qos = in_qos; in esp_bt_hid_device_register_app()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c331 btc_hd_cb.in_qos.service_type = p_in_qos->service_type; in btc_hd_register_app()
332 btc_hd_cb.in_qos.token_rate = p_in_qos->token_rate; in btc_hd_register_app()
333 btc_hd_cb.in_qos.token_bucket_size = p_in_qos->token_bucket_size; in btc_hd_register_app()
334 btc_hd_cb.in_qos.peak_bandwidth = p_in_qos->peak_bandwidth; in btc_hd_register_app()
335 btc_hd_cb.in_qos.access_latency = p_in_qos->access_latency; in btc_hd_register_app()
336 btc_hd_cb.in_qos.delay_variation = p_in_qos->delay_variation; in btc_hd_register_app()
344 BTA_HdRegisterApp(&btc_hd_cb.app_info, &btc_hd_cb.in_qos, &btc_hd_cb.out_qos); in btc_hd_register_app()
732 …btc_hd_register_app(arg->register_app.app_param, arg->register_app.in_qos, arg->register_app.out_q… in btc_hd_call_handler()
/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()
179 p_app_data->in_qos.token_bucket_size, p_app_data->in_qos.peak_bandwidth, in bta_hd_register_act()
180 p_app_data->in_qos.access_latency, p_app_data->in_qos.delay_variation); in bta_hd_register_act()
Dbta_hd_api.c118 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO)); in BTA_HdRegisterApp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/
Dhid_int.h109 FLOW_SPEC in_qos; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/include/
Dbta_hd_int.h78 tBTA_HD_QOS_INFO in_qos; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidd_api.h315 …err_t esp_bt_hid_device_register_app(esp_hidd_app_param_t *app_param, esp_hidd_qos_param_t *in_qos,