Loading system/binder/android/bluetooth/IBluetoothHidDeviceCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading
system/binder/android/bluetooth/IBluetoothHidDeviceCallback.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -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); }