Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.DisconnectionReason
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.DisconnectionReason
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.DisconnectionReason extends java.lang.Object
Represents reason for remote device disconnection
-
-
Field Summary
Fields Modifier and Type Field Description static int
REASON_LINKLOSS
Indicates that the remote device is disconnected due to out of bluetooth coverage rangestatic int
REASON_LOW_BATT
Indicates that the remote device is disconnected due to low battery of remote devicestatic int
REASON_UNKNOWN
static int
REASON_USER_TERMINATED
Indicates that the remote device is disconnected due to user manual actions
-
Constructor Summary
Constructors Modifier Constructor Description private
DisconnectionReason()
-
-
-
Field Detail
-
REASON_UNKNOWN
public static final int REASON_UNKNOWN
- See Also:
- Constant Field Values
-
REASON_USER_TERMINATED
public static final int REASON_USER_TERMINATED
Indicates that the remote device is disconnected due to user manual actions- See Also:
- Constant Field Values
-
REASON_LINKLOSS
public static final int REASON_LINKLOSS
Indicates that the remote device is disconnected due to out of bluetooth coverage range- See Also:
- Constant Field Values
-
REASON_LOW_BATT
public static final int REASON_LOW_BATT
Indicates that the remote device is disconnected due to low battery of remote device- See Also:
- Constant Field Values
-
-