| /packages/modules/Bluetooth/system/stack/btm/ | 
| D | btm_dev.cc | 77   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_SecAddDevice()  local142 void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) {  in wipe_secrets_and_remove()
 169   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_SecDeleteDevice()  local
 214   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_SecClearSecurityFlags()  local
 255   tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec();  in btm_sec_alloc_dev()  local
 305   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in btm_dev_support_role_switch()  local
 334   tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);  in is_handle_equal()  local
 361   tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);  in is_address_equal()  local
 393   tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);  in has_lenc_and_address_is_equal()  local
 435     tBTM_SEC_DEV_REC* p_dev_rec =  in btm_consolidate_dev()  local
 [all …]
 
 | 
| D | btm_sec.cc | 149 static void NotifyBondingChange(tBTM_SEC_DEV_REC& p_dev_rec,  in NotifyBondingChange()193 static bool btm_dev_authenticated(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_dev_authenticated()
 209 static bool btm_dev_encrypted(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_dev_encrypted()
 225 static bool btm_dev_16_digit_authenticated(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_dev_16_digit_authenticated()
 244 static bool access_secure_service_from_temp_bond(const tBTM_SEC_DEV_REC* p_dev_rec,  in access_secure_service_from_temp_bond()
 359   auto p_dev_rec = btm_find_dev(bd_addr);  in BTM_CanReadDiscoverableCharacteristics()  local
 382   tBTM_SEC_DEV_REC* p_dev_rec;  in BTM_GetSecurityFlagsByTransport()  local
 650   tBTM_SEC_DEV_REC* p_dev_rec;  in BTM_PINCodeReply()  local
 764   tBTM_SEC_DEV_REC* p_dev_rec;  in btm_sec_bond_by_transport()  local
 963   tBTM_SEC_DEV_REC* p_dev_rec;  in BTM_SecBondCancel()  local
 [all …]
 
 | 
| D | btm_ble.cc | 97   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_SecAddBleDevice()  local180   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_SecAddBleKey()  local
 288   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_BlePasskeyReply()  local
 319   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_BleConfirmReply()  local
 355   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_BleOobDataReply()  local
 386   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_BleSecureConnectionOobDataReply()  local
 432   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_BleSetPrefConnParams()  local
 497   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda);  in BTM_ReadDevInfo()  local
 563   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*remote_bda);  in BTM_ReadConnectedTransportAddress()  local
 622   auto p_dev_rec = btm_find_dev(bd_addr);  in BTM_SetBleDataLength()  local
 [all …]
 
 | 
| D | btm_ble_addr.cc | 106 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec,  in btm_ble_init_pseudo_addr()144                              tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_addr_resolvable()
 161   tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);  in btm_ble_match_random_bda()  local
 201     tBTM_SEC_DEV_REC* p_dev_rec =  in btm_find_dev_by_identity_addr()  local
 230   tBTM_SEC_DEV_REC* p_dev_rec =  in btm_identity_addr_to_random_pseudo()  local
 268   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*random_pseudo);  in btm_random_pseudo_to_identity_addr()  local
 
 | 
| D | btm_ble_bgconn.cc | 72     const RawAddress& bd_addr, const tBTM_SEC_DEV_REC* p_dev_rec) {  in convert_to_address_with_type()160   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address);  in BTM_BackgroundConnectAddressKnown()  local
 197   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address);  in BTM_AcceptlistAdd()  local
 210   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address);  in BTM_AcceptlistRemove()  local
 
 | 
| D | btm_ble_privacy.cc | 192   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_bda);  in btm_ble_update_resolving_list()  local210   tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);  in clear_resolving_list_bit()  local
 430 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_remove_resolving_list_entry()
 489 bool btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_read_resolving_list_entry()
 517     tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_ble_unsupported_resolving_list_load_dev()
 594 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_resolving_list_remove_dev()
 
 | 
| D | btm_devctl.cc | 165   tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);  in set_sec_state_idle()  local
 | 
