Searched refs:SetRemoteDeviceType (Results 1 – 5 of 5) sorted by relevance
256 bool SetRemoteDeviceType(const std::string &subSection, int type) const;
258 bool ClassicConfig::SetRemoteDeviceType(const std::string &subSection, int type) const in SetRemoteDeviceType() function in OHOS::bluetooth::ClassicConfig
505 config_.SetRemoteDeviceType(addr, deviceType); in SavePairedDeviceInfo()
81 napi_value SetRemoteDeviceType(napi_env env, napi_callback_info info);
83 DECLARE_NAPI_FUNCTION("setRemoteDeviceType", SetRemoteDeviceType), in DefineConnectionFunctions()702 napi_value SetRemoteDeviceType(napi_env env, napi_callback_info info) in SetRemoteDeviceType() function