Searched defs:reportType (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java141 /* int reportType, int reportType, int bufferSize */
590 * @param reportType Report type
597 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { argument
598 if (VDBG) log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId + "bufferSize=" + bufferSize);
601 return mService.getReport(device, reportType, reportId, bufferSize);
617 * @param reportType Report type
623 public boolean setReport(BluetoothDevice device, byte reportType, String report) { argument
624 if (VDBG) log("setReport(" + device + "), reportType
[all...]

Completed in 68 milliseconds