Table of Contents

Enum BluetoothDeviceDisappearanceBehavior

Namespace
Bluetooth.Abstractions.Scanning.Options
Assembly
Bluetooth.Abstractions.Scanning.dll

Defines how a scanner should handle devices that have not been seen for a configured timeout period.

public enum BluetoothDeviceDisappearanceBehavior

Fields

MarkAsStale = 0

Keep the device in the list and mark it as stale.

RemoveFromList = 1

Remove the device from the scanner list.