com.intel.bluetooth
Class BluetoothConnectionAccessAdapter
java.lang.Object
com.intel.bluetooth.BluetoothConnectionAccessAdapter
- All Implemented Interfaces:
- BluetoothConnectionAccess
- Direct Known Subclasses:
- Connection, Connection, Connection
public abstract class BluetoothConnectionAccessAdapter
- extends Object
- implements BluetoothConnectionAccess
Helper class to create connection Proxy classes.
Your application should not use this class directly.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BluetoothConnectionAccessAdapter
public BluetoothConnectionAccessAdapter()
getImpl
protected abstract BluetoothConnectionAccess getImpl()
getRemoteAddress
public long getRemoteAddress()
throws IOException
- Specified by:
getRemoteAddress
in interface BluetoothConnectionAccess
- Throws:
IOException
getRemoteDevice
public RemoteDevice getRemoteDevice()
- Specified by:
getRemoteDevice
in interface BluetoothConnectionAccess
isClosed
public boolean isClosed()
- Specified by:
isClosed
in interface BluetoothConnectionAccess
shutdown
public void shutdown()
throws IOException
- Specified by:
shutdown
in interface BluetoothConnectionAccess
- Throws:
IOException
markAuthenticated
public void markAuthenticated()
- Specified by:
markAuthenticated
in interface BluetoothConnectionAccess
getSecurityOpt
public int getSecurityOpt()
- Specified by:
getSecurityOpt
in interface BluetoothConnectionAccess
encrypt
public boolean encrypt(long address,
boolean on)
throws IOException
- Specified by:
encrypt
in interface BluetoothConnectionAccess
- Throws:
IOException
- See Also:
RemoteDevice.encrypt(javax.microedition.io.Connection ,
boolean)
setRemoteDevice
public void setRemoteDevice(RemoteDevice remoteDevice)
- Specified by:
setRemoteDevice
in interface BluetoothConnectionAccess
getBluetoothStack
public BluetoothStack getBluetoothStack()
- Specified by:
getBluetoothStack
in interface BluetoothConnectionAccess