Class 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 bonded
      static int STATE_UNBONDED
      Represents that remote device is not bonded
      static int STATE_UNKNOWN  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BondState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

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

      • BondState

        private BondState()