Back to project page android-bluetoothspp.
The source code is released under:
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCT...
If you think the Android project android-bluetoothspp 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 de.widemeadows.android.bluetoothspptest; /* ww w .j a v a 2 s.co m*/ /** * Request Code-Definitionen fr Intents */ public final class IntentRequestCodes { /** * Aktivieren von Bluetooth */ public static final int BT_REQUEST_ENABLE = 1001; /** * Sucht ein Gert */ public static final int BT_SELECT_DEVICE = 1002; private IntentRequestCodes() {} }