From 6500bcb0ce684273ac7acd15aebf67764d2d8102 Mon Sep 17 00:00:00 2001 From: lverpeng Date: Mon, 19 Sep 2022 11:59:21 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20c1a59ab=20from=20https://gitee.com/lver?= =?UTF-8?q?peng/interface=5Fsdk-js/pulls/2743=20bluetooth=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=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 --- api/@ohos.bluetooth.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.bluetooth.d.ts b/api/@ohos.bluetooth.d.ts index 882a13afa1..0cd9b50b70 100644 --- a/api/@ohos.bluetooth.d.ts +++ b/api/@ohos.bluetooth.d.ts @@ -1600,7 +1600,7 @@ declare namespace bluetooth { HEALTH_DATA_DISPLAY = 0x091C, HEALTH_STEP_COUNTER = 0x0920, HEALTH_BODY_COMPOSITION_ANALYZER = 0x0924, - HEALTH_PEAK_FLOW_MOITOR = 0x0928, + HEALTH_PEAK_FLOW_MONITOR = 0x0928, HEALTH_MEDICATION_MONITOR = 0x092C, HEALTH_KNEE_PROSTHESIS = 0x0930, HEALTH_ANKLE_PROSTHESIS = 0x0934, -- Gitee