BluetoothLEAdvertisementFlags 枚举

定义

定义常量,这些常量指定用于匹配蓝牙 LE 播发有效负载中包含的标志的标志。

此枚举支持其成员值的按位组合。

public enum class BluetoothLEAdvertisementFlags
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothLEAdvertisementFlags
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothLEAdvertisementFlags
var value = Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFlags.none
Public Enum BluetoothLEAdvertisementFlags
继承
BluetoothLEAdvertisementFlags
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
bluetooth

字段

ClassicNotSupported 4

指定不支持蓝牙 BR/EDR。

DualModeControllerCapable 8

将蓝牙 LE 和 BR/EDR 同时指定到支持 (控制器) 的同一设备。

DualModeHostCapable 16

将蓝牙 LE 和 BR/EDR 同时指定到支持同一设备的 (主机)

GeneralDiscoverableMode 2

指定蓝牙 LE 常规可发现模式。

LimitedDiscoverableMode 1

指定蓝牙 LE 受限可发现模式。

None 0

不指定标志。

适用于