D | HidHostNativeInterface.java | 180 private native boolean connectHidNative(byte[] btAddress, int addressType, int transport); in connectHidNative() argument 183 byte[] btAddress, int addressType, int transport, boolean reconnectAllowed); in disconnectHidNative() argument 185 private native boolean getProtocolModeNative(byte[] btAddress, int addressType, int transport); in getProtocolModeNative() argument 187 private native boolean virtualUnPlugNative(byte[] btAddress, int addressType, int transport); in virtualUnPlugNative() argument 190 byte[] btAddress, int addressType, int transport, byte protocolMode); in setProtocolModeNative() argument 193 byte[] btAddress, in getReportNative() argument 201 byte[] btAddress, int addressType, int transport, byte reportType, String report); in setReportNative() argument 204 byte[] btAddress, int addressType, int transport, String report); in sendDataNative() argument 207 byte[] btAddress, int addressType, int transport, byte idleTime); in setIdleTimeNative() argument 209 private native boolean getIdleTimeNative(byte[] btAddress, int addressType, int transport); in getIdleTimeNative() argument
|