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