From 7f882545d77f91fca2f5d1ed5ff6c4030f0d01ea Mon Sep 17 00:00:00 2001 From: lverpeng Date: Wed, 12 Jul 2023 02:32:47 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-bluetoothManager.md. Signed-off-by: lverpeng --- .../apis/js-apis-bluetoothManager.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-bluetoothManager.md b/zh-cn/application-dev/reference/apis/js-apis-bluetoothManager.md index f5b08bfd5e..f9f99771ba 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bluetoothManager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bluetoothManager.md @@ -5108,13 +5108,13 @@ try { | 名称 | 值 | 说明 | | ------------------------------------| ------ | --------------- | -| PROFILE_UUID_HFP_AG 10+ | 0000111F-0000-1000-8000-00805F9B34FB | 代表HFPAG Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_HFP_HF 10+ | 0000111E-0000-1000-8000-00805F9B34FB | 代表HFPHF Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_HSP_AG 10+ | 00001112-0000-1000-8000-00805F9B34FB | 代表HSPAG Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_HSP_HS 10+ | 00001108-0000-1000-8000-00805F9B34FB | 代表HSPHS Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_A2DP_SRC 10+ | 0000110A-0000-1000-8000-00805F9B34FB | 代表A2DPSRC Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_A2DP_SINK 10+ | 0000110B-0000-1000-8000-00805F9B34FB | 代表A2DPSINK Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_AVRCP_CT 10+ | 0000110E-0000-1000-8000-00805F9B34FB | 代表AVRCPCT Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_AVRCP_TG 10+ | 0000110C-0000-1000-8000-00805F9B34FB | 代表AVRCPTG Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_HID 10+ | 00001124-0000-1000-8000-00805F9B34FB | 代表HID Profile的UUID。
此接口为系统接口。 | -| PROFILE_UUID_HOGP 10+ | 00001812-0000-1000-8000-00805F9B34FB | 代表HOGP Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_HFP_AG 10+ | '0000111F-0000-1000-8000-00805F9B34FB' | 代表HFPAG Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_HFP_HF 10+ | '0000111E-0000-1000-8000-00805F9B34FB' | 代表HFPHF Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_HSP_AG 10+ | '00001112-0000-1000-8000-00805F9B34FB' | 代表HSPAG Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_HSP_HS 10+ | '00001108-0000-1000-8000-00805F9B34FB' | 代表HSPHS Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_A2DP_SRC 10+ | '0000110A-0000-1000-8000-00805F9B34FB' | 代表A2DPSRC Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_A2DP_SINK 10+ | '0000110B-0000-1000-8000-00805F9B34FB' | 代表A2DPSINK Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_AVRCP_CT 10+ | '0000110E-0000-1000-8000-00805F9B34FB' | 代表AVRCPCT Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_AVRCP_TG 10+ | '0000110C-0000-1000-8000-00805F9B34FB' | 代表AVRCPTG Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_HID 10+ | '00001124-0000-1000-8000-00805F9B34FB' | 代表HID Profile的UUID。
此接口为系统接口。 | +| PROFILE_UUID_HOGP 10+ | '00001812-0000-1000-8000-00805F9B34FB' | 代表HOGP Profile的UUID。
此接口为系统接口。 | -- GitLab