manifest_bluetooth.xml 905 B

1234567891011121314151617181920212223242526272829
  1. <manifest version="1.0" type="device">
  2. <hal format="hidl">
  3. <name>android.hardware.bluetooth</name>
  4. <transport>hwbinder</transport>
  5. <version>1.1</version>
  6. <interface>
  7. <name>IBluetoothHci</name>
  8. <instance>default</instance>
  9. </interface>
  10. </hal>
  11. <hal format="hidl">
  12. <name>hardware.google.bluetooth.bt_channel_avoidance</name>
  13. <transport>hwbinder</transport>
  14. <version>1.0</version>
  15. <interface>
  16. <name>IBTChannelAvoidance</name>
  17. <instance>default</instance>
  18. </interface>
  19. </hal>
  20. <hal format="hidl">
  21. <name>hardware.google.bluetooth.sar</name>
  22. <transport>hwbinder</transport>
  23. <version>1.1</version>
  24. <interface>
  25. <name>IBluetoothSar</name>
  26. <instance>default</instance>
  27. </interface>
  28. </hal>
  29. </manifest>