From bf519d5708d9ffc3c029b5b7623e5b9a8d5da4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B1=9F=E9=A2=96?= Date: Thu, 4 Aug 2022 02:43:36 +0000 Subject: [PATCH] fixed bb77f3a from https://gitee.com/bmeangel/docs/pulls/7734 update zh-cn/application-dev/reference/apis/js-apis-bluetooth.md. Signed-off-by: @bmeangel --- zh-cn/application-dev/reference/apis/js-apis-bluetooth.md | 3 ++- 1 file changed, 2 insertions(+), 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 81321e5a5f..05e0522d4d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bluetooth.md @@ -1,9 +1,10 @@ # 蓝牙 +蓝牙模块提供了基础的传统蓝牙能力以及BLE的扫描、广播等功能。 + > ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:** > 本模块首批接口从API version 7开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 -蓝牙模块提供了基础的传统蓝牙能力以及BLE的扫描、广播等功能。 ## 导入模块 -- GitLab