Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h179 int GetRemoteDeviceType(const std::string &subSection) const;
H A Dclassic_config.cpp198 int ClassicConfig::GetRemoteDeviceType(const std::string &subSection) const in GetRemoteDeviceType() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp453 int deviceType = config_.GetRemoteDeviceType(addr); in GetPairedDevice()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h82 napi_value GetRemoteDeviceType(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp84 DECLARE_NAPI_FUNCTION("getRemoteDeviceType", GetRemoteDeviceType), in DefineConnectionFunctions()
722 napi_value GetRemoteDeviceType(napi_env env, napi_callback_info info) in GetRemoteDeviceType() function