微信小程序--Ble蓝牙

作者: cinoliu | 来源:发表于2017-04-08 22:48 被阅读0次

    1.简述

    蓝牙适配器接口是基础库版本 1.1.0 开始支持。

    iOS 微信客户端 6.5.6 版本开始支持,Android 客户端暂不支持

    蓝牙总共增加了18个api接口。

    2.Api分类

    搜索类

    连接类

    通信类

    3.API的具体使用

    详细见官网:

    https://mp.weixin.qq.com/debug/wxadoc/dev/api/bluetooth.html#wxgetconnectedbluethoothdevicesobject

    4. 案例实现

    4.1 搜索蓝牙设备

    4.2连接 获取数据


    5.效果展示


    源码地址:https://github.com/cinoliu/Ble

    相关文章

      网友评论

        本文标题:微信小程序--Ble蓝牙

        本文链接:https://www.haomeiwen.com/subject/jrurattx.html