com.intel.bluetooth
Interface BluetoothConnectionAccess
- All Known Implementing Classes:
- BluetoothConnectionAccessAdapter, 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.
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)
JSR-82 Javadocs Apache License, Version 2.0 Copyright © 2001-2008 Motorola, Inc. ALL RIGHTS RESERVED.
BlueCove Javadocs Apache License, Version 2.0 Copyright © 2004-2008 BlueCove Team.