第 2 章:初始化微信小程序蓝牙适配器(openBluetoothAdapter)
第 3 章:微信小程序获取本机蓝牙适配器状态(getBluetoothAdapterState)
第 4 章:微信小程序实现搜索周边蓝牙设备(startBluetoothDevicesDiscovery)
第 5 章:小程序获取所有已发现的蓝牙设备(getBluetoothDevices)
6、微信小程序连接已发现的蓝牙设备(createBLEConnection)
7、小程序停止搜索周边蓝牙设备(stopBluetoothDevicesDiscovery)
9、小程序获取蓝牙设备所有service(getBLEDeviceServices)
10、小程序获取连接蓝牙设备所有特征值(getBLEDeviceCharacteristics)
11、启用蓝牙设备特征值变化时notify(notifyBLECharacteristicValueChange)
12、接收蓝牙设备返回消息onBLECharacteristicValueChange
13、向蓝牙设备发送指令数据消息writeBLECharacteristicValue
未完待续...