From 41dd26ca682c0314aa7de71e6096bdf35cc718e3 Mon Sep 17 00:00:00 2001 From: dongshen Date: Sun, 18 Sep 2022 23:36:18 +0800 Subject: [PATCH] change HEALTH_PEAK_FLOW_MOITOR to HEALTH_PEAK_FLOW_MONITOR Signed-off-by: dongshen --- 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