Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants
-
public final class BtInsightConstants extends java.lang.Object
Class that captures all the constants used for BT analyzer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BtInsightConstants.BluetoothAppError
Represents reasons for Bluetooth App error occurred during BT analyzer runningstatic class
BtInsightConstants.BondState
Represents status of Pairing w.r.t remote devicestatic class
BtInsightConstants.ConnectionState
Represents status of ACL connection established w.r.t remote devicestatic class
BtInsightConstants.DisconnectionReason
Represents reason for remote device disconnectionstatic class
BtInsightConstants.ErrorCategory
Represents categories of error that might occur during run time of BT analyzer.static class
BtInsightConstants.EventType
Represents events types of all features in BT analyzerstatic class
BtInsightConstants.Feature
Represents different features that can be supported by BT analyzerstatic class
BtInsightConstants.FeatureStatus
This represents the current feature status w.r.t client.static class
BtInsightConstants.PeripheralType
Represents peripheral(remote) device type.static class
BtInsightConstants.StatusCode
Represents status of request processed by core analyzer services
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_EMPTY
private static java.lang.String
TAG
-
Constructor Summary
Constructors Modifier Constructor Description private
BtInsightConstants()
-
-
-
Field Detail
-
TAG
private static final java.lang.String TAG
- See Also:
- Constant Field Values
-
DEFAULT_EMPTY
public static final java.lang.String DEFAULT_EMPTY
- See Also:
- Constant Field Values
-
-