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 = 0Keep the device in the list and mark it as stale.
RemoveFromList = 1Remove the device from the scanner list.