Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h218 bool GetRemoteDevicePairFlag(const std::string &subSection) const;
H A Dclassic_config.cpp308 bool ClassicConfig::GetRemoteDevicePairFlag(const std::string &subSection) const in GetRemoteDevicePairFlag() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp456 bool pairFlag = config_.GetRemoteDevicePairFlag(addr); in GetPairedDevice()