Home
last modified time | relevance | path

Searched refs:ToRawAddress (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc49 ToRawAddress(bda), handle, cmd, static_cast<uint16_t>(event_code), status, reason, value); in log_address_and_status()
58 ToRawAddress(bda), handle, cmd, static_cast<uint16_t>(event_code), status, reason, value); in log_address()
72 ToRawAddress(Address::kEmpty), handle, android::bluetooth::hci::CMD_UNKNOWN, in parse_encryption_change()
89 ToRawAddress(Address::kEmpty), handle, android::bluetooth::hci::CMD_UNKNOWN, in parse_encryption_change_v2()
99 ToRawAddress(Address::kEmpty), complete.GetConnectionHandle(), in parse_change_connection_link_key_complete()
121 btm_sec_pin_code_request(ToRawAddress(request.GetBdAddr())); in parse_pin_code_request()
128 btm_sec_link_key_request(ToRawAddress(request.GetBdAddr())); in parse_link_key_request()
136 btm_sec_link_key_notification(ToRawAddress(notification.GetBdAddr()), notification.GetLinkKey(), in parse_link_key_notification()
153 RawAddress peer = ToRawAddress(request.GetBdAddr()); in parse_io_capabilities_req()
164 .bd_addr = ToRawAddress(response.GetBdAddr()), in parse_io_capabilities_rsp()
[all …]
Dbtm_inq.cc1197 bda = bluetooth::ToRawAddress(response.bd_addr_); in btm_process_inq_results_standard()
1317 bda = bluetooth::ToRawAddress(response.address_); in btm_process_inq_results_rssi()
1458 bda = bluetooth::ToRawAddress(extended_view.GetAddress()); in btm_process_inq_results_extended()
Dbtm_sco.cc133 auto peer_raw_address = bluetooth::ToRawAddress(peer); in register_for_sco()
Dbtm_sec.cc4336 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btm_sec_pin_code_request()
/packages/modules/Bluetooth/system/main/shim/
Ddistance_measurement_manager.cc105 bluetooth::ToRawAddress(address), in OnDistanceMeasurementStarted()
114 bluetooth::ToRawAddress(address), static_cast<uint8_t>(reason), in OnDistanceMeasurementStopped()
128 base::Unretained(distance_measurement_callbacks_), bluetooth::ToRawAddress(address), in OnDistanceMeasurementResult()
139 bluetooth::ToRawAddress(address), procedure_counter, is_last, in OnRasFragmentReady()
171 bluetooth::ToRawAddress(address), in OnVendorSpecificReply()
178 bluetooth::ToRawAddress(address), success)); in OnHandleVendorSpecificReplyComplete()
Dmetric_id_api.cc39 return save_id_callback(bluetooth::ToRawAddress(address), id); in InitMetricIdAllocator()
43 return forget_device_callback(bluetooth::ToRawAddress(address), id); in InitMetricIdAllocator()
Dacl.cc606 ToRawAddress(connection_->GetAddress()), ToLegacyRole(new_role)); in OnRoleChange()
607 BTM_LogHistory(kBtmLogTag, ToRawAddress(connection_->GetAddress()), "Role change", in OnRoleChange()
994 kBtmLogTag, ToRawAddress(remote_address), "Disconnection initiated", in disconnect_classic()
1333 BTM_LogHistory(kBtmLogTag, ToRawAddress(address), "Initiated connection", "classic"); in CreateClassicConnection()
1339 BTM_LogHistory(kBtmLogTag, ToRawAddress(address), "Cancelled connection", "classic"); in CancelClassicConnection()
1359 BTM_LogHistory(kBtmLogTag, ToRawAddress(remote_address), "Disconnected", in OnClassicLinkDisconnected()
1413 const RawAddress bd_addr = ToRawAddress(remote_address); in OnConnectSuccess()
1430 BTM_LogHistory(kBtmLogTag, ToRawAddress(remote_address), "Connection successful", in OnConnectSuccess()
1435 const RawAddress bd_addr = ToRawAddress(address); in OnConnectRequest()
1449 kBtmLogTag, ToRawAddress(address), "Connection request", in OnConnectRequest()
[all …]
Dacl_api.cc126 conn_addr = ToRawAddress(local_address.GetAddress()); in ACL_ReadConnectionAddress()
137 conn_addr = ToRawAddress(remote_ota_address.GetAddress()); in ACL_ReadPeerConnectionAddress()
Dhelpers.h37 inline RawAddress ToRawAddress(const hci::Address& address) { in ToRawAddress() function
87 legacy_address_with_type.bda = ToRawAddress(address_with_type.GetAddress()); in ToLegacyAddressWithType()
Dle_scanning_manager.cc471 RawAddress raw_address = ToRawAddress(address); in on_scan_result()
520 RawAddress raw_address = ToRawAddress(on_found_on_lost_info.advertiser_address); in OnTrackAdvFoundLost()
568 RawAddress raw_address = ToRawAddress(address_with_type.GetAddress()); in OnPeriodicSyncStarted()
597 ToRawAddress(address))); in OnPeriodicSyncTransferred()
Dle_advertising_manager.cc337 RawAddress raw_address = bluetooth::ToRawAddress(address); in OnOwnAddressRead()
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.cc48 return ToRawAddress(controller_->GetMacAddress()); in read_local_addr()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc450 source_addr != bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) { in bnepu_build_bnep_hdr()
460 source_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in bnepu_build_bnep_hdr()
Dbnep_main.cc508 dst_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in bnep_data_ind()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc176 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btif_enable_bluetooth_evt()
Dbtif_pan.cc408 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) == 0) { in btpan_tap_open()
Dbtif_storage.cc611 *bd_addr = bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()); in btif_storage_get_adapter_property()
Dbtif_dm.cc3186 bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress()), 0x00); in btif_dm_proc_loc_oob()
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_utils.cc639 BDADDR_TO_STREAM(p, bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())); in smp_build_id_addr_cmd()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1421 if (addr == bluetooth::ToRawAddress(bluetooth::shim::GetController()->GetMacAddress())) { in BTM_GetMaxPacketSize()