OPPO R9S 微信小程序搜索不到ble蓝牙设备
1.开启定位服务 2.开启蓝牙开关 3.手机设置->微信应用权限管理->允许蓝牙->允许读取位置信息 4.调用wx.startBluetoothDevicesDiscovery ,wx.onBluetoothDeviceFound回调没收到任何ble设备 wx.startBluetoothDevicesDiscovery({
powerLevel: 'high',
success(_res) {
log.info('开启蓝牙搜索>成功', _res)
resolve(parse.success(action))
},
fail(_res) {
log.err('开启蓝牙搜索>失败', _res)
},
complete() {
}
})
wx.onBluetoothDeviceFound(res => {
})
5.其他信息:手机系统OPPO R9S Android6.0.1