Loading system/binder/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ cc_library_shared { "android/bluetooth/IBluetoothHeadsetPhone.aidl", "android/bluetooth/IBluetoothHealth.aidl", "android/bluetooth/IBluetoothHealthCallback.aidl", "android/bluetooth/IBluetoothInputDevice.aidl", "android/bluetooth/IBluetoothHidHost.aidl", "android/bluetooth/IBluetoothPan.aidl", "android/bluetooth/IBluetoothManager.aidl", "android/bluetooth/IBluetoothManagerCallback.aidl", Loading @@ -23,7 +23,7 @@ cc_library_shared { "android/bluetooth/IBluetoothSap.aidl", "android/bluetooth/IBluetoothStateChangeCallback.aidl", "android/bluetooth/IBluetoothHeadsetClient.aidl", "android/bluetooth/IBluetoothInputHost.aidl", "android/bluetooth/IBluetoothHidDevice.aidl", "android/bluetooth/IBluetoothHidDeviceCallback.aidl", "android/bluetooth/IBluetoothGatt.aidl", "android/bluetooth/IBluetoothGattCallback.aidl", Loading system/binder/android/bluetooth/IBluetoothInputHost.aidl→system/binder/android/bluetooth/IBluetoothHidDevice.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.bluetooth.BluetoothHidDeviceAppSdpSettings; import android.bluetooth.BluetoothHidDeviceAppQosSettings; /** @hide */ interface IBluetoothInputHost { interface IBluetoothHidDevice { boolean registerApp(in BluetoothHidDeviceAppConfiguration config, in BluetoothHidDeviceAppSdpSettings sdp, in BluetoothHidDeviceAppQosSettings inQos, in BluetoothHidDeviceAppQosSettings outQos, in IBluetoothHidDeviceCallback callback); Loading system/binder/android/bluetooth/IBluetoothInputDevice.aidl→system/binder/android/bluetooth/IBluetoothHidHost.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.bluetooth.BluetoothDevice; * * {@hide} */ interface IBluetoothInputDevice { interface IBluetoothHidHost { // Public API boolean connect(in BluetoothDevice device); boolean disconnect(in BluetoothDevice device); Loading Loading
system/binder/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ cc_library_shared { "android/bluetooth/IBluetoothHeadsetPhone.aidl", "android/bluetooth/IBluetoothHealth.aidl", "android/bluetooth/IBluetoothHealthCallback.aidl", "android/bluetooth/IBluetoothInputDevice.aidl", "android/bluetooth/IBluetoothHidHost.aidl", "android/bluetooth/IBluetoothPan.aidl", "android/bluetooth/IBluetoothManager.aidl", "android/bluetooth/IBluetoothManagerCallback.aidl", Loading @@ -23,7 +23,7 @@ cc_library_shared { "android/bluetooth/IBluetoothSap.aidl", "android/bluetooth/IBluetoothStateChangeCallback.aidl", "android/bluetooth/IBluetoothHeadsetClient.aidl", "android/bluetooth/IBluetoothInputHost.aidl", "android/bluetooth/IBluetoothHidDevice.aidl", "android/bluetooth/IBluetoothHidDeviceCallback.aidl", "android/bluetooth/IBluetoothGatt.aidl", "android/bluetooth/IBluetoothGattCallback.aidl", Loading
system/binder/android/bluetooth/IBluetoothInputHost.aidl→system/binder/android/bluetooth/IBluetoothHidDevice.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.bluetooth.BluetoothHidDeviceAppSdpSettings; import android.bluetooth.BluetoothHidDeviceAppQosSettings; /** @hide */ interface IBluetoothInputHost { interface IBluetoothHidDevice { boolean registerApp(in BluetoothHidDeviceAppConfiguration config, in BluetoothHidDeviceAppSdpSettings sdp, in BluetoothHidDeviceAppQosSettings inQos, in BluetoothHidDeviceAppQosSettings outQos, in IBluetoothHidDeviceCallback callback); Loading
system/binder/android/bluetooth/IBluetoothInputDevice.aidl→system/binder/android/bluetooth/IBluetoothHidHost.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import android.bluetooth.BluetoothDevice; * * {@hide} */ interface IBluetoothInputDevice { interface IBluetoothHidHost { // Public API boolean connect(in BluetoothDevice device); boolean disconnect(in BluetoothDevice device); Loading