Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.BondState
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.BondState
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.BondState extends java.lang.Object
Represents status of Pairing w.r.t remote device
-
-
Field Summary
Fields Modifier and Type Field Description static int
STATE_BONDED
Represents that remote device is bondedstatic int
STATE_UNBONDED
Represents that remote device is not bondedstatic int
STATE_UNKNOWN
-
Constructor Summary
Constructors Modifier Constructor Description private
BondState()
-
-
-
Field Detail
-
STATE_UNKNOWN
public static final int STATE_UNKNOWN
- See Also:
- Constant Field Values
-
STATE_UNBONDED
public static final int STATE_UNBONDED
Represents that remote device is not bonded- See Also:
- Constant Field Values
-
STATE_BONDED
public static final int STATE_BONDED
Represents that remote device is bonded- See Also:
- Constant Field Values
-
-