Package io.heraldprox.herald.sensor.ble
Interface BluetoothStateManager
-
- All Known Implementing Classes:
ConcreteBluetoothStateManager
public interface BluetoothStateManager
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Queue<BluetoothStateManagerDelegate>
delegates
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BluetoothState
state()
-
-
-
Field Detail
-
delegates
@NonNull static final java.util.Queue<BluetoothStateManagerDelegate> delegates
-
-
Method Detail
-
state
@NonNull BluetoothState state()
-
-