From 26663efd76c42eb93b13d8db94c97f89245153ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=A3=AB=E8=BE=B0?= Date: Mon, 25 Aug 2025 19:57:49 +0800 Subject: [PATCH] reset delete arkts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马士辰 --- api/@ohos.bluetooth.connection.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/@ohos.bluetooth.connection.d.ts b/api/@ohos.bluetooth.connection.d.ts index 4cd7019ad7..7d1416b3b6 100644 --- a/api/@ohos.bluetooth.connection.d.ts +++ b/api/@ohos.bluetooth.connection.d.ts @@ -552,6 +552,7 @@ declare namespace connection { * @throws { BusinessError } 2900099 - Get transport failed. * @syscap SystemCapability.Communication.Bluetooth.Core * @since 20 + * @arkts 1.1&1.2 */ function getRemoteDeviceTransport(deviceId: string): BluetoothTransport; @@ -1811,6 +1812,7 @@ declare namespace connection { * * @syscap SystemCapability.Communication.Bluetooth.Core * @since 20 + * @arkts 1.1&1.2 */ TRANSPORT_DUAL = 2, /** @@ -1818,6 +1820,7 @@ declare namespace connection { * * @syscap SystemCapability.Communication.Bluetooth.Core * @since 20 + * @arkts 1.1&1.2 */ TRANSPORT_UNKNOWN = 3 } -- Gitee