com.esf.device.bluetooth.serialportprofile.service
Interface IBluetoothSppFactory


public interface IBluetoothSppFactory


Field Summary
static java.lang.String SERVICE_NAME
          Convenience label.
 
Method Summary
 IBluetoothSerialPortProfile getSerialPortProfileAgent()
          Returns a new agent thread, for managing a connection to a single Bluetooth serial port profile (SPP) remote device.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Convenience label. The name of the OSGi service to be imported by an application bundle.

Method Detail

getSerialPortProfileAgent

IBluetoothSerialPortProfile getSerialPortProfileAgent()
Returns a new agent thread, for managing a connection to a single Bluetooth serial port profile (SPP) remote device.

Returns:
IBluetoothSerialPortProfile, an interface reference to a new agent thread, or null if a new agent cannot be created.