|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.bluetooth.obex.BlueCoveOBEX
public abstract class BlueCoveOBEX
Allow access to BlueCove OBEX internals. Non JSR-82.
PUBLIC JSR-82 extension
Method Summary | |
---|---|
static int |
getPacketSize(Connection c)
Once OBEX connection is made this will return negotiated MTU value. |
static String |
obexResponseCodes(int responseCode)
ConvertOBEX SUCCESS response code to human readable string, useful for debugging applications. |
static void |
setPacketSize(Connection c,
int mtu)
Allows to change the MTU before calling clientSession.connect(headers). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getPacketSize(Connection c)
public static void setPacketSize(Connection c, int mtu) throws IOException
c
- the OBEX connectionmtu
-
IOException
public static String obexResponseCodes(int responseCode)
responseCode
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |