/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 155 static void NotifyBondingChange(tBTM_SEC_DEV_REC& p_dev_rec, tHCI_STATUS status) { in NotifyBondingChange() 197 static bool btm_dev_authenticated(const tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_authenticated() 210 static bool btm_dev_encrypted(const tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_encrypted() 223 static bool btm_dev_16_digit_authenticated(const tBTM_SEC_DEV_REC* p_dev_rec) { in btm_dev_16_digit_authenticated() 229 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_sec_state_equal() local 275 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_is_device_sc_downgrade() local 304 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_store_device_sc_support() local 329 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_is_session_key_size_downgrade() local 356 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(hci_handle); in btm_sec_update_session_key_size() local 380 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_dev.cc | 65 static void wipe_secrets_and_remove(tBTM_SEC_DEV_REC* p_dev_rec) { in wipe_secrets_and_remove() 88 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddDevice() local 165 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecDeleteDevice() local 212 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecClearSecurityFlags() local 278 tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec(); in btm_sec_alloc_dev() local 313 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_handle_equal() local 347 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_not_same_identity_or_pseudo_address() local 362 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_rpa_unresolvable() local 401 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in has_lenc_and_address_is_equal() local 449 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(node)); in btm_consolidate_dev() local [all …]
|
D | btm_ble_sec.cc | 88 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_SecAddBleDevice() local 189 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 353 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleOobDataReply() local 383 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSecureConnectionOobDataReply() local 426 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_BleSetPrefConnParams() local 489 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda); in BTM_ReadDevInfo() local 553 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(*remote_bda); in BTM_ReadConnectedTransportAddress() local 593 auto p_dev_rec = btm_find_dev(bd_addr); in BTM_SetBleDataLength() local [all …]
|
D | btm_ble_addr.cc | 64 bool btm_ble_init_pseudo_addr(tBTM_SEC_DEV_REC* p_dev_rec, const RawAddress& new_pseudo_addr) { in btm_ble_init_pseudo_addr() 100 bool btm_ble_addr_resolvable(const RawAddress& rpa, tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_addr_resolvable() 119 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in btm_ble_match_random_bda() local 163 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(node)); in btm_find_dev_by_identity_addr() local 189 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() 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 | 203 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(pseudo_bda); in btm_ble_update_resolving_list() local 224 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in clear_resolving_list_bit() local 443 static tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry() 501 bool btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry() 530 static void btm_ble_ble_unsupported_resolving_list_load_dev(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_ble_unsupported_resolving_list_load_dev() 615 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 | 119 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in getSecRec() local 191 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in IsDeviceBonded() local
|
D | btm_ble_gap.cc | 806 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in is_resolving_list_bit_set() local 1112 tBTM_SEC_DEV_REC* p_dev_rec; in btm_set_conn_mode_adv_init_addr() local 1168 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(list_node(n)); in btm_set_conn_mode_adv_init_addr() local 1687 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda); in btm_ble_read_remote_appearance_cmpl() local
|
D | btm_devctl.cc | 166 tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); in set_sec_state_idle() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_btm_ble_privacy.cc | 73 tBTM_STATUS btm_ble_remove_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_remove_resolving_list_entry() 81 bool btm_ble_read_resolving_list_entry(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_read_resolving_list_entry() 88 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 | 56 bool btm_ble_addr_resolvable(const RawAddress& rpa, tBTM_SEC_DEV_REC* p_dev_rec) { in btm_ble_addr_resolvable()
|
D | mock_stack_btm_sec.cc | 287 void btm_sec_clear_ble_keys(tBTM_SEC_DEV_REC* p_dev_rec) { in btm_sec_clear_ble_keys() 305 void btm_sec_dev_rec_cback_event(tBTM_SEC_DEV_REC* p_dev_rec, tBTM_STATUS btm_status, in btm_sec_dev_rec_cback_event()
|
/aosp_15_r20/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() local 545 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_proc_pair_cmd() local 825 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_process_pairing_command() local 1345 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_key_distribution() local 2103 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bda); in smp_proc_ltk_request() local 2202 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 | 273 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in smp_br_connect_callback() local 285 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(p_cb->pairing_bda); in smp_br_connect_callback() local
|
D | smp_keys.cc | 927 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_link_key_from_long_term_key() local 987 tBTM_SEC_DEV_REC* p_dev_rec; in smp_calculate_long_term_key_from_link_key() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 665 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_phy_updated() local 727 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in gatt_notify_subrate_change() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rnr/ |
D | remote_name_request.cc | 64 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in BTM_IsRemoteNameKnown() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | ble_acl.cc | 150 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev_by_handle(handle); in acl_ble_update_event_received() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble_conn_params.cc | 346 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_or_alloc_dev(bda); in l2cble_use_preferred_conn_params() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/connection_manager/ |
D | connection_manager.cc | 441 const tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(bd_addr); in find_in_device_record() local
|