com.ibm.oti.connection.btl2cap
Class Connection

java.lang.Object
  extended by com.intel.bluetooth.BluetoothConnectionAccessAdapter
      extended by com.intel.bluetooth.btl2cap.Connection
          extended by com.ibm.oti.connection.btl2cap.Connection
All Implemented Interfaces:
CreateConnection, BluetoothConnectionAccess, BluetoothConnectionNotifierServiceRecordAccess, L2CAPConnection, L2CAPConnectionNotifier, Connection

public class Connection
extends Connection

This class is Proxy for btl2cap (L2CAP) Connection implementations for IBM J9 support

No need to configure -Dmicroedition.connection.pkgs=com.intel.bluetooth when bluecove.jar installed to "%J9_HOME%\lib\jclMidp20\ext\

Your application should not use this class directly.

Rating red

Field Summary
 
Fields inherited from interface javax.bluetooth.L2CAPConnection
DEFAULT_MTU, MINIMUM_MTU
 
Constructor Summary
Connection()
           
 
Method Summary
 
Methods inherited from class com.intel.bluetooth.btl2cap.Connection
acceptAndOpen, close, getImpl, getReceiveMTU, getServiceRecord, getTransmitMTU, ready, receive, send, setParameters, setParameters2, updateServiceRecord
 
Methods inherited from class com.intel.bluetooth.BluetoothConnectionAccessAdapter
encrypt, getBluetoothStack, getRemoteAddress, getRemoteDevice, getSecurityOpt, isClosed, markAuthenticated, setRemoteDevice, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()