Enum BluetoothLEAdvertisementType
- Namespace
- nanoFramework.Device.Bluetooth.Advertisement
- Assembly
- nanoFramework.Device.Bluetooth.dll
Specifies the different types of Bluetooth LE advertisement payloads.
public enum BluetoothLEAdvertisementType
Fields
ConnectableDirected = 1
The advertisement is directed and indicates that the device is connect able but not scan able. This advertisement type cannot carry data.
ConnectableUndirected = 0
The advertisement is undirected and indicates that the device is connect-able and scan-able. This advertisement type can carry data.
NonConnectableUndirected = 3
The advertisement is undirected and indicates that the device is not connect-able nor scan-able. This advertisement type can carry data.
ScanResponse = 4
This advertisement is a scan response to a scan request issued for a scan-able advertisement. This advertisement type can carry data.
ScannableUndirected = 2
The advertisement is undirected and indicates that the device is scan-able but not connect-able. This advertisement type can carry data.