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

Commit ae9fd40f authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Merge "BluetoothHidDevice: rename onIntrData to onInterruptData (2/5)" am: ddfc5258

am: 18bb09b6

Change-Id: I3a29531116620d3ab1bd2dab3470951e4110f644
parents 274fa2f5 18bb09b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ interface IBluetoothHidDeviceCallback {
   void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize);
   void onSetReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data);
   void onSetProtocol(in BluetoothDevice device, in byte protocol);
   void onIntrData(in BluetoothDevice device, in byte reportId, in byte[] data);
   void onInterruptData(in BluetoothDevice device, in byte reportId, in byte[] data);
   void onVirtualCableUnplug(in BluetoothDevice device);
}