com.intel.bluetooth.obex
Class OBEXConnectionParams
java.lang.Object
com.intel.bluetooth.obex.OBEXConnectionParams
public class OBEXConnectionParams
- extends Object
- Since:
- bluecove 2.0.2
- Rating

Field Summary |
static int |
DEFAULT_TIMEOUT
|
int |
mtu
You can increase network speed by changing mtu to bigger value. |
static int |
OBEX_DEFAULT_MTU
|
int |
timeout
The amount of time in milliseconds for which the implementation will attempt to successfully transmit a packet
before it throws InterruptedIOException. |
boolean |
timeouts
Enables timeouts. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
OBEX_DEFAULT_MTU
public static final int OBEX_DEFAULT_MTU
- See Also:
- Constant Field Values
timeouts
public boolean timeouts
- Enables timeouts.
- See Also:
Connector.open(String,int,boolean)
timeout
public int timeout
- The amount of time in milliseconds for which the implementation will attempt to successfully transmit a packet
before it throws InterruptedIOException.
Java System property "bluecove.obex.timeout" can be used to define the value.
mtu
public int mtu
- You can increase network speed by changing mtu to bigger value.
Java System property "bluecove.obex.mtu" can be used to define the value.
OBEXConnectionParams
public OBEXConnectionParams()