javax.bluetooth
Interface L2CAPConnection
- All Superinterfaces:
- Connection
public interface L2CAPConnection
- extends Connection
DEFAULT_MTU
static final int DEFAULT_MTU
- See Also:
- Constant Field Values
MINIMUM_MTU
static final int MINIMUM_MTU
- See Also:
- Constant Field Values
getTransmitMTU
int getTransmitMTU()
throws IOException
- Throws:
IOException
getReceiveMTU
int getReceiveMTU()
throws IOException
- Throws:
IOException
send
void send(byte[] arg1)
throws IOException
- Throws:
IOException
receive
int receive(byte[] arg1)
throws IOException
- Throws:
IOException
ready
boolean ready()
throws IOException
- Throws:
IOException
Copyright © 2006-2007 Jayway AB. All Rights Reserved.