hanfeiii
hanfeiii
  • 发布:2024-07-25 17:36
  • 更新:2024-07-25 17:36
  • 阅读:76

【报Bug】onBluetoothDeviceFound 搜索设备无响应

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: MacOS 14.5

HBuilderX类型: 正式

HBuilderX版本号: 4.24

手机系统: Android

手机系统版本号: Android 11

手机厂商: 优博讯

手机机型: Android扫码枪-DT50

页面类型: vue

vue版本: vue3

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

uni.openBluetoothAdapter({
success(res) {
uni.getBluetoothAdapterState({
success(res) {
uni.startBluetoothDevicesDiscovery({
services:["FFE0"],
success(res) {
uni.onBluetoothDeviceFound((devices)=>{
console.log("蓝牙搜索完成",devices)
this.devices = devices;
console.log(devices);
uni.hideLoading()
uni.stopBluetoothDevicesDiscovery({
success(res) {
console.log("停止搜索蓝牙")
}
})
})
}
})
}
})
}
})

操作步骤:

运行蓝牙搜索设备

预期结果:

响应搜索到的设备

实际结果:

无响应

bug描述:

搜索设备一直没有响应

2024-07-25 17:36 负责人:无 分享
已邀请:

要回复问题请先登录注册