Searched refs:btif_hd_cb (Results 1 – 2 of 2) sorted by relevance
61 btif_hd_cb_t btif_hd_cb; variable148 btif_hd_cb.status = BTIF_HD_ENABLED; in btif_hd_upstreams_evt()150 if (!btif_hd_cb.app_registered) { in btif_hd_upstreams_evt()155 btif_hd_cb.status = BTIF_HD_DISABLED; in btif_hd_upstreams_evt()162 btif_hd_cb.status = BTIF_HD_DISABLED; in btif_hd_upstreams_evt()163 if (btif_hd_cb.service_dereg_active) { in btif_hd_upstreams_evt()166 btif_hd_cb.service_dereg_active = FALSE; in btif_hd_upstreams_evt()170 memset(&btif_hd_cb, 0, sizeof(btif_hd_cb)); in btif_hd_upstreams_evt()183 btif_hd_cb.app_registered = TRUE; in btif_hd_upstreams_evt()189 btif_hd_cb.app_registered = FALSE; in btif_hd_upstreams_evt()[all …]
42 extern btif_hd_cb_t btif_hd_cb;