Home
last modified time | relevance | path

Searched refs:GetRawAddress (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.cpp61 this->SetPeripheralDevice(device.GetRawAddress()); in ScanResult()
H A Dble_service_data.h726 RawAddress GetRawAddress() const;
H A Dble_service_data.cpp846 RawAddress BlePeripheralDevice::GetRawAddress() const in GetRawAddress() function in OHOS::bluetooth::BlePeripheralDevice
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp89 GetEncryptAddr(result.GetPeripheralDevice().GetRawAddress().GetAddress()).c_str()); in OnScanCallback()
104 … GetEncryptAddr(result.GetPeripheralDevice().GetRawAddress().GetAddress()).c_str(), scannerId); in OnScanCallback()
116 … GetEncryptAddr(result.GetPeripheralDevice().GetRawAddress().GetAddress()).c_str(), scannerId); in OnScanCallback()
169 bleScanResult.SetPeripheralDevice(iter->GetPeripheralDevice().GetRawAddress()); in OnBleBatchScanResultsEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp615 RawAddress rawAddr(it->second.GetRawAddress()); in GetPairedDevices()
629 RawAddress rawAddr(it->second.GetRawAddress()); in GetConnectedDevices()
774 std::string addr = it->second.GetRawAddress().GetAddress(); in RemoveAllPairs()
776 removeDevices.push_back(it->second.GetRawAddress()); in RemoveAllPairs()
1169 RawAddress rawAddr(it->second.GetRawAddress()); in SavePeerDeviceInfoToConf()
1222 RawAddress device(it->second.GetRawAddress()); in SavePeerDevices2BTM()
H A Dble_central_manager_impl.cpp1678 if (!address.compare(value.GetPeripheralDevice().GetRawAddress().GetAddress())) { in GetDeviceType()
1691 if (!address.compare(value.GetPeripheralDevice().GetRawAddress().GetAddress())) { in GetDeviceAddrType()
1704 if (!address.compare(value.GetPeripheralDevice().GetRawAddress().GetAddress())) { in GetDeviceName()
1716 if (!address.compare(it->GetPeripheralDevice().GetRawAddress().GetAddress())) { in FindDevice()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_connection.h166 RawAddress GetRawAddress(uint8_t connectId) const;
H A Davrcp_tg_connection.cpp146 RawAddress AvrcTgConnectManager::GetRawAddress(uint8_t connectId) const in GetRawAddress() function in OHOS::bluetooth::AvrcTgConnectManager
H A Davrcp_tg_profile.cpp1986 RawAddress rawAddr = AvrcTgConnectManager::GetInstance()->GetRawAddress(connectId); in ProcessChannelMessage()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_connection.h184 RawAddress GetRawAddress(uint8_t connectId);
H A Davrcp_ct_connection.cpp171 RawAddress AvrcCtConnectManager::GetRawAddress(uint8_t connectId) in GetRawAddress() function in OHOS::bluetooth::AvrcCtConnectManager
H A Davrcp_ct_profile.cpp2173 RawAddress rawAddr = AvrcCtConnectManager::GetInstance()->GetRawAddress(connectId); in ProcessChannelMessage()