Searched refs:p_in_qos (Results 1 – 3 of 3) sorted by relevance
285 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() argument321 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()
90 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO *p_app_info, tBTA_HD_QOS_INFO *p_in_qos, tBTA_HD_QOS… in BTA_HdRegisterApp() argument118 memcpy(&p_buf->in_qos, p_in_qos, sizeof(tBTA_HD_QOS_INFO)); in BTA_HdRegisterApp()
198 extern void BTA_HdRegisterApp(tBTA_HD_APP_INFO *p_app_info, tBTA_HD_QOS_INFO *p_in_qos, tBTA_HD_QOS…