小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wx.getBluetoothDevices 小程序真机模式下可以搜索到蓝牙设备,
预览、体验版无法获取到周围所以的蓝牙设备,
这是什么原因呢?
怎么才能获取到呢?
获取定位权限也已经打开
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
onLoad: function () {
if (wx.openBluetoothAdapter) {
this.getBluetooth();
}
},
getLanyas: function () {
const _locationChangeFn = () => {
//console.log('location change')
wx.openBluetoothAdapter();
wx.startBluetoothDevicesDiscovery({ //开始搜索
success: (res) => {
console.log(res)
wx.getBluetoothAdapterState({
wx.getBluetoothDevices({ //获取所有的蓝牙设备
wx.closeBluetoothAdapter({
success(res) {
//console.log(res)
});
fail: () => {
})
blurTimer = setTimeout(() => {
_locationChangeFn();
}, 1000);
this.getLanyas();
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
安卓版本 9
荣耀play
微信版本号 7.0
获取不到蓝牙设备
onLoad: function () {
if (wx.openBluetoothAdapter) {
this.getBluetooth();
}
},
getLanyas: function () {
const _locationChangeFn = () => {
//console.log('location change')
wx.openBluetoothAdapter();
wx.startBluetoothDevicesDiscovery({ //开始搜索
success: (res) => {
console.log(res)
wx.getBluetoothAdapterState({
success: (res) => {
console.log(res)
wx.getBluetoothDevices({ //获取所有的蓝牙设备
success: (res) => {
wx.closeBluetoothAdapter({
success(res) {
//console.log(res)
}
});
},
fail: () => {
wx.closeBluetoothAdapter({
success(res) {
//console.log(res)
}
});
}
});
}
})
}
});
blurTimer = setTimeout(() => {
_locationChangeFn();
}, 1000);
}
_locationChangeFn();
},
if (wx.openBluetoothAdapter) {
this.getLanyas();
}
另外麻烦提供一下日志:我->设置->帮助与反馈右上角有个上报日志的入口
贴一下出现问题的微信号,出现问题的时间点(精确到分钟)