From a41798e894c28e2a54bee88bf83b646f7714d496 Mon Sep 17 00:00:00 2001 From: "yangkuo (A)" <1041733144@qq.com> Date: Sat, 16 Aug 2025 15:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81L2HC=201.5M=E5=92=8C2.3M?= =?UTF-8?q?=E7=A0=81=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangkuo (A) <1041733144@qq.com> --- api/@ohos.bluetooth.a2dp.d.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/api/@ohos.bluetooth.a2dp.d.ts b/api/@ohos.bluetooth.a2dp.d.ts index 6a64dc35c2..485030b7cb 100644 --- a/api/@ohos.bluetooth.a2dp.d.ts +++ b/api/@ohos.bluetooth.a2dp.d.ts @@ -820,7 +820,21 @@ declare namespace a2dp { * @syscap SystemCapability.Communication.Bluetooth.Core * @since 19 */ - CODEC_BIT_RATE_ABR = 8 + CODEC_BIT_RATE_ABR = 8, + /** + * Codec bit rate 1.5M. + * + * @syscap SystemCapability.Communication.Bluetooth.Core + * @since 21 + */ + CODEC_BIT_RATE_1500000 = 9, + /** + * Codec bit rate 2.3M. + * + * @syscap SystemCapability.Communication.Bluetooth.Core + * @since 21 + */ + CODEC_BIT_RATE_2300000 = 10 } /** * Describes the codec frame length. -- Gitee