Searched refs:tBTM_SEC_DEV_REC (Results 1 – 23 of 23) sorted by relevance
68 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddDevice()152 void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { in wipe_secrets_and_remove()176 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecDeleteDevice()199 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecClearSecurityFlags()219 tBTM_SEC_DEV_REC* p_srec; in BTM_SecReadDevName()237 tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) { in btm_sec_alloc_dev()240 tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec(); in btm_sec_alloc_dev()280 tBTM_SEC_DEV_REC* p_dev_rec; in btm_dev_support_switch()314 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_handle_equal()333 tBTM_SEC_DEV_REC* btm_find_dev_by_handle(uint16_t handle) { in btm_find_dev_by_handle()[all …]
88 extern void btm_cont_rswitch(tACL_CONN* p, tBTM_SEC_DEV_REC* p_dev_rec,182 tBTM_SEC_DEV_REC* p_dev_rec);184 tBTM_SEC_DEV_REC* p_dev_rec);185 extern bool btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC* p_dev_rec);186 extern void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec);203 extern tBTM_SEC_DEV_REC* btm_sec_allocate_dev_rec(void);204 extern tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr);205 extern void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec);206 extern tBTM_SEC_DEV_REC* btm_find_dev(const RawAddress& bd_addr);207 extern tBTM_SEC_DEV_REC* btm_find_or_alloc_dev(const RawAddress& bd_addr);[all …]
161 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec, in btm_ble_init_pseudo_addr()199 tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_addr_resolvable()221 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in btm_ble_match_random_bda()244 tBTM_SEC_DEV_REC* btm_ble_resolve_random_addr(const RawAddress& random_bda) { in btm_ble_resolve_random_addr()252 tBTM_SEC_DEV_REC* p_dev_rec = nullptr; in btm_ble_resolve_random_addr()253 if (n != nullptr) p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(n)); in btm_ble_resolve_random_addr()264 tBTM_SEC_DEV_REC* btm_find_dev_by_identity_addr(const RawAddress& bd_addr, in btm_find_dev_by_identity_addr()270 tBTM_SEC_DEV_REC* p_dev_rec = in btm_find_dev_by_identity_addr()271 static_cast<tBTM_SEC_DEV_REC*>(list_node(node)); in btm_find_dev_by_identity_addr()299 tBTM_SEC_DEV_REC* p_dev_rec = in btm_identity_addr_to_random_pseudo()[all …]
71 static bool btm_sec_start_get_name(tBTM_SEC_DEV_REC* p_dev_rec);72 static void btm_sec_start_authentication(tBTM_SEC_DEV_REC* p_dev_rec);73 static void btm_sec_start_encryption(tBTM_SEC_DEV_REC* p_dev_rec);77 static tBTM_STATUS btm_sec_dd_create_conn(tBTM_SEC_DEV_REC* p_dev_rec);89 static void btm_send_link_key_notif(tBTM_SEC_DEV_REC* p_dev_rec);90 static bool btm_sec_check_prefetch_pin(tBTM_SEC_DEV_REC* p_dev_rec);92 static uint8_t btm_sec_start_authorization(tBTM_SEC_DEV_REC* p_dev_rec);95 static tBTM_STATUS btm_sec_send_hci_disconnect(tBTM_SEC_DEV_REC* p_dev_rec,98 uint8_t btm_sec_start_role_switch(tBTM_SEC_DEV_REC* p_dev_rec);99 tBTM_SEC_DEV_REC* btm_sec_find_dev_by_sec_state(uint8_t state);[all …]
74 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice()133 tBTM_SEC_DEV_REC* p_dev_rec; in BTM_SecAddBleKey()285 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_addr); in BTM_ReadRemoteConnectionAddr()333 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BlePasskeyReply()360 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleConfirmReply()392 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleOobDataReply()420 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSecureConnectionOobDataReply()501 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSetPrefConnParams()564 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadDevInfo()620 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*remote_bda); in BTM_ReadConnectedTransportAddress()[all …]
87 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(node)); in btm_free()
189 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list()207 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in clear_resolving_list_bit()412 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry()472 tBTM_STATUS btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry()677 bool btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_load_dev()782 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev()839 tBTM_SEC_DEV_REC* p_dev = static_cast<tBTM_SEC_DEV_REC*>(data); in is_on_resolving_list()
145 bool btm_ble_get_acl_remote_addr(tBTM_SEC_DEV_REC* p_dev_rec, in btm_ble_get_acl_remote_addr()194 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in btm_acl_created()343 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in btm_acl_removed()540 tBTM_SEC_DEV_REC* p_dev_rec = NULL; in BTM_SwitchRole()648 tBTM_SEC_DEV_REC* p_dev_rec; in btm_acl_encrypt_change()825 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in btm_use_preferred_conn_params()921 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in btm_process_remote_ext_features()1432 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_blacklist_role_change_device()1483 tBTM_SEC_DEV_REC* p_dev_rec; in btm_acl_role_changed()2484 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_remove_acl()[all …]
166 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address); in BTM_BackgroundConnectAddressKnown()196 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in btm_add_dev_to_controller()
139 extern tBTM_SEC_DEV_REC* btm_ble_resolve_random_addr(
578 } tBTM_SEC_DEV_REC; typedef796 tBTM_SEC_DEV_REC* p_collided_dev_rec;
167 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in set_sec_state_idle()
153 tBTM_SEC_DEV_REC* match_rec = btm_ble_resolve_random_addr(bda); in btm_ble_conn_complete()
732 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_resolving_list_bit_set()755 tBTM_SEC_DEV_REC* p_dev_rec; in btm_set_conn_mode_adv_init_addr()806 tBTM_SEC_DEV_REC* p_dev_rec = in btm_set_conn_mode_adv_init_addr()807 static_cast<tBTM_SEC_DEV_REC*>(list_node(n)); in btm_set_conn_mode_adv_init_addr()1748 tBTM_SEC_DEV_REC* match_rec = btm_ble_resolve_random_addr(bda); in btm_ble_process_adv_addr()
251 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_send_pair_req()512 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_proc_pair_cmd()782 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_pairing_command()1961 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request()2061 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_link_key()
940 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_link_key_from_long_term_key()1002 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_long_term_key_from_link_key()
482 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_phy_updated()505 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_conn_update()
537 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in hid_known_hid_device()
151 tBTM_SEC_DEV_REC* p_dev_info = NULL; in l2c_link_hci_conn_comp()
314 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in l2cble_conn_comp()
2225 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch()
1084 tBTM_SEC_DEV_REC* p_dev_rec; in bta_hh_start_security()
397 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address); in OnGattConnected()