public class ScanAndPairConfig
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ScanAndPairConfig.BluetoothInfo
This class is used by the ScanAndPairTool class. 
 | 
static class  | 
ScanAndPairConfig.DeviceIdentifier
Provides the list of DeviceIdentifier types. 
 | 
static class  | 
ScanAndPairConfig.NotificationType
This enum is used by the ScanAndPair APIs to set the notification type. 
 | 
static class  | 
ScanAndPairConfig.ScanDataType
Provides the different types of barcode data to be scanned. 
 | 
static class  | 
ScanAndPairConfig.ScanInfo
This class is used by the ScanAndPairTool class. 
 | 
static class  | 
ScanAndPairConfig.TriggerType
Provides the list of supported trigger types. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
java.lang.Boolean | 
alwaysScan
Specifies if a scan should always be performed to get the Bluetooth address
 or name of the remote device. 
 | 
ScanAndPairConfig.BluetoothInfo | 
bluetoothInfo
Specifies the Bluetooth related information. 
 | 
ScanAndPairConfig.NotificationType | 
notificationType
Specifies the notification related information. 
 | 
ScanAndPairConfig.ScanInfo | 
scanInfo
Specifies the scanning related information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
resetToDefaults()
Resets all config to default values. 
 | 
public java.lang.Boolean alwaysScan
public ScanAndPairConfig.BluetoothInfo bluetoothInfo
public ScanAndPairConfig.NotificationType notificationType
ScanAndPairConfig.NotificationType class.public ScanAndPairConfig.ScanInfo scanInfo