다음을 통해 공유


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 일반 검색 가능 모드를 지정합니다.

LimitedDiscoverableMode 1

Bluetooth LE 제한된 검색 가능 모드를 지정합니다.

None 0

플래그를 지정하지 않습니다.

적용 대상