Class BtInsightConstants.BondState

  • Enclosing class:
    BtInsightConstants

    public static class BtInsightConstants.BondState
    extends java.lang.Object
    Represents state of bonding/pairing establishment 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  
    • 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