Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.h256 bool SetRemoteDeviceType(const std::string &subSection, int type) const;
H A Dclassic_config.cpp258 bool ClassicConfig::SetRemoteDeviceType(const std::string &subSection, int type) const in SetRemoteDeviceType() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter_properties.cpp505 config_.SetRemoteDeviceType(addr, deviceType); in SavePairedDeviceInfo()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h81 napi_value SetRemoteDeviceType(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_connection.cpp83 DECLARE_NAPI_FUNCTION("setRemoteDeviceType", SetRemoteDeviceType), in DefineConnectionFunctions()
702 napi_value SetRemoteDeviceType(napi_env env, napi_callback_info info) in SetRemoteDeviceType() function