API名称:wx.openBluetoothAdapter;微信版本号:7.0.12;基础库版本号:2.11.0;机型:iPhone 7 Plus
返回错误码:10001
用耳机测试手机蓝牙设备正常证明手机没问题。不带任何负载用wx.getSystemInfoSync返回的bluetoothEnabled总是false
wx.getSystemInfoSync完整信息如下:
{"language":"zh_CN","wifiEnabled":true,"safeArea":{"bottom":736,"height":716,"top":20,"width":414,"left":0,"right":414},"bluetoothEnabled":false,"locationAuthorized":true,"deviceOrientation":"portrait","notificationSoundAuthorized":true,"screenHeight":736,"windowHeight":672,"version":"7.0.12","fontSizeSetting":17,"system":"iOS 13.4.1","notificationAuthorized":true,"statusBarHeight":20,"pixelRatio":3,"windowWidth":414,"notificationBadgeAuthorized":true,"errMsg":"getSystemInfo:ok","locationEnabled":true,"model":"iPhone 7 Plus","batteryLevel":92,"screenWidth":414,"screenTop":64,"microphoneAuthorized":true,"cameraAuthorized":true,"albumAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.11.0","devicePixelRatio":3}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html