From 422af4d04962b029958ddb6897fd9ef2d3a012b3 Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski Date: Wed, 1 Nov 2017 10:12:36 -0700 Subject: [PATCH] Add IBluetoothSocketManager (3/3) Add IBluetoothSocketManager native Binder implementation. Thanks to it we'll skip jni to native calls, and need to re-serialize data manually. Bug: 68359837 Test: none Change-Id: I6c99717aa18ab41addf96b7536e483ae12802601 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index 4e036b598027f..dd5379309234e 100644 --- a/Android.mk +++ b/Android.mk @@ -138,6 +138,7 @@ LOCAL_SRC_FILES += \ ../../system/bt/binder/android/bluetooth/IBluetoothPbap.aidl \ ../../system/bt/binder/android/bluetooth/IBluetoothPbapClient.aidl \ ../../system/bt/binder/android/bluetooth/IBluetoothSap.aidl \ + ../../system/bt/binder/android/bluetooth/IBluetoothSocketManager.aidl \ ../../system/bt/binder/android/bluetooth/IBluetoothStateChangeCallback.aidl \ ../../system/bt/binder/android/bluetooth/IBluetoothHeadsetClient.aidl \ ../../system/bt/binder/android/bluetooth/IBluetoothHidDevice.aidl \