Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceClass (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h195 int GetRemoteDeviceClass(const std::string &subSection) const;
H A Dclassic_config.cpp218 int ClassicConfig::GetRemoteDeviceClass(const std::string &subSection) const in GetRemoteDeviceClass() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp450 int cod = config_.GetRemoteDeviceClass(addr); in GetPairedDevice()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h55 napi_value GetRemoteDeviceClass(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp58 DECLARE_NAPI_FUNCTION("getRemoteDeviceClass", GetRemoteDeviceClass), in DefineConnectionFunctions()
201 napi_value GetRemoteDeviceClass(napi_env env, napi_callback_info info) in GetRemoteDeviceClass() function