Share via


BluetoothLEScanningMode 열거형

정의

Bluetooth LE 스캔 모드를 지정하는 상수를 정의합니다.

public enum class BluetoothLEScanningMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothLEScanningMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothLEScanningMode
var value = Windows.Devices.Bluetooth.Advertisement.BluetoothLEScanningMode.passive
Public Enum BluetoothLEScanningMode
상속
BluetoothLEScanningMode
특성

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

필드

Active 1

활성 검사 모드를 지정합니다. 이는 BluetoothLEAdvertisementType.ScanResponse 유형의 더 많은 광고 데이터를 적극적으로 쿼리하기 위해 플랫폼에서 검사 요청 패킷이 전송됨을 나타냅니다.

None 2

검사 모드를 지정하지 않습니다. 감시자는 시스템이 알림을 수신할 때 광고를 제공하지만 자체 검사를 시작하지는 않습니다.

Passive 0

수동 검사 모드를 지정합니다. 기본 검사 모드입니다.

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
2004 19041 없음

적용 대상