From 3ddb1b4028f135153ed3daa35966c5a2f984be4f Mon Sep 17 00:00:00 2001 From: lverpeng Date: Thu, 30 Jun 2022 12:38:15 +0800 Subject: [PATCH] =?UTF-8?q?api=20=E8=AF=B4=E6=98=8E=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 a576c5494a..601341e717 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md @@ -1112,7 +1112,7 @@ getConnectedBLEDevices(): Array<string> | 类型 | 说明 | | ------------------- | ------------------- | -| Array<string> | 返回和当前设备连接BLE设备地址集合。 | +| Array<string> | 返回当前设备作为Server端时连接BLE设备地址集合。 | **示例:** -- GitLab