Back to project page BluetoothHidEmu.
The source code is released under:
Apache License
If you think the Android project BluetoothHidEmu listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package andraus.bluetoothhidemu; /*from w w w.ja va 2 s . c om*/ /** * Global constants. */ public final class Constants { public final static int CLICK_VIBRATE_MS = 35; /** * */ private Constants() { super(); } }