Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants
-
public final class BtInsightConstants extends java.lang.ObjectClass that captures all the constants used for BT analyzer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBtInsightConstants.BluetoothAppErrorRepresents reasons for Bluetooth App error occurred during BT analyzer runningstatic classBtInsightConstants.BondStateRepresents status of Pairing w.r.t remote devicestatic classBtInsightConstants.ConnectionStateRepresents status of ACL connection established w.r.t remote devicestatic classBtInsightConstants.DisconnectionReasonRepresents reason for remote device disconnectionstatic classBtInsightConstants.ErrorCategoryRepresents categories of error that might occur during run time of BT analyzer.static classBtInsightConstants.EventTypeRepresents events types of all features in BT analyzerstatic classBtInsightConstants.FeatureRepresents different features that can be supported by BT analyzerstatic classBtInsightConstants.FeatureStatusThis represents the current feature status w.r.t client.static classBtInsightConstants.PeripheralTypeRepresents peripheral(remote) device type.static classBtInsightConstants.StatusCodeRepresents status of request processed by core analyzer services
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_EMPTYprivate static java.lang.StringTAG
-
Constructor Summary
Constructors Modifier Constructor Description privateBtInsightConstants()
-
-
-
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
-
-