다음을 통해 공유


BluetoothLEAdvertisementType 열거형

정의

다양한 유형의 Bluetooth LE 보급 페이로드를 지정합니다.

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

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

필드

ConnectableDirected 1

보급 알림은 디바이스를 연결할 수 있지만 스캔할 수 없음을 나타냅니다. 이 광고 유형은 데이터를 전달할 수 없습니다.

이는 Bluetooth LE 사양에 정의된 ADV_DIRECT_IND 유형에 해당합니다.

ConnectableUndirected 0

알림이 전달되지 않으며 디바이스가 연결 가능하고 스캔할 수 있음을 나타냅니다. 이 광고 유형은 데이터를 전달할 수 있습니다.

이는 Bluetooth LE 사양에 정의된 ADV_IND 유형에 해당합니다.

Extended 5

이 광고는 5.0 확장 광고입니다. 이 보급 알림 유형에는 다른 속성이 있을 수 있으며 반드시 지시, 연결됨, 스캔 가능 또는 검사 응답이 아닌 것은 아닙니다.

광고 세부 정보를 확인하려면 광고 이벤트 속성을 참조하세요.

NonConnectableUndirected 3

알림이 전달되지 않으며 디바이스를 연결할 수 없고 스캔할 수 없음을 나타냅니다. 이 광고 유형은 데이터를 전달할 수 있습니다.

이는 Bluetooth LE 사양에 정의된 ADV_NONCONN_IND 유형에 해당합니다.

ScannableUndirected 2

알림이 전달되지 않으며 디바이스가 스캔 가능하지만 연결할 수 없음을 나타냅니다. 이 광고 유형은 데이터를 전달할 수 있습니다.

이는 Bluetooth LE 사양에 정의된 ADV_SCAN_IND 유형에 해당합니다.

ScanResponse 4

이 광고는 스캔 가능한 광고에 대해 발급된 스캔 요청에 대한 스캔 응답입니다. 이 광고 유형은 데이터를 전달할 수 있습니다.

이는 Bluetooth LE 사양에 정의된 SCAN_RSP 유형에 해당합니다.

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
2004 19041 확장

적용 대상