public enum BondState
- Object
- Enum<BondState>
- BondState
ImplementsComparable<BondState>
Pairing state of a remote
BluetoothDevice. On iOS bonding is fully
OS-managed (triggered on first access to an encrypted characteristic), so
devices there usually report NONE even when the OS holds a bond.Enum constants
NONE | No bond exists with this device. |
BONDING | Pairing is in progress. |
BONDED | The device is bonded/paired with this adapter. |
Methods
public static BondState[] values() | |
public static BondState valueOf(String name) |
Inherited methods
Enum constant details
NONE
NONENo bond exists with this device.
BONDING
BONDINGPairing is in progress.
BONDED
BONDEDThe device is bonded/paired with this adapter.
Method details
values
public static BondState[] values()valueOf
public static BondState valueOf(String name)