diff --git a/interfaces/inner_api/include/bluetooth_def.h b/interfaces/inner_api/include/bluetooth_def.h index fb57665b71ca538fbda02b3ef15050e0ad6329b9..74df80c893f7043cff06609adabe964cc22348a8 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