summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorGanesh Ganapathi Batta <ganeshg@broadcom.com>2013-02-05 15:38:27 -0800
committerMatthew Xie <mattx@google.com>2013-02-27 18:22:30 -0800
commit03b8386de26ba6500af2d66687bff9b01f2cbbd7 (patch)
tree340d93172e589ec6b504927914f19ceaad75cdd8 /AndroidManifest.xml
parent8eb70f8bdf4e8c970810b3400aba8d08d14ce222 (diff)
downloadandroid_packages_apps_Bluetooth-03b8386de26ba6500af2d66687bff9b01f2cbbd7.tar.gz
android_packages_apps_Bluetooth-03b8386de26ba6500af2d66687bff9b01f2cbbd7.tar.bz2
android_packages_apps_Bluetooth-03b8386de26ba6500af2d66687bff9b01f2cbbd7.zip
Initial version of BLE support for Bluedroid
Change-Id: I9579b3074bc4bc59dd45f71c0937e8879196555e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f4c0d3b3f..389a21c98 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -219,6 +219,14 @@
</receiver>
<service
android:process="@string/process"
+ android:name = ".gatt.GattService"
+ android:enabled="@bool/profile_supported_gatt">
+ <intent-filter>
+ <action android:name="android.bluetooth.IBluetoothGatt" />
+ </intent-filter>
+ </service>
+ <service
+ android:process="@string/process"
android:name = ".hfp.HeadsetService"
android:enabled="@bool/profile_supported_hs_hfp">
<intent-filter>