Searched refs:btif_hh_cb (Results 1 – 6 of 6) sorted by relevance
89 btif_hh_cb_t btif_hh_cb; variable302 return &btif_hh_cb.devices[i]; in btif_hh_find_connected_dev_by_handle()321 return &btif_hh_cb.devices[i]; in btif_hh_find_dev_by_bda()342 return &btif_hh_cb.devices[i]; in btif_hh_find_connected_dev_by_bda()461 if (btif_hh_cb.device_num > 0) { in btif_hh_remove_device()462 btif_hh_cb.device_num--; in btif_hh_remove_device()762 memset(&btif_hh_cb, 0, sizeof(btif_hh_cb)); in btif_hh_upstreams_evt()809 btif_hh_cb.p_curr_dev = in btif_hh_upstreams_evt()954 p_dev = btif_hh_cb.p_curr_dev; in btif_hh_upstreams_evt()1227 memset(&btif_hh_cb, 0, sizeof(btif_hh_cb)); in init()[all …]
329 p_dev = &btif_hh_cb.devices[i]; in bta_hh_co_open()360 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_UNKNOWN) { in bta_hh_co_open()361 p_dev = &btif_hh_cb.devices[i]; in bta_hh_co_open()368 btif_hh_cb.device_num++; in bta_hh_co_open()424 p_dev = &btif_hh_cb.devices[i]; in bta_hh_co_close()
122 extern btif_hh_cb_t btif_hh_cb;
42 btif_hh_cb_t btif_hh_cb; variable
970 extern btif_hh_cb_t btif_hh_cb;975 btif_hh_status_text(btif_hh_cb.status).c_str(), in DumpsysHid()976 btif_hh_cb.device_num); in DumpsysHid()977 LOG_DUMPSYS(fd, "status:%s", btif_hh_status_text(btif_hh_cb.status).c_str()); in DumpsysHid()979 const btif_hh_device_t* p_dev = &btif_hh_cb.devices[i]; in DumpsysHid()989 const btif_hh_added_device_t* p_dev = &btif_hh_cb.added_devices[i]; in DumpsysHid()
66 btif_hh_cb_t btif_hh_cb; variable