Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use wx.closeBLEConnection in Mini Program

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This "how to use wx.closeBLEConnection in Mini Program" article, the article sample code introduction is very detailed, with a certain reference value, interested friends must refer to, for "how to use wx.closeBLEConnection in Mini Program", Xiaobian organized the following knowledge points, please follow the pace of the editor step by step slowly understand, then let us enter the topic.

Disconnect from a low-power Bluetooth device

OBJECT parameter description:

Parameter type is required to indicate that deviceIdString is a Bluetooth device id. If the getDevices API successFunction is successful, return the local Bluetooth adapter status failFunction No API call failed callback function completeFunction No API call end callback function (both successful and failed calls will be executed)

Success return parameters:

Parameter type description errMsgString success: ok, error: details

Sample code:

Wx.closeBLEConnection ({deviceId:deviceId success: function (res) {console.log (res)}}) what does Mini Program mean? Mini Program is an application that does not need to be downloaded or installed. It can be used immediately by scanning a QR code or searching it. It is easy to operate and easy to spread. It can achieve seven major functions, such as message notification, offline code scanning, and official account association. It is based on Wechat, similar to APP. You can use it whenever you want. After using it, you will leave without taking up memory.

The above is all the contents of the article "how to use wx.closeBLEConnection in Mini Program". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report