小程序蓝牙扫描问题
自微信版本更新到6.6.6之后,上线后的小程序蓝牙功能就无法扫描到其它蓝牙设备,
而微信6.6.6之前的版本(6.6.5)都可以正常使用;
苹果没有问题
也看到其它人说这个问题,但一直没有一个解决方案
不知道官方有没有什么好的解决方案
急急急急急急急急急急急急急急急急急急急急!!!!!!!!!!!!!!!!
自微信版本更新到6.6.6之后,上线后的小程序蓝牙功能就无法扫描到其它蓝牙设备,
而微信6.6.6之前的版本(6.6.5)都可以正常使用;
苹果没有问题
也看到其它人说这个问题,但一直没有一个解决方案
不知道官方有没有什么好的解决方案
急急急急急急急急急急急急急急急急急急急急!!!!!!!!!!!!!!!!
try { wx.startBluetoothDevicesDiscovery({ allowDuplicatesKey: false, success: (res) => { wx.getBluetoothDevices({ success: res => { console.warn('getBluetoothDevices once device:', res); } });
}); resolve(res); }, fail: (res) => { console.warn("startSearch", res, new Date().format("yyyy/MM/dd hh:mm:ss S")); reject(res); } }); } catch (error) { console.error('startSearch error!', deviceId, error); reject(error); } |