wx.getConnectedBluetoothDevices在IOS上获取的devices是空?
发布于 7 年前 作者 yeli 10927 次浏览 来自 问答

在蓝牙设备连接上的情况下,wx.getConnectedBluetoothDevices在安卓机上是有值得,苹果上没有

ML6A2CH/A 苹果6P 11.4.1  微信版本7.0.8 代码参照你们自己的示例代码

wx.getConnectedBluetoothDevices({
    success(res){
        consolelog"getConnected"
        consolelog(res)
        if(res.devices.length === 
        {
         
        
    }
    fail(err){
        consolelog(err)
        if(err.errCode === 10001
        {}
       
    }
})

1 回复

你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

回到顶部