Android Open Source - android-bluetoothspp Intent Request Codes






From Project

Back to project page android-bluetoothspp.

License

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.

Java Source Code

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() {}
}




Java Source Code List

de.widemeadows.android.bluetoothspptest.BluetoothService.java
de.widemeadows.android.bluetoothspptest.DeviceListActivity.java
de.widemeadows.android.bluetoothspptest.IBluetoothServiceEventReceiver.java
de.widemeadows.android.bluetoothspptest.IntentRequestCodes.java
de.widemeadows.android.bluetoothspptest.MainActivity.java