我真不会
我真不会
  • 发布:2022-06-28 15:00
  • 更新:2022-06-28 15:00
  • 阅读:205

安卓蓝牙是毫秒级扫描吗

分类:uni-app

uni.startBluetoothDevicesDiscovery({
services: [, ],
interval: 5000,
allowDuplicatesKey: true,
success: res=> {
console.log(res);//成功开启
}
})

uni.onBluetoothDeviceFound(res => {

})

我们对接的是广播蓝牙,5秒取一次广播数据,但是onBluetoothDeviceFound毫秒级输出,是只能做时间限制吗

2022-06-28 15:00 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复