Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 422af4d0 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

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
parent bbaa19ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 \