Uses of Interface
com.intel.bluetooth.BluetoothConnectionAccess

Packages that use BluetoothConnectionAccess
com.intel.bluetooth   
com.intel.bluetooth.btgoep   
com.intel.bluetooth.btl2cap   
com.intel.bluetooth.btspp   
com.intel.bluetooth.obex   
 

Uses of BluetoothConnectionAccess in com.intel.bluetooth
 

Classes in com.intel.bluetooth that implement BluetoothConnectionAccess
 class BluetoothConnectionAccessAdapter
          Helper class to create connection Proxy classes.
 

Methods in com.intel.bluetooth that return BluetoothConnectionAccess
protected abstract  BluetoothConnectionAccess BluetoothConnectionAccessAdapter.getImpl()
           
 

Uses of BluetoothConnectionAccess in com.intel.bluetooth.btgoep
 

Classes in com.intel.bluetooth.btgoep that implement BluetoothConnectionAccess
 class Connection
          This class is Proxy for btgoep (OBEX over RFCOMM) Connection implementations for IBM J9 support
 

Methods in com.intel.bluetooth.btgoep that return BluetoothConnectionAccess
protected  BluetoothConnectionAccess Connection.getImpl()
           
 

Uses of BluetoothConnectionAccess in com.intel.bluetooth.btl2cap
 

Methods in com.intel.bluetooth.btl2cap that return BluetoothConnectionAccess
protected  BluetoothConnectionAccess Connection.getImpl()
           
 

Uses of BluetoothConnectionAccess in com.intel.bluetooth.btspp
 

Methods in com.intel.bluetooth.btspp that return BluetoothConnectionAccess
protected  BluetoothConnectionAccess Connection.getImpl()
           
 

Uses of BluetoothConnectionAccess in com.intel.bluetooth.obex
 

Classes in com.intel.bluetooth.obex that implement BluetoothConnectionAccess
 class OBEXClientSessionImpl
          ClientSession implementation.