From 94f9842e7dec84435cddb053fc5bd7e6a699b6c1 Mon Sep 17 00:00:00 2001 From: tm363 Date: Wed, 6 Apr 2022 09:30:38 +0000 Subject: [PATCH] !153 update docs/api/system/bluetooth.md. * update docs/api/system/bluetooth.md. --- docs/api/system/bluetooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/system/bluetooth.md b/docs/api/system/bluetooth.md index c38660e19..450463e8f 100644 --- a/docs/api/system/bluetooth.md +++ b/docs/api/system/bluetooth.md @@ -61,7 +61,7 @@ uni.openBluetoothAdapter({ |属性|类型|默认值|必填|说明| |---|---|---|---|---| -|services|Array<String>||否|要搜索但蓝牙设备主 service 的 uuid 列表。某些蓝牙设备会广播自己的主 service 的 uuid。如果设置此参数,则只搜索广播包有对应 uuid 的主服务的蓝牙设备。建议主要通过该参数过滤掉周边不需要处理的其他蓝牙设备。| +|services|Array<String>||否|要搜索的蓝牙设备主 service 的 uuid 列表。某些蓝牙设备会广播自己的主 service 的 uuid。如果设置此参数,则只搜索广播包有对应 uuid 的主服务的蓝牙设备。建议主要通过该参数过滤掉周边不需要处理的其他蓝牙设备。| |allowDuplicatesKey|boolean|false|否|是否允许重复上报同一设备。如果允许重复上报,则 `uni.onBlueToothDeviceFound` 方法会多次上报同一设备,但是 RSSI 值会有不同。| |interval|number|0|否|上报设备的间隔。0 表示找到新设备立即上报,其他数值根据传入的间隔上报。| |powerLevel|string|medium|否|扫描模式,越高扫描越快,也越耗电,仅安卓支持。low:低,medium:中,high:高。仅京东小程序支持| -- GitLab