Class BtInsightConstants.ConnectionState

  • Enclosing class:
    BtInsightConstants

    public static class BtInsightConstants.ConnectionState
    extends java.lang.Object
    Represents status of ACL connection established w.r.t remote device
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ConnectionState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • STATE_DISCONNECTED

        public static final int STATE_DISCONNECTED
        Represents that remote device is disconnected
        See Also:
        Constant Field Values
      • STATE_CONNECTED

        public static final int STATE_CONNECTED
        Represents that remote device is connected
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConnectionState

        private ConnectionState()