Home
last modified time | relevance | path

Searched refs:GetRemoteName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp1015 if (remoteDevice->GetRemoteName().empty()) { in HandleInquiryResult()
1078 bool ret = GetRemoteName(btAddr); in DiscoverRemoteName()
1109 if (deviceName != remoteDevice->GetRemoteName()) { in ReceiveRemoteName()
1198 if (remoteDevice->GetRemoteName().empty()) { in PinCodeReq()
1199 GetRemoteName(addr); in PinCodeReq()
1342 if (remoteName != remote->GetRemoteName()) { in ParserRemoteNameFromEir()
1526 if (remoteDevice->GetRemoteName().empty()) { in ReceiveLinkKeyNotification()
1527 GetRemoteName(addr); in ReceiveLinkKeyNotification()
1641 remoteName = it->second->GetRemoteName(); in GetDeviceName()
2177 if (remoteDevice->GetRemoteName().empty()) { in SetIoCapability()
[all …]
H A Dclassic_config.h155 std::string GetRemoteName(const std::string &subSection) const;
H A Dclassic_remote_device.h89 std::string GetRemoteName() const;
H A Dclassic_adapter_properties.cpp430 std::string name = config_.GetRemoteName(addr); in GetPairedDevice()
478 std::string name = remote->GetRemoteName(); in SavePairedDeviceInfo()
H A Dclassic_remote_device.cpp65 std::string ClassicRemoteDevice::GetRemoteName() const in GetRemoteName() function in OHOS::bluetooth::ClassicRemoteDevice
H A Dclassic_config.cpp168 std::string ClassicConfig::GetRemoteName(const std::string &subSection) const in GetRemoteName() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter.h694 bool GetRemoteName(const BtAddr &addr) const;