it.gerdavax.android.bluetooth
Class BluetoothDevice.BluetoothProtocols

java.lang.Object
  extended by it.gerdavax.android.bluetooth.BluetoothDevice.BluetoothProtocols
Enclosing interface:
BluetoothDevice

public static final class BluetoothDevice.BluetoothProtocols
extends java.lang.Object


Field Summary
static int PROTOCOL_BNEP
           
static int PROTOCOL_FTP
           
static int PROTOCOL_HTTP
           
static int PROTOCOL_IP
           
static int PROTOCOL_L2CAP
           
static int PROTOCOL_OBEX
           
static int PROTOCOL_RFCOMM
           
static int PROTOCOL_SDP
           
static int PROTOCOL_TCP
           
static int PROTOCOL_TCS_BIN
           
static int PROTOCOL_UDP
           
 
Constructor Summary
BluetoothDevice.BluetoothProtocols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_SDP

public static final int PROTOCOL_SDP
See Also:
Constant Field Values

PROTOCOL_UDP

public static final int PROTOCOL_UDP
See Also:
Constant Field Values

PROTOCOL_RFCOMM

public static final int PROTOCOL_RFCOMM
See Also:
Constant Field Values

PROTOCOL_TCP

public static final int PROTOCOL_TCP
See Also:
Constant Field Values

PROTOCOL_TCS_BIN

public static final int PROTOCOL_TCS_BIN
See Also:
Constant Field Values

PROTOCOL_OBEX

public static final int PROTOCOL_OBEX
See Also:
Constant Field Values

PROTOCOL_IP

public static final int PROTOCOL_IP
See Also:
Constant Field Values

PROTOCOL_FTP

public static final int PROTOCOL_FTP
See Also:
Constant Field Values

PROTOCOL_HTTP

public static final int PROTOCOL_HTTP
See Also:
Constant Field Values

PROTOCOL_BNEP

public static final int PROTOCOL_BNEP
See Also:
Constant Field Values

PROTOCOL_L2CAP

public static final int PROTOCOL_L2CAP
See Also:
Constant Field Values
Constructor Detail

BluetoothDevice.BluetoothProtocols

public BluetoothDevice.BluetoothProtocols()