Package com.intel.bluetooth

Interface Summary
BlueCoveConfigProperties BlueCove runtime configuration properties.
BlueCoveLocalDeviceProperties BlueCove specific LocalDevice properties.
BluetoothConnectionAccess Used when client application has only access to Proxy of the connection.
BluetoothConnectionNotifierServiceRecordAccess Used when client application has only access to Proxy of the connection.
BluetoothServerConnection Marker to indicate accepted connections by service.
BluetoothStack New native stack support should ONLY implement this interface.
BluetoothStackExtension Native stack support may implement this interface.
DebugLog.LoggerAppender Different log system can be injected in BlueCove using DebugLog.addAppender(customLoggerAppender)
DebugLog.LoggerAppenderExt  
 

Class Summary
BlueCoveImpl Singleton class used as holder for BluetoothStack.
BluetoothConnectionAccessAdapter Helper class to create connection Proxy classes.
BluetoothConsts Constants defined by Bluetooth and JSR-82 specifications
BluetoothConsts.DeviceClassConsts  
BluetoothStack.LibraryInformation  
BluetoothStackBlueZNativeTests  
DebugLog BlueCove log system.
MicroeditionConnector Implementation of javax.microedition.io.Connector
NativeLibLoader Load native library from resources.
RemoteDeviceHelper Implementation of RemoteDevice.
SelectServiceHandler Implementation of DiscoveryAgent.selectService().
ServiceRecordsRegistry Maps ServiceRecord to ConnectionNotifier.
Utils Conversion and JVM compatibility functions.
UtilsJavaSE J2ME/J9 compatibility module.
UtilsJavaSE5 Optional Java 5 compatibility module.
 

Exception Summary
NotImplementedIOException Thrown when current implementation do not implement the functionality.
NotSupportedIOException Thrown when current native implementation can't implement the functionality.
NotSupportedRuntimeException Thrown when current native implementation can't implement the functionality.
 

Error Summary
NotImplementedError Thrown when current implementation do not implement the functionality.