wx.createBLEConnection在Android上卡住
在Android的机器上测试,调用wx.createBLEConnection后,能收到wx.onBLEConnectionStateChange,可以看到connected为true,但是createBLEConnection里的success,fail,complete没有一个被调用,等超过2分钟也没有被调用。
在iPhone上没有这个问题。
Android机器为小米note,版本6.0.1,微信版本6.5.23。