public abstract class BleConnectionStatusCallback
extends java.lang.Object
| Constructor and Description |
|---|
BleConnectionStatusCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBleConnectionStatusChanged(AmazonFreeRTOSConstants.BleConnectionState connectionStatus)
This callback is triggered when BLE connection between SDK and device has changed.
|
public void onBleConnectionStatusChanged(AmazonFreeRTOSConstants.BleConnectionState connectionStatus)
connectionStatus - The BLE connection state.