public static interface BleNode.ConnectionFailListener
BleDevice.ConnectionFailListener and BleServer.ConnectionFailListener.| Modifier and Type | Interface and Description |
|---|---|
static class |
BleNode.ConnectionFailListener.AutoConnectUsage
Describes usage of the
autoConnect parameter for either BluetoothDevice.connectGatt(Context, boolean, android.bluetooth.BluetoothGattCallback)
or BluetoothGattServer.connect(BluetoothDevice, boolean). |
static class |
BleNode.ConnectionFailListener.ConnectionFailEvent
Abstract base class for structures passed to
BleServer.ConnectionFailListener.onEvent(BleServer.ConnectionFailListener.ConnectionFailEvent)
and BleDevice.ConnectionFailListener.onEvent(BleDevice.ConnectionFailListener.ConnectionFailEvent) to provide more info about how/why a connection failed. |
static class |
BleNode.ConnectionFailListener.Please
|