From 0537be855bf21af79ddc4372b9314f4f9685a641 Mon Sep 17 00:00:00 2001 From: dengguanghong Date: Thu, 21 Dec 2023 11:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0a2dp=E7=9A=84=E4=B8=AD?= =?UTF-8?q?=E9=97=B4=E7=8A=B6=E6=80=81Signed-off-by:dengguanghong=20<22282?= =?UTF-8?q?66166@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/inner_api/include/bluetooth_def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/inner_api/include/bluetooth_def.h b/interfaces/inner_api/include/bluetooth_def.h index fb57665b..74df80c8 100644 --- a/interfaces/inner_api/include/bluetooth_def.h +++ b/interfaces/inner_api/include/bluetooth_def.h @@ -1182,7 +1182,7 @@ enum A2DP_OPTIONAL_ENABLE_STATE { A2DP_OPTIONAL_DISABLE, A2DP_OPTIONAL_ENABLE, A * * @since 6 */ -enum A2DP_PLAYING_STATE { A2DP_NOT_PLAYING, A2DP_IS_PLAYING }; +enum A2DP_PLAYING_STATE { A2DP_NOT_PLAYING, A2DP_IS_PLAYING, A2DP_IS_STARTING, A2DP_IS_SUSPENDING }; /** * @brief A2dp codec type enum. @@ -1440,4 +1440,4 @@ constexpr int32_t BLE_SCAN_INVALID_ID = 0; #endif } // namespace Bluetooth } // namespace OHOS -#endif // BLUETOOTH_DEF_H \ No newline at end of file +#endif // BLUETOOTH_DEF_H -- Gitee