/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_dev.cc | 64 static void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { in wipe_secrets_and_remove() 87 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddDevice() local 158 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecDeleteDevice() local 213 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 287 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_handle_equal() local 317 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_address_equal() local 349 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in has_lenc_and_address_is_equal() local 391 tBTM_SEC_DEV_REC* p_dev_rec = in btm_consolidate_dev() local 457 tBTM_SEC_DEV_REC* p_dev_rec = in btm_dev_consolidate_existing_connections() local [all …]
|
D | btm_sec.cc | 159 static void NotifyBondingChange(tBTM_SEC_DEV_REC& p_dev_rec, in NotifyBondingChange() 202 static bool btm_dev_authenticated(const tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_authenticated() 215 static bool btm_dev_encrypted(const tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_encrypted() 228 static bool btm_dev_16_digit_authenticated(const tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_16_digit_authenticated() 234 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_sec_state_equal() local 276 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_is_device_sc_downgrade() local 303 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_store_device_sc_support() local 328 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_is_session_key_size_downgrade() local 353 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_update_session_key_size() local 375 static bool access_secure_service_from_temp_bond(const tBTM_SEC_DEV_REC* p_dev_rec, in access_secure_service_from_temp_bond() [all …]
|
D | btm_ble_sec.cc | 85 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice() local 169 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleKey() local 275 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BlePasskeyReply() local 306 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleConfirmReply() local 342 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleOobDataReply() local 373 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSecureConnectionOobDataReply() local 419 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSetPrefConnParams() local 482 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadDevInfo() local 547 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*remote_bda); in BTM_ReadConnectedTransportAddress() local 584 auto p_dev_rec = btm_find_dev(bd_addr); in BTM_SetBleDataLength() local [all …]
|
D | btm_ble_addr.cc | 65 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec, in btm_ble_init_pseudo_addr() 103 tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_addr_resolvable() 120 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in btm_ble_match_random_bda() local 160 tBTM_SEC_DEV_REC* p_dev_rec = in btm_find_dev_by_identity_addr() local 187 tBTM_SEC_DEV_REC* p_dev_rec = in btm_identity_addr_to_random_pseudo() local 225 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*random_pseudo); in btm_random_pseudo_to_identity_addr() local
|
D | btm_ble_privacy.cc | 204 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list() local 222 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in clear_resolving_list_bit() local 443 tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry() 502 bool btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry() 533 tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_ble_unsupported_resolving_list_load_dev() 620 void btm_ble_resolving_list_remove_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_resolving_list_remove_dev()
|
D | btm_sec_cb.cc | 122 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in getSecRec() local 198 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in IsDeviceBonded() local
|
D | btm_devctl.cc | 163 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 | 854 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_resolving_list_bit_set() local 1168 tBTM_SEC_DEV_REC* p_dev_rec; in btm_set_conn_mode_adv_init_addr() local 1229 tBTM_SEC_DEV_REC* p_dev_rec = in btm_set_conn_mode_adv_init_addr() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble_privacy.cc | 80 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry() 89 bool btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry() 97 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 | 55 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec, in btm_ble_init_pseudo_addr() 62 tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_addr_resolvable()
|
D | mock_stack_btm_sec.cc | 320 void btm_sec_clear_ble_keys(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_sec_clear_ble_keys() 341 void btm_sec_dev_rec_cback_event(tBTM_SEC_DEV_REC* p_dev_rec, in btm_sec_dev_rec_cback_event()
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | smp_act.cc | 290 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_send_pair_req() local 556 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 1359 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_key_distribution() local 2117 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request() local 2217 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 | 290 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_connect_callback() local
|
D | smp_keys.cc | 961 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_link_key_from_long_term_key() local 1022 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_long_term_key_from_link_key() local
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble_conn_params.cc | 315 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in l2cble_use_preferred_conn_params() local
|
/packages/modules/Bluetooth/system/stack/acl/ |
D | ble_acl.cc | 171 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in acl_ble_update_event_received() local
|
D | btm_acl.cc | 2679 const tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in find_in_device_record() local
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 651 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_phy_updated() local 695 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_subrate_change() local
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1365 tBTM_SEC_DEV_REC* p_dev_rec = in DumpsysRecord() local
|