HomeSort by relevance Sort by last modified time
    Searched full:btm_find_dev (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 67 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)
btm_ble.c 72 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_addr)
    [all...]
btm_sec.c 269 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)
    [all...]
btm_ble_addr.c 366 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL &&
btm_ble_bgconn.c 73 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
btm_acl.c 357 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)
    [all...]
btm_pm.c 903 btm_cont_rswitch_or_chglinkkey(p, btm_find_dev(p->remote_addr), hci_status);
btm_int.h     [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 245 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
smp_act.c 149 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);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 201 if ((p_dev_info = btm_find_dev (p_bda)) != NULL)
    [all...]
l2c_utils.c     [all...]

Completed in 1443 milliseconds