OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btm_find_dev
(Results
1 - 13
of
13
) 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);
356
tBTM_SEC_DEV_REC *p_dev_rec =
btm_find_dev
(pseudo_addr);
405
tBTM_SEC_DEV_REC *p_dev_rec =
btm_find_dev
(bd_addr);
436
tBTM_SEC_DEV_REC *p_dev_rec =
btm_find_dev
(bd_addr);
520
tBTM_SEC_DEV_REC *p_dev_rec =
btm_find_dev
(bd_addr);
586
tBTM_SEC_DEV_REC *p_dev_rec =
btm_find_dev
(remote_bda);
812
if ((p_dev_rec =
btm_find_dev
(bd_addr)) != NULL)
841
if ((p_dev_rec =
btm_find_dev
(bd_addr)) != NULL)
868
p_dev_rec =
btm_find_dev
(bd_addr)
[
all
...]
btm_sec.c
270
if ((p_dev_rec =
btm_find_dev
(bd_addr)) != NULL)
795
if ((p_dev_rec =
btm_find_dev
(bda)) == NULL)
883
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_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_ble_bgconn.c
71
tBTM_SEC_DEV_REC *p_dev_rec =
btm_find_dev
(bd_addr);
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/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
201
if ((p_dev_info =
btm_find_dev
(p_bda)) != NULL)
[
all
...]
l2c_utils.c
[
all
...]
Completed in 70 milliseconds