device_google_tangorpro/bluetooth/manifest_bluetooth.xml
jonerlin 560830597f Bluetooth: remove unsupported feature IBluetoothCcc settings
Bug: 245445796
Test: Manual + atest vts_treble_vintf_vendor_test
Change-Id: If7b54dcf5f76cbae8662f7e5117fedbe41e26ea1
Merged-In: If7b54dcf5f76cbae8662f7e5117fedbe41e26ea1
2022-12-27 07:09:39 +00:00

20 lines
604 B
XML

<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>IBluetoothHci</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>hardware.google.bluetooth.sar</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>IBluetoothSar</name>
<instance>default</instance>
</interface>
</hal>
</manifest>