| D | btm_ble_gap.cc | 910   tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data);  in is_resolving_list_bit_set()  local1603   tBTM_SEC_DEV_REC* p_dev_rec;  in btm_set_conn_mode_adv_init_addr()  local
 1658       tBTM_SEC_DEV_REC* p_dev_rec =  in btm_set_conn_mode_adv_init_addr()  local
 
 | 
| D | btm_inq.cc | 747   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in BTM_IsRemoteNameKnown()  local
 | 
| /packages/modules/Bluetooth/system/test/mock/ | 
| D | mock_stack_btm_ble_privacy.cc | 91 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_remove_resolving_list_entry()100 bool btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_read_resolving_list_entry()
 105 void btm_ble_resolving_list_load_dev(tBTM_SEC_DEV_REC& p_dev_rec) {  in btm_ble_resolving_list_load_dev()
 108 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_resolving_list_remove_dev()
 
 | 
| D | mock_stack_btm_ble_addr.cc | 84 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec,  in btm_ble_init_pseudo_addr()91                              tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_ble_addr_resolvable()
 
 | 
| D | mock_stack_btm_ble_bgconn.cc | 65     const RawAddress& bd_addr, const tBTM_SEC_DEV_REC* p_dev_rec) {  in convert_to_address_with_type()
 | 
| D | mock_stack_btm_dev.cc | 120 void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) {  in wipe_secrets_and_remove()
 | 
| D | mock_stack_btm_sec.cc | 264 void btm_sec_clear_ble_keys(tBTM_SEC_DEV_REC* p_dev_rec) {  in btm_sec_clear_ble_keys()275 void btm_sec_dev_rec_cback_event(tBTM_SEC_DEV_REC* p_dev_rec,  in btm_sec_dev_rec_cback_event()
 
 | 
| D | mock_stack_btm_ble.cc | 242 uint8_t btm_ble_br_keys_req(tBTM_SEC_DEV_REC* p_dev_rec,  in btm_ble_br_keys_req()278 uint8_t btm_ble_io_capabilities_req(tBTM_SEC_DEV_REC* p_dev_rec,  in btm_ble_io_capabilities_req()
 
 | 
| /packages/modules/Bluetooth/system/stack/smp/ | 
| D | smp_act.cc | 283   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);  in smp_send_pair_req()  local549   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);  in smp_proc_pair_cmd()  local
 834   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);  in smp_br_process_pairing_command()  local
 1317         tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);  in smp_key_distribution()  local
 2083     tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda);  in smp_proc_ltk_request()  local
 2183   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);  in smp_br_process_link_key()  local
 
 | 
| D | smp_l2c.cc | 259   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda);  in smp_br_connect_callback()  local
 | 
| D | smp_keys.cc | 953   tBTM_SEC_DEV_REC* p_dev_rec;  in smp_calculate_link_key_from_long_term_key()  local1016   tBTM_SEC_DEV_REC* p_dev_rec;  in smp_calculate_long_term_key_from_link_key()  local
 
 | 
| /packages/modules/Bluetooth/system/stack/gatt/ | 
| D | gatt_main.cc | 205   const tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in gatt_find_in_device_record()  local653   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle);  in gatt_notify_phy_updated()  local
 694   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle);  in gatt_notify_subrate_change()  local
 
 | 
| /packages/modules/Bluetooth/system/stack/acl/ | 
| D | ble_acl.cc | 169   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle);  in acl_ble_update_event_received()  local
 | 
| /packages/modules/Bluetooth/system/rust/src/connection/ffi/ | 
| D | connection_shim.cc | 180   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in ResolveRawAddress()  local
 | 
| /packages/modules/Bluetooth/system/stack/l2cap/ | 
| D | l2c_ble.cc | 1720   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda);  in l2cble_use_preferred_conn_params()  local
 | 
| /packages/modules/Bluetooth/system/main/shim/ | 
| D | btm.cc | 610   tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr);  in GetAddressAndType()  local
 | 
| D | acl.cc | 1324     tBTM_SEC_DEV_REC* p_dev_rec =  in DumpsysRecord()  local
 | 
| /packages/modules/Bluetooth/system/bta/csis/ | 
| D | csis_client.cc | 1165     tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(address);  in sdf()  local
 |