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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c66 p_dev_rec = btm_find_dev (bd_addr);
158 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
184 if ((p_srec = btm_find_dev(bd_addr)) != NULL)
308 p_dev_rec = btm_find_dev (bd_addr);
365 ** Function btm_find_dev
373 tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr) function
404 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)

Completed in 151 milliseconds