GattServiceProviderAdvertisementStatus 枚举

定义

此枚举定义 GattServiceProvider 的播发状态。

public enum class GattServiceProviderAdvertisementStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GattServiceProviderAdvertisementStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GattServiceProviderAdvertisementStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattServiceProviderAdvertisementStatus.created
Public Enum GattServiceProviderAdvertisementStatus
继承
GattServiceProviderAdvertisementStatus
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
bluetooth

字段

Aborted 3

GATT 服务已中止。

Created 0

已创建 GATT 服务。

Started 2

GATT 服务广告已开始。

StartedWithoutAllAdvertisementData 4

指示系统已成功发出播发请求,但并非所有请求的数据都可以包含在播发中。

Stopped 1

GATT 服务不进行广告宣传。

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1903 18362 StartedWithoutAllAdvertisementData

适用于