1、作为外围设备:使用wx.createBLEPeripheralServer(Object object)创建外围设备,使用BLEPeripheralServer.startAdvertising(Object Object)广播外围设备,调试广播成功
2、作为中心设备:使用wx.startBeaconDiscovery(Object object)搜索设备,使用wx.onBeaconUpdate(function callback)持续搜索,但是发现不了外围设备。但是我用Android开发的app外围设备,广播信息,微信小程序是能发现app外围设备的。请问什么情况?
代码片段: