Searched refs:btm_find_dev (Results 1 - 12 of 12) 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)
H A Dbtm_ble.c72 p_dev_rec = btm_find_dev (bd_addr);
159 p_dev_rec = btm_find_dev (bd_addr);
327 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr);
373 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
404 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
488 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
554 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda);
750 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
779 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
806 p_dev_rec = btm_find_dev (bd_add
[all...]
H A Dbtm_sec.c269 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
794 if ((p_dev_rec = btm_find_dev (bda)) == NULL)
882 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
986 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
1273 if (((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
1393 if (((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
1439 p_dev_rec = btm_find_dev (bd_addr);
1575 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
1619 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
1957 p_dev_rec = btm_find_dev (bd_add
[all...]
H A Dbtm_ble_addr.c366 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL &&
H A Dbtm_acl.c357 p_dev_rec = btm_find_dev(bda);
636 p_dev_rec = btm_find_dev (remote_bd_addr);
743 else if (((p_dev_rec = btm_find_dev (remote_bd_addr)) != NULL)
890 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL)
920 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL)
2130 btm_cont_rswitch_or_chglinkkey(p, btm_find_dev(p->remote_addr), hci_status);
2262 if ((p_dev_rec = btm_find_dev (p_bda)) != NULL)
3085 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
H A Dbtm_ble_bgconn.c73 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
H A Dbtm_pm.c903 btm_cont_rswitch_or_chglinkkey(p, btm_find_dev(p->remote_addr), hci_status);
H A Dbtm_int.h1073 extern tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr);
/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_api.c245 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
H A Dsmp_act.c149 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
359 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c201 if ((p_dev_info = btm_find_dev (p_bda)) != NULL)
H A Dl2c_utils.c2213 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_lcb->remote_bd_addr);

Completed in 177 milliseconds