Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h203 int GetRemoteDeviceIoCapability(const std::string &subSection) const;
H A Dclassic_config.cpp228 int ClassicConfig::GetRemoteDeviceIoCapability(const std::string &subSection) const in GetRemoteDeviceIoCapability() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp447 int io = config_.GetRemoteDeviceIoCapability(addr); in GetPairedDevice()