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.Object
Represents different features that can be supported by BT analyzer
-
-
Field Summary
Fields Modifier and Type Field Description static int
FIRMWARE_BASED
Represents feature related to firmware functionalitystatic int
GENERIC_ACCESS_BASED
Represents feature related to GAP operations like bonding and connectionBtInsightConstants.EventType.EVENT_CONNECTION_TYPE
BtInsightConstants.EventType.EVENT_BOND_TYPE
static int
PROFILE_BASED
Represents feature related to profile level connection/disconnectionsstatic int
STACK_BASED
Represents feature related to stack operations
-
Constructor Summary
Constructors Modifier Constructor Description private
Feature()
-
-
-
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_TYPE
BtInsightConstants.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
-
-