Searched refs:btif_hd_cb (Results 1 – 2 of 2) sorted by relevance
63 btif_hd_cb_t btif_hd_cb; variable150 btif_hd_cb.status = BTIF_HD_ENABLED; in btif_hd_upstreams_evt()152 if (!btif_hd_cb.app_registered) { in btif_hd_upstreams_evt()157 btif_hd_cb.status = BTIF_HD_DISABLED; in btif_hd_upstreams_evt()164 btif_hd_cb.status = BTIF_HD_DISABLED; in btif_hd_upstreams_evt()165 if (btif_hd_cb.service_dereg_active) { in btif_hd_upstreams_evt()168 btif_hd_cb.service_dereg_active = FALSE; in btif_hd_upstreams_evt()172 memset(&btif_hd_cb, 0, sizeof(btif_hd_cb)); in btif_hd_upstreams_evt()185 btif_hd_cb.app_registered = TRUE; in btif_hd_upstreams_evt()191 btif_hd_cb.app_registered = FALSE; in btif_hd_upstreams_evt()[all …]
42 extern btif_hd_cb_t btif_hd_cb;