Home
last modified time | relevance | path

Searched refs:btm_find_dev (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c71 p_dev_rec = btm_find_dev (bd_addr); in BTM_SecAddDevice()
188 if ((p_dev_rec = btm_find_dev(bd_addr)) != NULL) { in BTM_SecDeleteDevice()
219 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr); in BTM_SecClearSecurityFlags()
245 if ((p_srec = btm_find_dev(bd_addr)) != NULL) { in BTM_SecReadDevName()
487 p_dev_rec = btm_find_dev (bd_addr); in btm_dev_support_switch()
548 tBTM_SEC_DEV_REC *btm_find_dev(BD_ADDR bd_addr) in btm_find_dev() function
629 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL) { in btm_find_or_alloc_dev()
698 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr); in btm_get_bond_type_dev()
719 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr); in btm_set_bond_type_dev()
Dbtm_ble.c81 p_dev_rec = btm_find_dev (bd_addr); in BTM_SecAddBleDevice()
162 p_dev_rec = btm_find_dev (bd_addr); in BTM_SecAddBleKey()
358 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr()
407 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BlePasskeyReply()
456 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleConfirmReply()
486 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleOobDataReply()
515 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleSecureConnectionOobDataReply()
677 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda); in BTM_ReadDevInfo()
736 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadConnectedTransportAddress()
1191 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL) { in btm_ble_increment_sign_ctr()
[all …]
Dbtm_sec.c341 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL) { in BTM_GetSecurityFlags()
363 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL) { in BTM_GetSecurityFlagsByTransport()
807 if ((p_dev_rec = btm_find_dev (bda)) == NULL) { in btm_sec_clr_temp_auth_service()
855 if ((p_dev_rec = btm_find_dev (bd_addr)) == NULL) { in BTM_PINCodeReply()
1212 if (((p_dev_rec = btm_find_dev (bd_addr)) == NULL) in BTM_SecBondCancel()
1294 if (((p_dev_rec = btm_find_dev (bd_addr)) != NULL) in BTM_SecGetDeviceLinkKey()
1319 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_SecGetDeviceLinkKeyType()
1360 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_SetEncryption()
1529 if ((p_dev_rec = btm_find_dev (bd_addr)) != NULL) { in BTM_ConfirmReqReply()
1571 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_PasskeyReqReply()
[all …]
Dbtm_ble_addr.c506 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo); in btm_random_pseudo_to_identity_addr()
542 tBTM_SEC_DEV_REC *p_sec_rec = btm_find_dev(pseudo_bda); in btm_ble_refresh_peer_resolvable_private_addr()
Dbtm_acl.c464 p_dev_rec = btm_find_dev(bda); in btm_acl_removed()
725 p_dev_rec = btm_find_dev (remote_bd_addr); in BTM_SwitchRole()
808 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL) { in btm_acl_encrypt_change()
835 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL) { in btm_acl_encrypt_change()
1540 if ((p_dev_rec = btm_find_dev (p_bda)) != NULL) { in btm_acl_role_changed()
2387 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_remove_acl()
Dbtm_ble_bgconn.c294 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr); in btm_update_dev_to_white_list()
Dbtm_pm.c825 btm_cont_rswitch(p, btm_find_dev(p->remote_addr), hci_status); in btm_pm_proc_mode_change()
Dbtm_ble_privacy.c194 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list()
Dbtm_ble_gap.c3619 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bda); in btm_ble_process_adv_pkt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c322 if (btm_find_dev (bd_addr) == NULL) { in SMP_PasskeyReply()
397 if (btm_find_dev (bd_addr) == NULL) { in SMP_ConfirmReply()
567 if (btm_find_dev (bd_addr) == NULL) { in SMP_KeypressNotification()
Dsmp_act.c255 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_send_pair_req()
561 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pair_cmd()
868 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_br_process_pairing_command()
1549 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (p_cb->pairing_bda); in smp_fast_conn_param()
2001 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bda); in smp_link_encrypted()
2051 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request()
Dsmp_keys.c1971 if ((p_dev_rec = btm_find_dev (p_cb->pairing_bda)) == NULL) { in smp_calculate_link_key_from_long_term_key()
2047 if ((p_dev_rec = btm_find_dev (p_cb->pairing_bda)) == NULL) { in smp_calculate_long_term_key_from_link_key()
Dsmp_utils.c984 tBTM_SEC_DEV_REC *p_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pairing_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c634 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in hid_known_hid_device()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1164 tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c200 if ((p_dev_info = btm_find_dev (p_bda)) != NULL) { in l2c_link_hci_conn_comp()
Dl2c_ble.c883 tBTM_SEC_DEV_REC *find_dev_rec = btm_find_dev (p_lcb->remote_bd_addr); in l2cble_init_direct_conn()
Dl2c_utils.c2378 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c1328 p_dev_rec = btm_find_dev(p_cb->addr); in bta_hh_start_security()