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

  /system/bt/stack/btm/
btm_dev.c 71 p_dev_rec = btm_find_dev (bd_addr);
189 if ((p_dev_rec = btm_find_dev(bd_addr)) != NULL)
214 if ((p_srec = btm_find_dev(bd_addr)) != NULL)
334 p_dev_rec = btm_find_dev (bd_addr);
419 ** Function btm_find_dev
427 tBTM_SEC_DEV_REC *btm_find_dev(BD_ADDR bd_addr) function
516 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
583 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr);
603 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr);
btm_ble.c 76 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr);
145 p_dev_rec = btm_find_dev (bd_addr);
347 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr);
397 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
426 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
458 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
539 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
603 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda);
666 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(remote_bda);
    [all...]
btm_sec.c 350 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
373 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
823 if ((p_dev_rec = btm_find_dev (bda)) == NULL)
873 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
    [all...]
btm_ble_addr.c 458 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo);
494 tBTM_SEC_DEV_REC *p_sec_rec = btm_find_dev(pseudo_bda);
btm_acl.c 424 p_dev_rec = btm_find_dev(bda);
672 p_dev_rec = btm_find_dev (remote_bd_addr);
767 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL)
795 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL)
    [all...]
btm_ble_bgconn.c 151 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
btm_ble_privacy.c 195 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_bda);
    [all...]
btm_pm.c 892 btm_cont_rswitch(p, btm_find_dev(p->remote_addr), hci_status);
    [all...]
btm_int.h     [all...]
  /system/bt/stack/smp/
smp_api.c 324 if (btm_find_dev (bd_addr) == NULL)
381 if (btm_find_dev (bd_addr) == NULL)
552 if (btm_find_dev (bd_addr) == NULL)
smp_act.c 290 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
566 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
841 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
    [all...]
smp_keys.c     [all...]
  /system/bt/stack/hid/
hidh_api.c 580 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
  /system/bt/stack/l2cap/
l2c_link.c 203 if ((p_dev_info = btm_find_dev (p_bda)) != NULL)
    [all...]
l2c_utils.c     [all...]
  /system/bt/bta/hh/
bta_hh_le.c     [all...]

Completed in 471 milliseconds