From 6365bad74a77ddaef8f40f207fc2dffe31446af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=88=E5=B8=8C?= Date: Wed, 21 May 2025 15:06:21 +0800 Subject: [PATCH] update code for turnOnbluetooth& turnOffbluetooth interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 先希 --- api/@ohos.enterprise.bluetoothManager.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/@ohos.enterprise.bluetoothManager.d.ts b/api/@ohos.enterprise.bluetoothManager.d.ts index f08f2daf22..8e357cab22 100644 --- a/api/@ohos.enterprise.bluetoothManager.d.ts +++ b/api/@ohos.enterprise.bluetoothManager.d.ts @@ -202,6 +202,7 @@ declare namespace bluetoothManager { * @throws { BusinessError } 9200001 - The application is not an administrator application of the device. * @throws { BusinessError } 9200002 - The administrator application does not have permission to manage the device. * @throws { BusinessError } 201 - Permission verification failed. The application does not have the permission required to call the API. + * @throws { BusinessError } 203 - This function is prohibited by enterprise management policies. * @syscap SystemCapability.Customization.EnterpriseDeviceManager * @stagemodelonly * @since 20 @@ -218,6 +219,7 @@ declare namespace bluetoothManager { * @throws { BusinessError } 9200001 - The application is not an administrator application of the device. * @throws { BusinessError } 9200002 - The administrator application does not have permission to manage the device. * @throws { BusinessError } 201 - Permission verification failed. The application does not have the permission required to call the API. + * @throws { BusinessError } 203 - This function is prohibited by enterprise management policies. * @syscap SystemCapability.Customization.EnterpriseDeviceManager * @stagemodelonly * @since 20 -- Gitee