Searched refs:tBTM_SEC_DEV_REC (Results 1 – 17 of 17) sorted by relevance
/system/bt/stack/btm/ |
D | btm_dev.c | 40 static tBTM_SEC_DEV_REC *btm_find_oldest_dev (void); 66 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddDevice() 80 p_dev_rec = osi_calloc(sizeof(tBTM_SEC_DEV_REC)); in BTM_SecAddDevice() 180 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecDeleteDevice() 212 tBTM_SEC_DEV_REC *p_srec; in BTM_SecReadDevName() 222 tBTM_SEC_DEV_REC *p_dev_rec = data; in is_bd_addr_equal() 241 tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr) in btm_sec_alloc_dev() 243 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_sec_alloc_dev() 251 p_dev_rec = osi_calloc(sizeof(tBTM_SEC_DEV_REC)); in btm_sec_alloc_dev() 296 void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_free_dev() [all …]
|
D | btm_sec.c | 67 static tBTM_STATUS btm_sec_execute_procedure (tBTM_SEC_DEV_REC *p_dev_rec); 68 static BOOLEAN btm_sec_start_get_name (tBTM_SEC_DEV_REC *p_dev_rec); 69 static BOOLEAN btm_sec_start_authentication (tBTM_SEC_DEV_REC *p_dev_rec); 70 static BOOLEAN btm_sec_start_encryption (tBTM_SEC_DEV_REC *p_dev_rec); 74 static tBTM_STATUS btm_sec_dd_create_conn (tBTM_SEC_DEV_REC *p_dev_rec); 86 static void btm_send_link_key_notif (tBTM_SEC_DEV_REC *p_dev_rec); 87 static BOOLEAN btm_sec_check_prefetch_pin (tBTM_SEC_DEV_REC *p_dev_rec); 89 static UINT8 btm_sec_start_authorization (tBTM_SEC_DEV_REC *p_dev_rec); 92 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 c… 93 UINT8 btm_sec_start_role_switch (tBTM_SEC_DEV_REC *p_dev_rec); [all …]
|
D | btm_ble_addr.c | 250 BOOLEAN btm_ble_init_pseudo_addr (tBTM_SEC_DEV_REC *p_dev_rec, BD_ADDR new_pseudo_addr) in btm_ble_init_pseudo_addr() 272 BOOLEAN btm_ble_addr_resolvable (BD_ADDR rpa, tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_addr_resolvable() 332 tBTM_SEC_DEV_REC *p_dev_rec = data; in btm_ble_match_random_bda() 372 tBTM_SEC_DEV_REC *p_dev_rec = n ? list_node(n) : NULL; in btm_ble_resolve_random_addr() 394 tBTM_SEC_DEV_REC* btm_find_dev_by_identity_addr(BD_ADDR bd_addr, UINT8 addr_type) in btm_find_dev_by_identity_addr() 399 tBTM_SEC_DEV_REC *p_dev_rec = list_node(node); in btm_find_dev_by_identity_addr() 426 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_identity_addr(bd_addr, *p_addr_type); in btm_identity_addr_to_random_pseudo() 458 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (random_pseudo); in btm_random_pseudo_to_identity_addr() 494 tBTM_SEC_DEV_REC *p_sec_rec = btm_find_dev(pseudo_bda); in btm_ble_refresh_peer_resolvable_private_addr()
|
D | btm_ble.c | 76 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice() 84 p_dev_rec = osi_calloc(sizeof(tBTM_SEC_DEV_REC)); in BTM_SecAddBleDevice() 143 tBTM_SEC_DEV_REC *p_dev_rec; in BTM_SecAddBleKey() 347 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr() 397 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BlePasskeyReply() 426 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleConfirmReply() 458 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleOobDataReply() 539 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in BTM_BleSetPrefConnParams() 603 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (remote_bda); in BTM_ReadDevInfo() 666 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadConnectedTransportAddress() [all …]
|
D | btm_int.h | 618 } tBTM_SEC_DEV_REC; typedef 849 tBTM_SEC_DEV_REC *p_collided_dev_rec; 956 tBTM_SEC_DEV_REC *p_dev_rec, 1040 extern BOOLEAN btm_ble_addr_resolvable(BD_ADDR rpa, tBTM_SEC_DEV_REC *p_dev_rec); 1041 extern tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec); 1042 extern BOOLEAN btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec); 1043 extern void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec); 1060 extern tBTM_SEC_DEV_REC *btm_sec_alloc_dev (BD_ADDR bd_addr); 1061 extern void btm_sec_free_dev (tBTM_SEC_DEV_REC *p_dev_rec); 1062 extern tBTM_SEC_DEV_REC *btm_find_dev (BD_ADDR bd_addr); [all …]
|
D | btm_ble_privacy.c | 195 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list() 219 tBTM_SEC_DEV_REC *p_dev_rec = data; in clear_resolving_list_bit() 451 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_remove_resolving_list_entry() 531 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_read_resolving_list_entry() 761 BOOLEAN btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_resolving_list_load_dev() 864 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC *p_dev_rec) in btm_ble_resolving_list_remove_dev() 933 tBTM_SEC_DEV_REC *p_dev = data; in is_on_resolving_list()
|
D | btm_acl.c | 159 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() 216 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in btm_acl_created() 385 tBTM_SEC_DEV_REC *p_dev_rec=NULL; in btm_acl_removed() 603 tBTM_SEC_DEV_REC *p_dev_rec = NULL; in BTM_SwitchRole() 731 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_encrypt_change() 957 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev_by_handle (handle); in btm_process_remote_ext_features() 1458 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_role_changed() 2364 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_remove_acl() 2418 void btm_cont_rswitch (tACL_CONN *p, tBTM_SEC_DEV_REC *p_dev_rec, in btm_cont_rswitch() 2476 tBTM_SEC_DEV_REC *p_dev_rec; in btm_acl_resubmit_page() [all …]
|
D | btm_ble_gap.c | 741 tBTM_SEC_DEV_REC *match_rec = (tBTM_SEC_DEV_REC *) p_rec; in btm_ble_resolve_random_addr_on_adv() 926 tBTM_SEC_DEV_REC *p_dev_rec = data; in is_resolving_list_bit_set() 951 tBTM_SEC_DEV_REC *p_dev_rec; in btm_set_conn_mode_adv_init_addr() 1004 tBTM_SEC_DEV_REC *p_dev_rec = list_node(n); in btm_set_conn_mode_adv_init_addr()
|
D | btm_ble_bgconn.c | 151 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in btm_add_dev_to_controller()
|
D | btm_devctl.c | 151 tBTM_SEC_DEV_REC *p_dev_rec = data; in set_sec_state_idle()
|
/system/bt/stack/l2cap/ |
D | l2c_ble.c | 238 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_use_preferred_conn_params() 320 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_or_alloc_dev (bda); in l2cble_scanner_conn_comp() 397 tBTM_SEC_DEV_REC *p_dev_rec; in l2cble_advertiser_conn_comp() 877 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 | 163 tBTM_SEC_DEV_REC *p_dev_info = NULL; in l2c_link_hci_conn_comp()
|
D | l2c_utils.c | 2402 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch()
|
/system/bt/stack/smp/ |
D | smp_act.c | 290 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_send_pair_req() 566 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_proc_pair_cmd() 841 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (p_cb->pairing_bda); in smp_br_process_pairing_command() 2044 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request()
|
D | smp_keys.c | 1909 tBTM_SEC_DEV_REC *p_dev_rec; in smp_calculate_link_key_from_long_term_key() 2012 tBTM_SEC_DEV_REC *p_dev_rec; in smp_calculate_long_term_key_from_link_key()
|
/system/bt/stack/hid/ |
D | hidh_api.c | 580 tBTM_SEC_DEV_REC *p_dev_rec = btm_find_dev (bd_addr); in hid_known_hid_device()
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 1217 tBTM_SEC_DEV_REC *p_dev_rec; in bta_hh_start_security()
|