Home
last modified time | relevance | path

Searched refs:onSetReport (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothHidDeviceCallback.aidl27 void onSetReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data); in onSetReport() method
DBluetoothHidDeviceCallback.java91 public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) { in onSetReport() method in BluetoothHidDeviceCallback
DBluetoothInputHost.java146 public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) { in onSetReport() method in BluetoothInputHost.BluetoothHidDeviceCallbackWrapper
147 mCallback.onSetReport(device, type, id, data); in onSetReport()