diff --git a/api/@ohos.bluetooth.ble.d.ts b/api/@ohos.bluetooth.ble.d.ts index cc651292cd8a6c7cd70aefd263f442ab4d97b58c..7ec2196b2172bbcfa3e586fb1123b84517b51803 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, }