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