Home
last modified time | relevance | path

Searched refs:tBTM_SEC_DEV_REC (Results 1 – 23 of 23) sorted by relevance

/system/bt/stack/btm/
Dbtm_dev.cc68 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 …]
Dbtm_int.h88 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 …]
Dbtm_ble_addr.cc161 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 …]
Dbtm_sec.cc71 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 …]
Dbtm_ble.cc74 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 …]
Dbtm_main.cc87 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(node)); in btm_free()
Dbtm_ble_privacy.cc189 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()
Dbtm_acl.cc145 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 …]
Dbtm_ble_bgconn.cc166 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()
Dbtm_ble_int.h139 extern tBTM_SEC_DEV_REC* btm_ble_resolve_random_addr(
Dbtm_int_types.h578 } tBTM_SEC_DEV_REC; typedef
796 tBTM_SEC_DEV_REC* p_collided_dev_rec;
Dbtm_devctl.cc167 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in set_sec_state_idle()
Dbtm_ble_connection_establishment.cc153 tBTM_SEC_DEV_REC* match_rec = btm_ble_resolve_random_addr(bda); in btm_ble_conn_complete()
Dbtm_ble_gap.cc732 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()
/system/bt/stack/smp/
Dsmp_act.cc251 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()
Dsmp_keys.cc940 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()
/system/bt/stack/gatt/
Dgatt_main.cc482 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()
/system/bt/stack/hid/
Dhidh_api.cc537 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in hid_known_hid_device()
/system/bt/stack/l2cap/
Dl2c_link.cc151 tBTM_SEC_DEV_REC* p_dev_info = NULL; in l2c_link_hci_conn_comp()
Dl2c_ble.cc314 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in l2cble_conn_comp()
Dl2c_utils.cc2225 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_lcb->remote_bd_addr); in l2cu_create_conn_after_switch()
/system/bt/bta/hh/
Dbta_hh_le.cc1084 tBTM_SEC_DEV_REC* p_dev_rec; in bta_hh_start_security()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc397 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address); in OnGattConnected()