微信小程序 > 微信公开课 > 小程序蓝牙模块现在是都搜索不到设备了
微信小程序,微信公开课,小程序蓝牙模块现在是都搜索不到设备了

小程序蓝牙模块现在是都搜索不到设备了

2019-04-03 15:16:50

如何看待微信公开课小程序热门讨论「小程序蓝牙模块现在是都搜索不到设备了」
摘要:小程序蓝牙模块现在是都搜索不到设备了
展开://index.js//获取应用实例constappgetApp()Page({data:{},onLoad:function(){wx.openBluetoothAdapter({success:function(res){console.info(res);},fail:function(res){console.info(res);wx.showModal({title:提示,content:监测到系统未开启蓝牙,请前往设置开启蓝牙模块!,})}})wx.onBluetoothAdapterStateChange(function(res){console.log(`adapterStatechanged,nowis`,res)if(res.available){wx.showToast({title:蓝牙已开启});}else{wx.showToast({title:蓝牙已关闭});}})wx.startBluetoothDevicesDiscovery({success:function(res){console.log(res)}})setTimeout(function(res){wx.getBluetoothDevices({success:function(res){console.log(res)}})},10000);wx.onBluetoothDeviceFound(function(devices){console.log(newdevicelisthasfounded)console.dir(devices);wx.getBluetoothDevices({success:function(res){console.log(res)}})})},getBluetoothDevices:function(){letthatthis;wx.getBluetoothDevices({success:function(res4){console.log(res4);for(letitemofres4.devices){console.log(item.name.trim())console.log(item.name.trim().length)}}})},startsearch:function(){wx.startBluetoothDevicesDiscovery({success:function(res){console.log(res)}})},})我这样写得到的array永远为0,用了多个真机调试都没用,是不是蓝牙模块有问题
标签:小程序
微信小程序,微信公开课,小程序蓝牙模块现在是都搜索不到设备了

「小程序蓝牙模块现在是都搜索不到设备了」热门讨论订阅

方法1:微信扫描微信公开课小程序码即可订阅热门讨论「小程序蓝牙模块现在是都搜索不到设备了」

方法2:微信搜索微信公开课小程序名称进入,即可订阅热门讨论「小程序蓝牙模块现在是都搜索不到设备了」

方法3:微信网页访问即速商店,长按识别微信公开课小程序码即可订阅热门讨论「小程序蓝牙模块现在是都搜索不到设备了」

微信公开课小程序热门讨论「小程序蓝牙模块现在是都搜索不到设备了」由微信公开课原创摘录于微信小程序商店shop.jisuapp.cn,转载请注明出处。

微信公开课热门讨论「小程序蓝牙模块现在是都搜索不到设备了」由微信公开课开发者向微信用户提供,并对本服务内容、数据资料及其运营行为等真实性、合法性及有效性承担全部责任。