public class BleServerConnectionParams implements ConnectionParams
BLE server connection params.
Modifier and Type | Class and Description |
---|---|
static class |
BleServerConnectionParams.Builder
BLE server connection params builder.
|
static class |
BleServerConnectionParams.Companion |
Modifier and Type | Field and Description |
---|---|
static BleServerConnectionParams.Companion |
Companion |
static boolean |
DEFAULT_ADVERTISE_DEVICE_NAME |
static int |
DEFAULT_ADVERTISE_MODE |
static long |
DEFAULT_OPERATION_TIMEOUT_MS |
static int |
DEFAULT_TX_POWER_LEVEL_MODE |
Modifier and Type | Method and Description |
---|---|
boolean |
getAdvertiseDeviceName() |
int |
getAdvertiseMode() |
long |
getOperationTimeoutMs() |
int |
getTxPowerLevel() |
public static boolean DEFAULT_ADVERTISE_DEVICE_NAME
public static long DEFAULT_OPERATION_TIMEOUT_MS
public static int DEFAULT_ADVERTISE_MODE
public static int DEFAULT_TX_POWER_LEVEL_MODE
public static BleServerConnectionParams.Companion Companion