BluetoothLEAdvertisementFlags 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 | 플래그를 지정하지 않습니다. |