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