mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-01-28 13:48:48 +00:00
Add vendor codec type to support the vendor config and capability
Bug: 203490261 Bug: 150670922 Test: make build Change-Id: I26cdafe6b96a4c0a501f13bf790723c026029aa6
This commit is contained in:
@@ -355,6 +355,7 @@ BluetoothAudioCodecs::GetA2dpOffloadCodecCapabilities(
|
||||
kDefaultOffloadLc3Capability);
|
||||
break;
|
||||
case CodecType::UNKNOWN:
|
||||
case CodecType::VENDOR:
|
||||
codec_capability = {};
|
||||
break;
|
||||
}
|
||||
@@ -420,6 +421,7 @@ bool BluetoothAudioCodecs::IsOffloadCodecConfigurationValid(
|
||||
}
|
||||
break;
|
||||
case CodecType::UNKNOWN:
|
||||
case CodecType::VENDOR:
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user