From ef71baf957d62e96a29e430c470cd1e7e22f1b92 Mon Sep 17 00:00:00 2001 From: lee Date: Tue, 24 Jun 2025 17:18:30 +0800 Subject: [PATCH] cfi modify Signed-off-by: lee --- api/@ohos.bluetooth.ble.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/@ohos.bluetooth.ble.d.ts b/api/@ohos.bluetooth.ble.d.ts index cc651292cd..7ec2196b21 100644 --- a/api/@ohos.bluetooth.ble.d.ts +++ b/api/@ohos.bluetooth.ble.d.ts @@ -6651,7 +6651,6 @@ declare namespace ble { * @syscap SystemCapability.Communication.Bluetooth.Core * @atomicservice * @since 19 - * @arkts 1.1&1.2 */ BATCH = 2, /** @@ -6710,7 +6709,6 @@ declare namespace ble { * @syscap SystemCapability.Communication.Bluetooth.Core * @atomicservice * @since 19 - * @arkts 1.1&1.2 */ ON_BATCH = 3, } -- Gitee