Merge changes from topics "parcel_uuid_and_fd_native", "bluetooth_socket_manager_native"

* changes:
  Make ParcelUuid and ParcelFileDescriptor accesible to native Binder (2/2)
  Add IBluetoothSocketManager (3/3)
This commit is contained in:
Jakub Pawlowski
2017-11-09 22:11:38 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 2 deletions

View File

@@ -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 \

View File

@@ -17,4 +17,4 @@
package android.os;
parcelable ParcelFileDescriptor;
parcelable ParcelFileDescriptor cpp_header "android/os/parcel_file_descriptor.h";

View File

@@ -16,4 +16,4 @@
package android.os;
parcelable ParcelUuid;
parcelable ParcelUuid cpp_header "android/os/parcel_uuid.h";