Home
last modified time | relevance | path

Searched refs:p_in_qos (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c285 static void btc_hd_register_app(esp_hidd_app_param_t *p_app_param, esp_hidd_qos_param_t *p_in_qos, in btc_hd_register_app() argument
321 btc_hd_cb.in_qos.service_type = p_in_qos->service_type; in btc_hd_register_app()
322 btc_hd_cb.in_qos.token_rate = p_in_qos->token_rate; in btc_hd_register_app()
323 btc_hd_cb.in_qos.token_bucket_size = p_in_qos->token_bucket_size; in btc_hd_register_app()
324 btc_hd_cb.in_qos.peak_bandwidth = p_in_qos->peak_bandwidth; in btc_hd_register_app()
325 btc_hd_cb.in_qos.access_latency = p_in_qos->access_latency; in btc_hd_register_app()
326 btc_hd_cb.in_qos.delay_variation = p_in_qos->delay_variation; in btc_hd_register_app()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hd/
Dbta_hd_api.c90 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO *p_app_info, tBTA_HD_QOS_INFO *p_in_qos, tBTA_HD_QOS… in BTA_HdRegisterApp() argument
118 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO)); in BTA_HdRegisterApp()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_hd_api.h198 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO *p_app_info, tBTA_HD_QOS_INFO *p_in_qos, tBTA_HD_QOS…