Enum GattServiceProviderAdvertisementStatus
- Assembly
- nanoFramework.Device.Bluetooth.dll
This enumeration defines the advertisement status of a GattServiceProvider.
public enum GattServiceProviderAdvertisementStatus
Fields
Aborted = 3
The GATT service was aborted.
Created = 0
The GATT service was created.
Started = 2
The GATT service advertising has started.
StartedWithoutAllAdvertisementData = 4
Indicates that the system was successfully able to issue the advertisement request, but not all of the requested data could be included in the advertisement.
Stopped = 1
The GATT service is not advertising.