From c1a59ab6d001865e963a3549d9aca8a4595a67df Mon Sep 17 00:00:00 2001 From: lverpeng Date: Mon, 19 Sep 2022 11:59:21 +0800 Subject: [PATCH] =?UTF-8?q?bluetooth=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= =?UTF-8?q?=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