GattServiceUuids 类

定义

表示最知名的服务 UUID 值的枚举,并提供使用 GATT 服务 UUID 的便捷方法,并为常见的 GATT 服务提供服务 UUID 的静态属性。 若要查看所有蓝牙 SIG 定义的服务 UUID 的列表,请参阅 蓝牙 SIG 定义的服务 UUID

注意

对于 GattServiceUuids 没有命名属性的 UUID,可以使用 BluetoothUuidHelper.FromShortId

public ref class GattServiceUuids abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GattServiceUuids final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattServiceUuids final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class GattServiceUuids
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class GattServiceUuids
Public Class GattServiceUuids
继承
Object Platform::Object IInspectable GattServiceUuids
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
bluetooth

属性

AlertNotification

获取蓝牙 SIG 定义的 AlertNotification 服务 UUID。

Battery

获取蓝牙 SIG 定义的电池服务 UUID。

BloodPressure

获取蓝牙 SIG 定义的血压服务 UUID。

CurrentTime

获取蓝牙 SIG 定义的 CurrentTime 服务 UUID。

CyclingPower

获取蓝牙 SIG 定义的 CyclingPower 服务 UUID。

CyclingSpeedAndCadence

获取蓝牙 SIG 定义的循环速度和节奏服务 UUID。

DeviceInformation

获取蓝牙 SIG 定义的 DeviceInformation 服务 UUID。

GenericAccess

获取通用访问服务的蓝牙 SIG 定义的 UUID。

GenericAttribute

获取通用属性服务的蓝牙 SIG 定义的 UUID。

Glucose

获取蓝牙 SIG 定义的葡萄糖服务 UUID。

HealthThermometer

获取蓝牙 SIG 定义的运行状况温度计服务 UUID。

HeartRate

获取蓝牙 SIG 定义的心率服务 UUID。

HumanInterfaceDevice

获取蓝牙 SIG 定义的 HumanInterfaceDevice 服务 UUID。

ImmediateAlert

获取蓝牙 SIG 定义的 ImmediateAlert 服务 UUID。

LinkLoss

获取蓝牙 SIG 定义的 LinkLoss 服务 UUID。

LocationAndNavigation

获取蓝牙 SIG 定义的 LocationAndNavigation 服务 UUID。

NextDstChange

获取蓝牙 SIG 定义的 NextDstChange 服务 UUID。

PhoneAlertStatus

获取蓝牙 SIG 定义的 PhoneAlertStatus 服务 UUID。

ReferenceTimeUpdate

获取蓝牙 SIG 定义的 ReferenceTimeUpdate 服务 UUID。

RunningSpeedAndCadence

获取蓝牙 SIG 定义的运行速度和节奏服务 UUID。

ScanParameters

获取蓝牙 SIG 定义的 ScanParameters 服务 UUID。

TxPower

获取蓝牙 SIG 定义的 TxPower 服务 UUID。

适用于