mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
BtAudio: Enable LE Audio software encoding VTS am: 3202eab88a
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1991530 Change-Id: Icf9112b5367b920d4bd7026295d528a2cf7a8d40
This commit is contained in:
@@ -1390,7 +1390,7 @@ class BluetoothAudioProviderLeAudioBroadcastSoftwareAidl
|
||||
* stopped
|
||||
*/
|
||||
TEST_P(BluetoothAudioProviderLeAudioBroadcastSoftwareAidl,
|
||||
DISABLED_OpenLeAudioOutputSoftwareProvider) {}
|
||||
OpenLeAudioOutputSoftwareProvider) {}
|
||||
|
||||
/**
|
||||
* Test whether each provider of type
|
||||
@@ -1398,7 +1398,7 @@ TEST_P(BluetoothAudioProviderLeAudioBroadcastSoftwareAidl,
|
||||
* stopped with different PCM config
|
||||
*/
|
||||
TEST_P(BluetoothAudioProviderLeAudioBroadcastSoftwareAidl,
|
||||
DISABLED_StartAndEndLeAudioOutputSessionWithPossiblePcmConfig) {
|
||||
StartAndEndLeAudioOutputSessionWithPossiblePcmConfig) {
|
||||
for (auto sample_rate : le_audio_output_sample_rates_) {
|
||||
for (auto bits_per_sample : le_audio_output_bits_per_samples_) {
|
||||
for (auto channel_mode : le_audio_output_channel_modes_) {
|
||||
|
||||
Reference in New Issue
Block a user