Click or drag to resize

PropertyID.BtDiscoverability Field

This parameter enables/disables bluetooth discoverability.

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 BtDiscoverability = "value"

Field Value

Type: Int32
Remarks
This parameter enables/disables bluetooth discoverability.

When this property is true, the device will always be visible from any other devices that are performing bluetooth discovery. When this property is false, the device will not be visible to the other devices that are performing bluetooth discovery. This property affects only the discovery process, so also with the property set to false, the device will still be reachable from all of the other devices already paired. This means that when the discoverability is set to false, even if the whitelisting for silently pairing Bluetooth devices has been configured through the properties BT_SILENT_PAIRING_WHITELISTING_ENABLE and BT_SILENT_PAIRING_WHITELISTING, a whitelisted bluetooth device will not be able to pair and connect to the device, because the device cannot be discovered via Bluetooth.

The class of the property is BooleanProperty.

[Android Documentation]

See Also