Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDevService.java309 public boolean replyReport(BluetoothDevice device, byte type, byte id, byte[] data) { in replyReport() method in HidDevService.BluetoothHidDeviceBinder
317 return service.replyReport(device, type, id, data); in replyReport()
457 synchronized boolean replyReport(BluetoothDevice device, byte type, byte id, byte[] data) { in replyReport() method in HidDevService