public class BtSppServerFactory implements CommunicatorFactory
Class responsible for creating Bluetooth SPP Server. It should be provided to Connectivity API.
Modifier and Type | Class and Description |
---|---|
static class |
BtSppServerFactory.Companion |
Modifier and Type | Field and Description |
---|---|
static BtSppServerFactory.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
Communicator |
create(CommunicatorParams communicatorParams)
Creates implementation of Bluetooth SPP Server.
|
static CommunicatorFactory |
create(BtSppServerConnectionParams connectionParams)
Creates
class BtSppServerFactory with given class BtSppServerConnectionParams |
create
public static BtSppServerFactory.Companion Companion
public Communicator create(CommunicatorParams communicatorParams)
Creates implementation of Bluetooth SPP Server.
public static CommunicatorFactory create(BtSppServerConnectionParams connectionParams)
Creates class BtSppServerFactory
with given class BtSppServerConnectionParams