Enum BluetoothLEAdvertisementDataSectionType
- Namespace
- nanoFramework.Device.Bluetooth.Advertisement
- Assembly
- nanoFramework.Device.Bluetooth.dll
Data type values used in BluetoothLEAdvertisementDataSection.
public enum BluetoothLEAdvertisementDataSectionType
Fields
AdvertisingInterval = 26
Section data type for the Bluetooth LE advertising interval.
Appearance = 25
Section data type for the Bluetooth LE advertising appearance.
CompleteList128uuid = 7
Section data type for the complete list of 128-bit Bluetooth LE service UUIDs.
CompleteList16uuid = 3
Section data type for the complete list of 16-bit Bluetooth LE service UUIDs.
CompleteList32uuid = 5
Section data type for the complete list of 32-bit Bluetooth LE service UUIDs.
CompleteLocalName = 9
Section data type for the Bluetooth LE complete local name.
Flags = 1
Section data type for a set of flags for internal use.
IncompleteList128uuid = 6
Section data type for an incomplete list of 128-bit Bluetooth LE service UUIDs.
IncompleteList16uuid = 2
Section data type for an incomplete list of 16-bit Bluetooth LE service UUIDs.
IncompleteList32uuid = 4
Section data type for an incomplete list of 32-bit Bluetooth LE service UUIDs.
ManufacturerSpecificData = 255
Section data type for manufacturer-specific data for a Bluetooth LE advertisements.
PeripheralConnectionIntervalRange = 18
Section data type for the Peripheral connection interval range.
PublicTargetAddress = 23
Section data type for a list of public Bluetooth LE target addresses.
RandomTargetAddress = 24
Section data type for a list of random Bluetooth LE target addresses.
ServiceData128bitUuid = 33
Section data type for service data for 128-bit Bluetooth LE UUIDs.
ServiceData16bitUuid = 22
Section data type for service data for 16-bit Bluetooth LE UUIDs.
ServiceData32bitUuid = 32
Section data type for service data for 32-bit Bluetooth LE UUIDs.
ServiceSolicitation128BitUuids = 21
Section data type for a list of 128-bit Bluetooth LE service solicitation UUIDs.
ServiceSolicitation16BitUuids = 20
Section data type for a list of 16-bit Bluetooth LE service solicitation UUIDs.
ServiceSolicitation32BitUuids = 31
Section data type for a list of 32-bit Bluetooth LE service solicitation UUIDs.
ShortenedLocalName = 8
Section data type for a shortened local name.
TxPowerLevel = 10
Section data type for the Bluetooth LE transmit power level.