Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.14 KB

bluetoothleadvertisementtype.md

File metadata and controls

59 lines (39 loc) · 2.14 KB
-api-id -api-type -api-device-family-note
T:Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementType
winrt enum
xbox

BluetoothLEAdvertisementType

-description

Specifies the different types of Bluetooth LE advertisement payloads.

-enum-fields

-field ConnectableUndirected:0

The advertisement is undirected and indicates that the device is connectable and scannable. This advertisement type can carry data.

This corresponds with the ADV_IND type defined in the Bluetooth LE specifications.

-field ConnectableDirected:1

The advertisement is directed and indicates that the device is connectable but not scannable. This advertisement type cannot carry data.

This corresponds with the ADV_DIRECT_IND type defined in the Bluetooth LE specifications.

-field ScannableUndirected:2

The advertisement is undirected and indicates that the device is scannable but not connectable. This advertisement type can carry data.

This corresponds with the ADV_SCAN_IND type defined in the Bluetooth LE specifications.

-field NonConnectableUndirected:3

The advertisement is undirected and indicates that the device is not connectable nor scannable. This advertisement type can carry data.

This corresponds with the ADV_NONCONN_IND type defined in the Bluetooth LE specifications.

-field ScanResponse:4

This advertisement is a scan response to a scan request issued for a scannable advertisement. This advertisement type can carry data.

This corresponds with the SCAN_RSP type defined in the Bluetooth LE specifications.

-field Extended:5

This advertisement is a 5.0 extended advertisement. This advertisement type may have different properties, and is not necessarily directed, connected, scannable, nor a scan response.

See the advertisement event properties to determine the advertisement details.

-remarks

Version history

Windows version SDK version Value added
2004 19041 Extended

-examples

-see-also

-capabilities

bluetooth