Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60971c50 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski Committed by Automerger Merge Worker
Browse files

VTS: Support VERSION_AIDL_V5 am: 291b5d75

parents c26c89cb 291b5d75
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ enum class BluetoothAudioHalVersion : int32_t {
  VERSION_AIDL_V2,
  VERSION_AIDL_V3,
  VERSION_AIDL_V4,
  VERSION_AIDL_V5,
};

// Some valid configs for HFP PCM configuration (software sessions)
@@ -683,6 +684,8 @@ class BluetoothAudioProviderFactoryAidl
        return BluetoothAudioHalVersion::VERSION_AIDL_V3;
      case 4:
        return BluetoothAudioHalVersion::VERSION_AIDL_V4;
      case 5:
        return BluetoothAudioHalVersion::VERSION_AIDL_V5;
      default:
        return BluetoothAudioHalVersion::VERSION_UNAVAILABLE;
    }