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

/system/bt/btif/src/
H A Dbtif_hh.cc112 btif_hh_cb_t btif_hh_cb; variable
336 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
337 btif_hh_cb.devices[i].dev_handle == handle) {
338 return &btif_hh_cb.devices[i];
355 if (btif_hh_cb.devices[i].dev_status != BTHH_CONN_STATE_UNKNOWN &&
356 memcmp(&(btif_hh_cb.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0) {
357 return &btif_hh_cb.devices[i];
376 if (btif_hh_cb.devices[i].dev_status == BTHH_CONN_STATE_CONNECTED &&
377 memcmp(&(btif_hh_cb.devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0) {
378 return &btif_hh_cb
[all...]

Completed in 74 milliseconds