Searched refs:btif_hd_cb (Results 1 – 2 of 2) sorted by relevance
64 btif_hd_cb_t btif_hd_cb; variable151 btif_hd_cb.status = BTIF_HD_ENABLED; in btif_hd_upstreams_evt()153 if (!btif_hd_cb.app_registered) { in btif_hd_upstreams_evt()158 btif_hd_cb.status = BTIF_HD_DISABLED; in btif_hd_upstreams_evt()165 btif_hd_cb.status = BTIF_HD_DISABLED; in btif_hd_upstreams_evt()166 if (btif_hd_cb.service_dereg_active) { in btif_hd_upstreams_evt()169 btif_hd_cb.service_dereg_active = FALSE; in btif_hd_upstreams_evt()173 memset(&btif_hd_cb, 0, sizeof(btif_hd_cb)); in btif_hd_upstreams_evt()186 btif_hd_cb.app_registered = TRUE; in btif_hd_upstreams_evt()192 btif_hd_cb.app_registered = FALSE; in btif_hd_upstreams_evt()[all …]
42 extern btif_hd_cb_t btif_hd_cb;