Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.Feature
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.Feature
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.Feature extends java.lang.ObjectRepresents different features that can be supported by BT analyzer
-
-
Field Summary
Fields Modifier and Type Field Description static intFIRMWARE_BASEDRepresents feature related to firmware functionalitystatic intGENERIC_ACCESS_BASEDRepresents feature related to GAP operations like bonding and connectionBtInsightConstants.EventType.EVENT_CONNECTION_TYPEBtInsightConstants.EventType.EVENT_BOND_TYPEstatic intPROFILE_BASEDRepresents feature related to profile level connection/disconnectionsstatic intSTACK_BASEDRepresents feature related to stack operations
-
Constructor Summary
Constructors Modifier Constructor Description privateFeature()
-
-
-
Field Detail
-
GENERIC_ACCESS_BASED
public static final int GENERIC_ACCESS_BASED
Represents feature related to GAP operations like bonding and connectionBtInsightConstants.EventType.EVENT_CONNECTION_TYPEBtInsightConstants.EventType.EVENT_BOND_TYPE- See Also:
- Constant Field Values
-
PROFILE_BASED
public static final int PROFILE_BASED
Represents feature related to profile level connection/disconnections- See Also:
- Constant Field Values
-
STACK_BASED
public static final int STACK_BASED
Represents feature related to stack operations- See Also:
- Constant Field Values
-
FIRMWARE_BASED
public static final int FIRMWARE_BASED
Represents feature related to firmware functionality- See Also:
- Constant Field Values
-
-