From 2b152385dd4393c79bb221383076df5f586e07bf Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 5 May 2022 16:04:22 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/application-dev/connectivity/Readme-EN.md | 3 +-- en/application-dev/reference/apis/js-apis-bluetooth.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/en/application-dev/connectivity/Readme-EN.md b/en/application-dev/connectivity/Readme-EN.md index b4c7a479e2..dc7aa9aea5 100755 --- a/en/application-dev/connectivity/Readme-EN.md +++ b/en/application-dev/connectivity/Readme-EN.md @@ -1,8 +1,7 @@ # Connectivity -- [IPC & RPC](ipc-rpc.md) +- [IPC & RPC] - [IPC & RPC Overview](ipc-rpc-overview.md) - [IPC & RPC Development Guidelines](ipc-rpc-development-guideline.md) - - [Subscribing to State Changes of a Remote Object](subscribe-remote-state.md) diff --git a/en/application-dev/reference/apis/js-apis-bluetooth.md b/en/application-dev/reference/apis/js-apis-bluetooth.md index 48f8b4f7c0..5197114dc3 100644 --- a/en/application-dev/reference/apis/js-apis-bluetooth.md +++ b/en/application-dev/reference/apis/js-apis-bluetooth.md @@ -1243,7 +1243,7 @@ Obtains the connection status of the profile. | | | | ------------------------------------------------- | ----------------------- | | Type | Description | -| [ProfileConnectionState](#profileconnectionState) | Profile connection state obtained. | +| [ProfileConnectionState](#profileconnectionstate) | Profile connection state obtained. | ## A2dpSourceProfile -- GitLab