Searched refs:tBTM_SEC_DEV_REC (Results 1 – 17 of 17) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_dev.c | 40 static tBTM_SEC_DEV_REC *btm_find_oldest_dev (void); 65 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddDevice() 82 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC)); in BTM_SecAddDevice() 176 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecDeleteDevice() 211 tBTM_SEC_DEV_REC *p_srec; in BTM_SecReadDevName() 229 tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr) in btm_sec_alloc_dev() 231 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_sec_alloc_dev() 274 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC)); in btm_sec_alloc_dev() 338 void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_free_dev() 364 tBTM_SEC_DEV_REC *p_dev_rec; in btm_dev_support_switch() [all …]
|
D | btm_ble_addr.c | 219 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_ble_resolve_address_cmpl() 278 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_match_random_bda() 368 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_ble_map_bda_to_conn_bda() 390 tBTM_SEC_DEV_REC* btm_find_dev_by_public_static_addr(BD_ADDR bd_addr) in btm_find_dev_by_public_static_addr() 393 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0]; in btm_find_dev_by_public_static_addr() 423 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_public_static_addr(bd_addr); in btm_public_addr_to_random_pseudo() 459 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo); in btm_random_pseudo_to_public() 488 tBTM_SEC_DEV_REC *p_sec_rec = btm_find_dev_by_public_static_addr(static_bda); in btm_ble_refresh_rra()
|
D | btm_sec.c | 58 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec); 59 static BOOLEAN btm_sec_start_get_name (tBTM_SEC_DEV_REC *p_dev_rec); 60 static BOOLEAN btm_sec_start_authentication (tBTM_SEC_DEV_REC *p_dev_rec); 61 static BOOLEAN btm_sec_start_encryption (tBTM_SEC_DEV_REC *p_dev_rec); 65 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec); 77 static void btm_send_link_key_notif (tBTM_SEC_DEV_REC *p_dev_rec); 78 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec); 80 static UINT8 btm_sec_start_authorization (tBTM_SEC_DEV_REC *p_dev_rec); 83 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 c… 84 UINT8 btm_sec_start_role_switch (tBTM_SEC_DEV_REC *p_dev_rec); [all …]
|
D | btm_ble.c | 71 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleDevice() 92 memset (p_dev_rec, 0, sizeof (tBTM_SEC_DEV_REC)); in BTM_SecAddBleDevice() 161 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleKey() 366 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr() 416 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BlePasskeyReply() 447 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleOobDataReply() 530 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleSetPrefConnParams() 594 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda); in BTM_ReadDevInfo() 791 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_increment_sign_ctr() 820 tBTM_SEC_DEV_REC *p_dev_rec; in btm_ble_get_enc_key_type() [all …]
|
D | btm_int.h | 623 } tBTM_SEC_DEV_REC; typedef 880 tBTM_SEC_DEV_REC *p_collided_dev_rec; 906 tBTM_SEC_DEV_REC sec_dev_rec[BTM_SEC_MAX_DEVICE_RECORDS]; 1000 tBTM_SEC_DEV_REC *p_dev_rec, 1118 extern tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr); 1119 extern void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec); 1120 extern tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr); 1121 extern tBTM_SEC_DEV_REC *btm_find_or_alloc_dev (BD_ADDR bd_addr); 1122 extern tBTM_SEC_DEV_REC *btm_find_dev_by_handle (UINT16 handle); 1159 extern void btm_sec_dev_rec_cback_event (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 res, BOOLEAN is_le_tra… [all …]
|
D | btm_acl.c | 45 static void btm_process_remote_ext_features_page (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec, 155 BOOLEAN btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC *p_dev_rec, BD_ADDR conn_addr, in btm_ble_get_acl_remote_addr() 212 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_acl_created() 395 tBTM_SEC_DEV_REC *p_dev_rec=NULL; in btm_acl_removed() 634 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_SwitchRole() 783 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_ChangeLinkKey() 940 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_encrypt_change() 1301 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_process_remote_ext_features() 1334 void btm_process_remote_ext_features_page (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec, in btm_process_remote_ext_features_page() 2303 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_role_changed() [all …]
|
D | btm_ble_bgconn.c | 72 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_add_dev_to_controller()
|
D | btm_ble_gap.c | 633 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; in btm_ble_resolve_random_addr_on_adv()
|
/external/bluetooth/bluedroid/vnd/include/ |
D | vendor_ble.h | 117 extern BOOLEAN btm_ble_vendor_irk_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec); 118 extern void btm_ble_vendor_irk_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec);
|
/external/bluetooth/bluedroid/vnd/ble/ |
D | vendor_ble.c | 385 tBTM_STATUS btm_ble_remove_irk_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_remove_irk_entry() 508 tBTM_SEC_DEV_REC *p_dev_rec = &btm_cb.sec_dev_rec[0]; in btm_ble_vendor_irk_list_known_dev() 539 BOOLEAN btm_ble_vendor_irk_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_vendor_irk_list_load_dev() 608 void btm_ble_vendor_irk_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_vendor_irk_list_remove_dev()
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 265 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_scanner_conn_comp() 369 tBTM_SEC_DEV_REC *p_dev_rec; in l2cble_advertiser_conn_comp() 469 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev(p_lcb->remote_bd_addr); in l2cble_start_conn_update() 671 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (p_lcb->remote_bd_addr); in l2cble_init_direct_conn()
|
D | l2c_link.c | 160 tBTM_SEC_DEV_REC *p_dev_info = NULL; in l2c_link_hci_conn_comp()
|
D | l2c_utils.c | 2332 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch()
|
/external/bluetooth/bluedroid/stack/smp/ |
D | smp_api.c | 231 tBTM_SEC_DEV_REC *p_dev_rec; in SMP_PasskeyReply()
|
D | smp_act.c | 153 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_send_pair_req() 383 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pair_cmd()
|
/external/bluetooth/bluedroid/stack/hid/ |
D | hidh_api.c | 580 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in hid_known_hid_device()
|
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_le.c | 1384 tBTM_SEC_DEV_REC *p_dev_rec; in bta_hh_start_security()
|