diff options
author | Alice Kuo <aliceypkuo@google.com> | 2022-02-16 09:19:56 +0800 |
---|---|---|
committer | Alice Kuo <aliceypkuo@google.com> | 2022-02-16 09:22:16 +0800 |
commit | 04a399a9e0d854579be9aa9fed0ac594f58d396b (patch) | |
tree | 991697a57b0d7d02d1f3941d803d40234c359ce5 | |
parent | 336d90c84f2a91837c231de84b0d8d0776d8537d (diff) |
Minor fix for the session type in the comments
Test: atest VtsHalBluetoothAudioTargetTest
Bug: 203490261
Change-Id: I3642c6eba3024fd1959e82057a4fdd108a09aa56
-rw-r--r-- | bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp index a6e45a5bbf..651dfbe7a3 100644 --- a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp +++ b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp @@ -1003,7 +1003,7 @@ TEST_P(BluetoothAudioProviderLeAudioOutputSoftwareAidl, } /** - * openProvider LE_AUDIO_SOFTWARE_DECODED_DATAPATH + * openProvider LE_AUDIO_SOFTWARE_DECODING_DATAPATH */ class BluetoothAudioProviderLeAudioInputSoftwareAidl : public BluetoothAudioProviderFactoryAidl { @@ -1033,7 +1033,7 @@ class BluetoothAudioProviderLeAudioInputSoftwareAidl /** * Test whether each provider of type - * SessionType::LE_AUDIO_SOFTWARE_DECODED_DATAPATH can be started and + * SessionType::LE_AUDIO_SOFTWARE_DECODING_DATAPATH can be started and * stopped */ TEST_P(BluetoothAudioProviderLeAudioInputSoftwareAidl, @@ -1041,7 +1041,7 @@ TEST_P(BluetoothAudioProviderLeAudioInputSoftwareAidl, /** * Test whether each provider of type - * SessionType::LE_AUDIO_SOFTWARE_DECODED_DATAPATH can be started and + * SessionType::LE_AUDIO_SOFTWARE_DECODING_DATAPATH can be started and * stopped with different PCM config */ TEST_P(BluetoothAudioProviderLeAudioInputSoftwareAidl, @@ -1074,7 +1074,7 @@ TEST_P(BluetoothAudioProviderLeAudioInputSoftwareAidl, } /** - * openProvider LE_AUDIO_HARDWARE_OFFLOAD_DECODED_DATAPATH + * openProvider LE_AUDIO_HARDWARE_OFFLOAD_ENCODING_DATAPATH */ class BluetoothAudioProviderLeAudioOutputHardwareAidl : public BluetoothAudioProviderFactoryAidl { |