Table of Contents

Enum BluetoothLEAdvertisementFlags

Namespace
nanoFramework.Device.Bluetooth.Advertisement
Assembly
nanoFramework.Device.Bluetooth.dll

Specifies flags used to match flags contained inside a Bluetooth LE advertisement payload.

[Flags]
public enum BluetoothLEAdvertisementFlags : uint

Fields

ClassicNotSupported = 4

Bluetooth BR/EDR not supported.

DualModeControllerCapable = 8

Simultaneous Bluetooth LE and BR/EDR to same device capable (controller).

DualModeHostCapable = 16

Simultaneous Bluetooth LE and BR/EDR to same device capable (host).

GeneralDiscoverableMode = 2

Bluetooth LE General Discoverable Mode.

LimitedDiscoverableMode = 1

Bluetooth LE Limited Discoverable Mode.

None = 0

None.