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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c67 p_dev_rec = btm_find_dev (bd_addr);
181 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
207 if ((p_srec = btm_find_dev(bd_addr)) != NULL)
330 p_dev_rec = btm_find_dev (bd_addr);
387 ** Function btm_find_dev
395 tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr) function
426 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)

Completed in 70 milliseconds