com.intel.bluetooth
Interface BluetoothConnectionAccess

All Known Implementing Classes:
BluetoothConnectionAccessAdapter, Connection, Connection, Connection, Connection, Connection, Connection, OBEXClientSessionImpl

public interface BluetoothConnectionAccess

Used when client application has only access to Proxy of the connection. e.g. WebStart in MicroEmulator

Your application should not use this class directly.

Rating red

Method Summary
 boolean encrypt(long address, boolean on)
           
 BluetoothStack getBluetoothStack()
           
 long getRemoteAddress()
           
 RemoteDevice getRemoteDevice()
           
 int getSecurityOpt()
           
 boolean isClosed()
           
 void markAuthenticated()
           
 void setRemoteDevice(RemoteDevice remoteDevice)
           
 void shutdown()
           
 

Method Detail

getBluetoothStack

BluetoothStack getBluetoothStack()

getRemoteAddress

long getRemoteAddress()
                      throws IOException
Throws:
IOException

isClosed

boolean isClosed()

markAuthenticated

void markAuthenticated()

getSecurityOpt

int getSecurityOpt()

shutdown

void shutdown()
              throws IOException
Throws:
IOException

encrypt

boolean encrypt(long address,
                boolean on)
                throws IOException
Throws:
IOException
See Also:
RemoteDevice.encrypt(javax.microedition.io.Connection , boolean)

getRemoteDevice

RemoteDevice getRemoteDevice()

setRemoteDevice

void setRemoteDevice(RemoteDevice remoteDevice)