蓝牙适配器接口 拿不到getBluetoothDevices
发布于 5 年前 作者 mingyan 471 次浏览 来自 问答
wx.getBluetoothDevices({
  success: function (res) {    console.log(res)
  }
})

根据这个示例代码无法取得devices,返回为空

回到顶部