This reverts commit b25c089c59
.
Reason for revert: For now, adding Cco results in VTS failed, need to modify the version as well. We'll modify both this CL and aidl version in xml after we enable Cco.
Bug: 361443653
Change-Id: Ib4f84c749f626d3274eba4ad63ecca366715d128
30 lines
942 B
XML
30 lines
942 B
XML
<compatibility-matrix version="1.0" type="framework">
|
|
<hal format="aidl" optional="true">
|
|
<name>vendor.google.bluetooth_ext</name>
|
|
<version>1</version>
|
|
<interface>
|
|
<name>IBluetoothFinder</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
<interface>
|
|
<name>IBluetoothCcc</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
<interface>
|
|
<name>IBTChannelAvoidance</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
<interface>
|
|
<name>IBluetoothSar</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
<interface>
|
|
<name>IBluetoothExt</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
<interface>
|
|
<name>IBluetoothEwp</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</compatibility-matrix>
|