diff --git a/api/@ohos.bluetooth.a2dp.d.ts b/api/@ohos.bluetooth.a2dp.d.ts index 6a64dc35c2c89251d199060ccea9e72c234b9bc7..485030b7cbcc9cdad632e937a06460cfb0240e5b 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.