com.intel.bluetooth
Class MicroeditionConnector
java.lang.Object
com.intel.bluetooth.MicroeditionConnector
public abstract class MicroeditionConnector
- extends Object
Implementation of javax.microedition.io.Connector
Your application should not use this class directly.
BlueCove specific JSR-82 extension bluecovepsm enables the use of specific PSM channel in L2CAP service.
btl2cap://localhost;name=...;bluecovepsm=1007
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ
public static final int READ
- See Also:
- Constant Field Values
WRITE
public static final int WRITE
- See Also:
- Constant Field Values
READ_WRITE
public static final int READ_WRITE
- See Also:
- Constant Field Values
open
public static Connection open(String name)
throws IOException
- Throws:
IOException
open
public static Connection open(String name,
int mode)
throws IOException
- Throws:
IOException
open
public static Connection open(String name,
int mode,
boolean timeouts)
throws IOException
- Throws:
IOException
openDataInputStream
public static DataInputStream openDataInputStream(String name)
throws IOException
- Throws:
IOException
openDataOutputStream
public static DataOutputStream openDataOutputStream(String name)
throws IOException
- Throws:
IOException
openInputStream
public static InputStream openInputStream(String name)
throws IOException
- Throws:
IOException
openOutputStream
public static OutputStream openOutputStream(String name)
throws IOException
- Throws:
IOException