Searched refs:onInterruptData (Results 1 – 3 of 3) sorted by relevance
317 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() method in BluetoothHidDevice.Callback376 public void onInterruptData(BluetoothDevice device, byte reportId, byte[] data) { in onInterruptData() method in BluetoothHidDevice.CallbackWrapper378 mExecutor.execute(() -> mCallback.onInterruptData(device, reportId, data)); in onInterruptData()
5726 Landroid/bluetooth/BluetoothHidDevice$Callback;->onInterruptData(Landroid/bluetooth/BluetoothDevice…
8414 method public void onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]);