Class 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 range
      static int REASON_LOW_BATT
      Indicates that the remote device is disconnected due to low battery of remote device
      static 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
    • Constructor Detail

      • DisconnectionReason

        private DisconnectionReason()