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

/system/bt/stack/btm/
H A Dbtm_dev.c66 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
180 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr);
201 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr);
225 if ((p_srec = btm_find_dev(bd_addr)) != NULL)
328 p_dev_rec = btm_find_dev (bd_addr);
413 ** Function btm_find_dev
421 tBTM_SEC_DEV_REC *btm_find_dev(const BD_ADDR bd_addr) function
506 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
604 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr);
624 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_add
[all...]

Completed in 234 milliseconds