From 02f40f6a742bb0e577cd8782a35d96ecf07819a6 Mon Sep 17 00:00:00 2001 From: lverpeng Date: Tue, 2 Aug 2022 16:20:42 +0800 Subject: [PATCH] =?UTF-8?q?bluetooth=20docs=E5=8F=82=E6=95=B0=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lverpeng --- zh-cn/application-dev/reference/apis/js-apis-bluetooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md b/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md index 8763cb0b52..ee5dc135cb 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md @@ -354,7 +354,7 @@ setBluetoothScanMode(mode: ScanMode, duration: number): boolean | 参数名 | 类型 | 必填 | 说明 | | -------- | --------------------- | ---- | ---------------------------- | | mode | [ScanMode](#scanmode) | 是 | 蓝牙扫描模式。 | -| duration | number | 是 | 设备可被发现的持续时间,单位为秒;设置为0则持续可发现。 | +| duration | number | 是 | 设备可被发现的持续时间,单位为毫秒;设置为0则持续可发现。 | **返回值:** -- GitLab