ios直接调用createBLEConnection 报10002错误?
设备信息: iphone7 ios12.4 企业微信3.1.7
问题1:企业微信 startBluetoothDevicesDiscovery 传入services无效
问题2:直接调用createBLEConnection 报10002错误
1、调用getBluetoothDevices 获取到设备列表,再成功连接以后,将蓝牙设备信息存储到storage。
2、再次打开小程序,判断storage是否有存储蓝牙设备信息,如果有调用openBluetoothAdapter以后再调用createBLEConnection(传入storage中的蓝牙deviceId),100%返回10002错误。