Searched refs:reportId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothInputDevice.aidl50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize);
H A DBluetoothInputDevice.java567 * @param reportId Report ID
573 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument
574 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize=" + bufferSize);
577 return mService.getReport(device, reportType, reportId, bufferSize);

Completed in 73 milliseconds