Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h187 int GetRemoteLinkkeyType(const std::string &subSection) const;
H A Dclassic_config.cpp208 int ClassicConfig::GetRemoteLinkkeyType(const std::string &subSection) const in GetRemoteLinkkeyType() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp436 int linkKeyType = config_.GetRemoteLinkkeyType(addr); in GetPairedDevice()