From ec88b0d9347925ade61577a31646192abc8ed421 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 17 Aug 2023 16:31:47 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- .../changelogs/OpenHarmony_4.0.9.2/changelogs-bluetooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/release-notes/changelogs/OpenHarmony_4.0.9.2/changelogs-bluetooth.md b/en/release-notes/changelogs/OpenHarmony_4.0.9.2/changelogs-bluetooth.md index 78def36dbc..f0267cf8fa 100644 --- a/en/release-notes/changelogs/OpenHarmony_4.0.9.2/changelogs-bluetooth.md +++ b/en/release-notes/changelogs/OpenHarmony_4.0.9.2/changelogs-bluetooth.md @@ -20,7 +20,7 @@ ### APIs Requiring Dual-Permission Verification -| Module| Declaration| +| Module| API Declaration| |------|---------| |@ohos.bluetooth.baseProfile|[setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy, callback: AsyncCallback<void>): void](../../../application-dev/reference/apis/js-apis-bluetooth-baseProfile.md#baseprofilesetconnectionstrategy) | |@ohos.bluetooth.baseProfile| [setConnectionStrategy(deviceId: string, strategy: ConnectionStrategy): Promise<void>](../../../application-dev/reference/apis/js-apis-bluetooth-baseProfile.md#baseprofilesetconnectionstrategy-1) | -- GitLab