Searched refs:GetRawAddress (Results 1 – 12 of 12) sorted by relevance
61 this->SetPeripheralDevice(device.GetRawAddress()); in ScanResult()
726 RawAddress GetRawAddress() const;
846 RawAddress BlePeripheralDevice::GetRawAddress() const in GetRawAddress() function in OHOS::bluetooth::BlePeripheralDevice
89 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()
615 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()
1678 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()
166 RawAddress GetRawAddress(uint8_t connectId) const;
146 RawAddress AvrcTgConnectManager::GetRawAddress(uint8_t connectId) const in GetRawAddress() function in OHOS::bluetooth::AvrcTgConnectManager
1986 RawAddress rawAddr = AvrcTgConnectManager::GetInstance()->GetRawAddress(connectId); in ProcessChannelMessage()
184 RawAddress GetRawAddress(uint8_t connectId);
171 RawAddress AvrcCtConnectManager::GetRawAddress(uint8_t connectId) in GetRawAddress() function in OHOS::bluetooth::AvrcCtConnectManager
2173 RawAddress rawAddr = AvrcCtConnectManager::GetInstance()->GetRawAddress(connectId); in ProcessChannelMessage()