GattServiceUuids Class

Provides service UUIDs for common GATT services.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static class GattServiceUuids
Inheritance
Object    GattServiceUuids

Remarks

To view a list of all Bluetooth SIG-defined service UUIDs, see Bluetooth SIG-defined Service UUIDs.

Methods

FromBluetoothUti Returns the Uuid for a service given the Uniform Type Identifier.
GetServiceName 

Fields

AlertNotification Gets the Bluetooth SIG-defined Alert Notification service UUID.
AudioInputControl Gets the Bluetooth SIG-defined Audio Input Control service UUID.
AudioStreamControl Gets the Bluetooth SIG-defined Audio Stream Control service UUID.
AuthorizationControl Gets the Bluetooth SIG-defined Authorization Control service UUID.
AutomationIO The Automation IO service is used to expose the analog inputs/outputs and digital input/outputs of a generic IO module (IOM).
BasicAudioAnnouncement Gets the Bluetooth SIG-defined Basic Audio Announcement service UUID.
Battery The Battery Service exposes the state of a battery within a device.
BinarySensor Gets the Bluetooth SIG-defined Binary Sensor service UUID.
BloodPressure The Blood Pressure Service exposes blood pressure and other data related to a blood pressure monitor.
BodyComposition Gets the Bluetooth SIG-defined Body Composition service UUID.
BondManagement Gets the Bluetooth SIG-defined Bond Management service UUID.
BroadcastAudioAnnouncement Gets the Bluetooth SIG-defined Broadcast Audio Announcement service UUID.
BroadcastAudioScan Gets the Bluetooth SIG-defined Broadcast Audio Scan service UUID.
CommonAudio Gets the Bluetooth SIG-defined Common Audio service UUID.
ConstantToneExtension Gets the Bluetooth SIG-defined Constant Tone Extension service UUID.
ContinuousGlucoseMonitoring Gets the Bluetooth SIG-defined Continuous Glucose Monitoring service UUID.
CurrentTime Gets the Bluetooth SIG-defined Current Time service UUID.
CyclingPower Gets the Bluetooth SIG-defined Cycling Power service UUID.
CyclingSpeedAndCadence Gets the Bluetooth SIG-defined Cycling Speed and Cadence Service UUID.
DeviceInformation Gets the Bluetooth SIG-defined Device Information service UUID.
DeviceTime Gets the Bluetooth SIG-defined Device Time service UUID.
EnvironmentalSensing Gets the Bluetooth SIG-defined Environmental Sensing service UUID.
FitnessMachine Gets the Bluetooth SIG-defined Fitness Machine service UUID.
GenericAccess Gets the Bluetooth SIG-defined UUID for the Generic Access service.
GenericAttribute Gets the Bluetooth SIG-defined UUID for the Generic Attribute Service.
Glucose Gets the Bluetooth SIG-defined Glucose Service UUID.
HealthThermometer Gets the Bluetooth SIG-defined Health Thermometer Service UUID.
HeartRate Gets the Bluetooth SIG-defined Heart Rate Service UUID.
HttpProxy Gets the Bluetooth SIG-defined HTTP Proxy Service UUID.
HumanInterfaceDevice Gets the Bluetooth SIG-defined Human Interface Device service UUID.
ImmediateAlert Gets the Bluetooth SIG-defined Immediate Alert service UUID.
IndoorPositioning Gets the Bluetooth SIG-defined Indoor Positioning service UUID.
InsulinDelivery Gets the Bluetooth SIG-defined Insulin Delivery service UUID.
InternetProtocolSupport Gets the Bluetooth SIG-defined Internet Protocol Support service UUID.
LinkLoss Gets the Bluetooth SIG-defined Link Loss service UUID.
LocationAndNavigation Gets the Bluetooth SIG-defined Location and Navigation service UUID.
MeshProvisioning Gets the Bluetooth SIG-defined Mesh Provisioning service UUID.
MeshProxy Gets the Bluetooth SIG-defined Mesh Proxy service UUID.
NextDstChange Gets the Bluetooth SIG-defined Next DST Change service UUID.
ObjectTransfer Gets the Bluetooth SIG-defined Object Transfer service UUID.
PhoneAlertStatus Gets the Bluetooth SIG-defined Phone Alert Status service UUID.
PulseOximeter Gets the Bluetooth SIG-defined Pulse Oximeter service UUID.
ReconnectionConfiguration Gets the Bluetooth SIG-defined Reconnection Configuration service UUID.
ReferenceTimeUpdate Gets the Bluetooth SIG-defined Reference Time Update service UUID.
RunningSpeedAndCadence Gets the Bluetooth SIG-defined Running Speed and Cadence Service UUID.
ScanParameters Gets the Bluetooth SIG-defined Scan Parameters service UUID.
TransportDiscovery Gets the Bluetooth SIG-defined Transport Discovery service UUID.
TxPower Gets the Bluetooth SIG-defined Tx Power service UUID.
UserData Gets the Bluetooth SIG-defined User Data service UUID.
VolumeControl Gets the Bluetooth SIG-defined Volume Control service UUID.
VolumeOffsetControl Gets the Bluetooth SIG-defined Volume Offset Control service UUID.
WeightScale Gets the Bluetooth SIG-defined Weight Scale service UUID.

See Also