startBluetoothDevicesDiscovery 筛选服务后搜索不到
我用IOS和sharp手机 都能搜索到。
但是用华为 ACL-CL00 安卓4.4.4 EMUI3.0
微信版本6.5.19 就搜不到
如果我把服务筛选去掉,是可以搜索到的
但我的模块确实是有这个服务的
startBluetoothDevicesDiscovery的回调都是成功的
目前只发现这款手机有这个问题
图片是我在去掉服务筛选后扫到的结果
wx.startBluetoothDevicesDiscovery({
services: [‘eecc’],
success: function (res) {
console.log(“开始搜索附近蓝牙设备”)
console.log(res)
}
})