Searched refs:onIntrData (Results 1 – 3 of 3) sorted by relevance
29 void onIntrData(in BluetoothDevice device, in byte reportId, in byte[] data); in onIntrData() method
115 public void onIntrData(BluetoothDevice device, byte reportId, byte[] data) { in onIntrData() method in BluetoothHidDeviceCallback
156 public void onIntrData(BluetoothDevice device, byte reportId, byte[] data) { in onIntrData() method in BluetoothInputHost.BluetoothHidDeviceCallbackWrapper157 mCallback.onIntrData(device, reportId, data); in onIntrData()