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

  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 70 p_dev_rec = btm_find_dev (bd_addr);
184 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
213 if ((p_srec = btm_find_dev(bd_addr)) != NULL)
373 p_dev_rec = btm_find_dev (bd_addr);
434 ** Function btm_find_dev
442 tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr) function
473 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
btm_ble.c 76 p_dev_rec = btm_find_dev (bd_addr);
163 p_dev_rec = btm_find_dev (bd_addr);
366 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr);
416 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
447 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
530 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
594 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda);
795 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
824 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL)
852 p_dev_rec = btm_find_dev (bd_addr)
    [all...]
btm_ble_addr.c 370 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL &&
459 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo);
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)
    [all...]
btm_acl.c 444 p_dev_rec = btm_find_dev(bda);
724 p_dev_rec = btm_find_dev (remote_bd_addr);
831 else if (((p_dev_rec = btm_find_dev (remote_bd_addr)) != NULL)
    [all...]
btm_ble_bgconn.c 72 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
btm_pm.c 908 btm_cont_rswitch_or_chglinkkey(p, btm_find_dev(p->remote_addr), hci_status);
    [all...]
btm_int.h     [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 249 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL)
smp_act.c 153 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
383 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda);
    [all...]
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 580 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 202 if ((p_dev_info = btm_find_dev (p_bda)) != NULL)
    [all...]
l2c_utils.c     [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c     [all...]

Completed in 2327 milliseconds