Click or drag to resize

PropertyID.BtSilentPairingTrustedEnabled Field

This parameter enables or disables the silent procedure for pairing bluetooth devices manufactured by Datalogic.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 BtSilentPairingTrustedEnabled = "value"

Field Value

Type: Int32
Remarks
This parameter enables or disables the silent procedure for pairing bluetooth devices manufactured by Datalogic. The silent procedure allows certain external pre-approved devices to connect to the mobile device via bluetooth without requiring user interaction during the initial pairing process.

This approach can be extended also to trusted devices not manufactured by Datalogic through the properties BT_SILENT_PAIRING_WHITELISTING_ENABLE and BT_SILENT_PAIRING_WHITELISTING.

The class of the property is BooleanProperty.

[Android Documentation]

See Also