Searched refs:bta_hd_cb (Results 1 – 3 of 3) sorted by relevance
127 if (bta_hd_cb.sdp_handle != 0) { in bta_hd_api_disable()180 if (bta_hd_cb.sdp_handle != 0) { in bta_hd_register_act()228 if (bta_hd_cb.sdp_handle != 0) { in bta_hd_unregister_act()232 bta_hd_cb.sdp_handle = 0; in bta_hd_unregister_act()377 (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) ? p_report->id : 0x00; in bta_hd_send_report_act()423 bta_hd_cb.vc_unplug = TRUE; in bta_hd_vc_unplug_act()479 if (bta_hd_cb.vc_unplug) { in bta_hd_close_act()480 bta_hd_cb.vc_unplug = FALSE; in bta_hd_close_act()509 if (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) { in bta_hd_intr_data_act()558 if (bta_hd_cb.use_report_id) { in bta_hd_get_report_act()[all …]
51 tBTA_HD_CB bta_hd_cb; variable53 static tBTA_HD_STATE get_state() { return bta_hd_cb.state; } in get_state()55 static void set_state(tBTA_HD_STATE state) { bta_hd_cb.state = state; } in set_state()188 if (bta_hd_cb.state == BTA_HD_CONN_ST) { in bta_hd_hdl_event()193 bta_hd_cb.disable_w4_close = TRUE; in bta_hd_hdl_event()
148 extern tBTA_HD_CB bta_hd_cb;