Searched refs:onSetReport (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothHidDeviceCallback.aidl | 27 void onSetReport(in BluetoothDevice device, in byte type, in byte id, in byte[] data); in onSetReport() method
|
D | BluetoothHidDeviceCallback.java | 91 public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) { in onSetReport() method in BluetoothHidDeviceCallback
|
D | BluetoothInputHost.java | 146 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()
|