Searched refs:btif_hh_cb (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/src/
H A Dbtif_hh.c116 btif_hh_cb_t btif_hh_cb; variable
348 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
349 btif_hh_cb.devices[i].dev_handle == handle)
351 return &btif_hh_cb.devices[i];
369 if (btif_hh_cb.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
370 memcmp(&(btif_hh_cb.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0)
372 return &btif_hh_cb.devices[i];
390 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
391 memcmp(&(btif_hh_cb.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0)
393 return &btif_hh_cb
[all...]
/system/bt/btif/include/
H A Dbtif_hh.h100 extern btif_hh_cb_t btif_hh_cb;
/system/bt/btif/co/
H A Dbta_hh_co.c265 p_dev = &btif_hh_cb.devices[i];
296 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_UNKNOWN) {
297 p_dev = &btif_hh_cb.devices[i];
304 btif_hh_cb.device_num++;
356 p_dev = &btif_hh_cb.devices[i];

Completed in 63 milliseconds