BTPairingPolicy.Silent Property
Click or drag to resize

BTPairingPolicySilent Property

No user confirmation is required for completing the pairing.

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 static Com.Datalogic.Device.Configuration.BTPairingPolicy Silent { get; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.BTPairingPolicy
No description available.

Remarks
No user confirmation is required for completing the pairing. When this value is selected, the user will never be prompted for pairing a bluetooth device. Only the pre-approved external devices are allowed to be paired. This means that the user will be restricted to pair any other devices via bluetooth. In order to configure the silent pairing procedure, the properties PropertyID.BT_SILENT_PAIRING_WHITELISTING_ENABLE and PropertyID.BT_SILENT_PAIRING_WHITELISTING shall be properly configured.

[Android Documentation]

See Also