Class GattServiceUuids
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents an enumeration of the most well known Service UUID values, and provides convenience methods for working with GATT service UUIDs, and static properties providing service UUIDs for common GATT services. To view a list of all Bluetooth SIG-defined service UUIDs, see Bluetooth SIG-defined Service UUIDs. See:- https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf Current Service UUID 0x1800 to 0x181D
public static class GattServiceUuids
- Inheritance
-
GattServiceUuids
- Inherited Members
Properties
AlertNotification
Gets the Bluetooth SIG-defined AlertNotification Service UUID.
public static Guid AlertNotification { get; }
Property Value
AutomationIO
Gets the Bluetooth SIG-defined Automation IO Service UUID.
public static Guid AutomationIO { get; }
Property Value
Battery
Gets the Bluetooth SIG-defined Battery Service UUID.
public static Guid Battery { get; }
Property Value
BloodPressure
Gets the Bluetooth SIG-defined Blood Pressure Service UUID.
public static Guid BloodPressure { get; }
Property Value
BodyComposition
Gets the Bluetooth SIG-defined Body Composition Service UUID.
public static Guid BodyComposition { get; }
Property Value
CurrentTime
Gets the Bluetooth SIG-defined CurrentTime service UUID.
public static Guid CurrentTime { get; }
Property Value
CyclingPower
Gets the Bluetooth SIG-defined CyclingPower service UUID.
public static Guid CyclingPower { get; }
Property Value
CyclingSpeedAndCadence
Gets the Bluetooth SIG-defined Cycling Speed And Cadence Service UUID.
public static Guid CyclingSpeedAndCadence { get; }
Property Value
DeviceInformation
Gets the Bluetooth SIG-defined DeviceInformation service UUID.
public static Guid DeviceInformation { get; }
Property Value
EnvironmentalSensing
Gets the Bluetooth SIG-defined Environmental Sensing Service UUID.
public static Guid EnvironmentalSensing { get; }
Property Value
GenericAccess
Gets the Bluetooth SIG-defined UUID for the Generic Access Service.
public static Guid GenericAccess { get; }
Property Value
GenericAttribute
Gets the Bluetooth SIG-defined UUID for the Generic Attribute Service.
public static Guid GenericAttribute { get; }
Property Value
Glucose
Gets the Bluetooth SIG-defined Glucose Service UUID.
public static Guid Glucose { get; }
Property Value
HealthThermometer
Gets the Bluetooth SIG-defined Health Thermometer Service UUID.
public static Guid HealthThermometer { get; }
Property Value
HeartRate
Gets the Bluetooth SIG-defined Heart Rate Service UUID.
public static Guid HeartRate { get; }
Property Value
HumanInterfaceDevice
Gets the Bluetooth SIG-defined HumanInterfaceDevice service UUID.
public static Guid HumanInterfaceDevice { get; }
Property Value
ImmediateAlert
Gets the Bluetooth SIG-defined ImmediateAlert service UUID.
public static Guid ImmediateAlert { get; }
Property Value
LinkLoss
Gets the Bluetooth SIG-defined LinkLoss service UUID.
public static Guid LinkLoss { get; }
Property Value
LocationAndNavigation
Gets the Bluetooth SIG-defined LocationAndNavigation service UUID.
public static Guid LocationAndNavigation { get; }
Property Value
NextDstChange
Gets the Bluetooth SIG-defined NextDstChange service UUID.
public static Guid NextDstChange { get; }
Property Value
PhoneAlertStatus
Gets the Bluetooth SIG-defined PhoneAlertStatus service UUID.
public static Guid PhoneAlertStatus { get; }
Property Value
ReferenceTimeUpdate
Gets the Bluetooth SIG-defined ReferenceTimeUpdate service UUID.
public static Guid ReferenceTimeUpdate { get; }
Property Value
RunningSpeedAndCadence
Gets the Bluetooth SIG-defined Running Speed And Cadence Service UUID.
public static Guid RunningSpeedAndCadence { get; }
Property Value
ScanParameters
Gets the Bluetooth SIG-defined ScanParameters service UUID.
public static Guid ScanParameters { get; }
Property Value
TxPower
Gets the Bluetooth SIG-defined TxPower service UUID.
public static Guid TxPower { get; }
Property Value
UserData
Gets the Bluetooth SIG-defined User Data service UUID.
public static Guid UserData { get; }
Property Value
WeightScale
Gets the Bluetooth SIG-defined Weight Scale service UUID.
public static Guid WeightScale { get; }