Share via


BluetoothLEAdvertisementDataTypes Class

Definition

Some of the Bluetooth LE advertisement types defined in the Generic Access Profile (GAP) by the Bluetooth Special Interest Group (SIG).

public ref class BluetoothLEAdvertisementDataTypes abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BluetoothLEAdvertisementDataTypes final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BluetoothLEAdvertisementDataTypes final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class BluetoothLEAdvertisementDataTypes
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class BluetoothLEAdvertisementDataTypes
Public Class BluetoothLEAdvertisementDataTypes
Inheritance
Object Platform::Object IInspectable BluetoothLEAdvertisementDataTypes
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
bluetooth

Properties

AdvertisingInterval

Section data type for the Bluetooth LE advertising interval.

Appearance

Section data type for the Bluetooth LE advertising appearance.

CompleteLocalName

Section data type for the Bluetooth LE complete local name.

CompleteService128BitUuids

Section data type for the complete list of 128-bit Bluetooth LE service UUIDs

CompleteService16BitUuids

Section data type for the complete list of 16-bit Bluetooth LE service UUIDs

CompleteService32BitUuids

Section data type for the complete list of 32-bit Bluetooth LE service UUIDs

Flags

Section data type for a set of flags for internal use.

IncompleteService128BitUuids

Section data type for an incomplete list of 128-bit Bluetooth LE service UUIDs.

IncompleteService16BitUuids

Section data type for an incomplete list of 16-bit Bluetooth LE service UUIDs.

IncompleteService32BitUuids

Section data type for an incomplete list of 32-bit Bluetooth LE service UUIDs.

ManufacturerSpecificData

Section data type for manufacturer-specific data for a Bluetooth LE advertisements.

PeripheralConnectionIntervalRange

Section data type for the Peripheral connection interval range.

PublicTargetAddress

Section data type for a list of public Bluetooth LE target addresses.

RandomTargetAddress

Section data type for a list of random Bluetooth LE target addresses.

ServiceData128BitUuids

Section data type for service data for 128-bit Bluetooth LE UUIDs.

ServiceData16BitUuids

Section data type for service data for 16-bit Bluetooth LE UUIDs.

ServiceData32BitUuids

Section data type for service data for 32-bit Bluetooth LE UUIDs..

ServiceSolicitation128BitUuids

Section data type for a list of 128-bit Bluetooth LE service solicitation UUIDs.

ServiceSolicitation16BitUuids

Section data type for a list of 16-bit Bluetooth LE service solicitation UUIDs.

ServiceSolicitation32BitUuids

Section data type for a list of 32-bit Bluetooth LE service solicitation UUIDs.

ShortenedLocalName

Section data type for a shortened local name.

SlaveConnectionIntervalRange

This API is obsolete in favor of the BluetoothLEAdvertisementDataTypes.PeripheralConnectionIntervalRange property.

TxPowerLevel

Section data type for the Bluetooth LE transmit power level.

Applies to

See also