From a3a32941d76908510bffa180ae4b633a6e1628c6 Mon Sep 17 00:00:00 2001 From: lverpeng Date: Thu, 30 Jun 2022 12:40:59 +0800 Subject: [PATCH] napi 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 c07d60d16a..a956db4eee 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md @@ -1128,7 +1128,7 @@ getConnectedBLEDevices(): Array<string> | 类型 | 说明 | | ------------------- | ------------------- | -| Array<string> | 返回和当前设备连接BLE设备地址集合。 | +| Array<string> | 返回当前设备作为Server端时连接BLE设备地址集合。 | **示例:** -- GitLab