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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidHost.java150 /* int reportType, int reportType, int bufferSize */
614 * @param reportType Report type
620 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, argument
623 log("getReport(" + device + "), reportType=" + reportType + " reportId=" + reportId
629 return service.getReport(device, reportType, reportId, bufferSize);
645 * @param reportType Report type
650 public boolean setReport(BluetoothDevice device, byte reportType, String report) { argument
651 if (VDBG) log("setReport(" + device + "), reportType
[all...]

Completed in 25 milliseconds