次の方法で共有


BluetoothLEAdvertisementFlags 列挙型

定義

Bluetooth 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

Bluetooth BR/EDR がサポートされていないことを指定します。

DualModeControllerCapable 8

同じデバイス対応 (コントローラー) に対して同時 Bluetooth LE と BR/EDR を指定します。

DualModeHostCapable 16

同じデバイス対応 (ホスト) に同時 Bluetooth LE と BR/EDR を指定します

GeneralDiscoverableMode 2

Bluetooth LE General Discoverable モードを指定します。

LimitedDiscoverableMode 1

Bluetooth LE Limited Discoverable Mode を指定します。

None 0

フラグを指定しません。

適用対象