summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNitin Shivpure <nshivpur@codeaurora.org>2015-07-14 12:47:56 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:26:27 -0600
commitee66ed501df0d5b7d6f28bc9651b8c30543389bb (patch)
treec34cdf8e51b7369acfaf67d1bf51c28805c36011 /Android.mk
parent669508fe0050408955037dc685da371b81ae8644 (diff)
downloadframeworks_base-ee66ed501df0d5b7d6f28bc9651b8c30543389bb.zip
frameworks_base-ee66ed501df0d5b7d6f28bc9651b8c30543389bb.tar.gz
frameworks_base-ee66ed501df0d5b7d6f28bc9651b8c30543389bb.tar.bz2
Bluetooth: DUN: Add framework changes to support DUN
Bluetooth DUN profile APIs added to the framework APIs. As DUN server supports only disconnection of DUN profile level connection this API is implemeted along with other APIs. It registers bluetooth state changed callback with the adapter service,once there is a change in the bluetooth state,it will bind/unbind the DUN service which is implemented in BluetoothExt.APK. DUN service, and other DUN Application layer are implemented in BluetoothExt.APK. CRs-Fixed: 557180 Change-Id: I6ce1204ac6138e28ad7486f2855f0f7444ad3886
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index a0a0632..0c8b75b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -121,6 +121,7 @@ LOCAL_SRC_FILES += \
core/java/android/bluetooth/IBluetoothGatt.aidl \
core/java/android/bluetooth/IBluetoothGattCallback.aidl \
core/java/android/bluetooth/IBluetoothGattServerCallback.aidl \
+ core/java/android/bluetooth/IBluetoothDun.aidl \
core/java/android/content/IClipboard.aidl \
core/java/android/content/IContentService.aidl \
core/java/android/content/IIntentReceiver.aidl \