• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revisiónc2c5d7ff76232c338218c5f60a13fe2a719d404a (tree)
Tiempo2017-12-06 18:40:56
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Add HIDL HAL for Bluetooth

Set android.hardware.bluetooth@1.0 to binderized.

Cambiar Resumen

Diferencia incremental

--- a/manifest.xml
+++ b/manifest.xml
@@ -18,6 +18,15 @@
1818 </interface>
1919 </hal>
2020 <hal format="hidl">
21+ <name>android.hardware.bluetooth</name>
22+ <transport>hwbinder</transport>
23+ <version>1.0</version>
24+ <interface>
25+ <name>IBluetoothHci</name>
26+ <instance>default</instance>
27+ </interface>
28+ </hal>
29+ <hal format="hidl">
2130 <name>android.hardware.configstore</name>
2231 <transport>hwbinder</transport>
2332 <version>1.0</version>
--- a/treble.mk
+++ b/treble.mk
@@ -17,7 +17,9 @@ PRODUCT_PACKAGES += \
1717
1818 # Bluetooth HAL
1919 PRODUCT_PACKAGES += \
20- android.hardware.bluetooth@1.0-impl
20+ android.hardware.bluetooth@1.0-impl \
21+ android.hardware.bluetooth@1.0-service \
22+ libbt-vendor
2123
2224 # Camera HAL
2325 #PRODUCT_PACKAGES += \