Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceBondFromLocal (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h226 bool GetRemoteDeviceBondFromLocal(const std::string &subSection) const;
H A Dclassic_config.cpp318 bool ClassicConfig::GetRemoteDeviceBondFromLocal(const std::string &subSection) const in GetRemoteDeviceBondFromLocal() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp461 bool bondFromLocal = config_.GetRemoteDeviceBondFromLocal(addr); in GetPairedDevice()