File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
nanoFramework.Device.Bluetooth/GenericAttributeProfile Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ public static class GattDescriptorUuids
4444 /// </summary>
4545 public static Guid ServerCharacteristicConfiguration { get => Utilities . CreateUuidFromShortCode ( ( ushort ) Utilities . GattNativeDescriptorUuid . ServerCharacteristicConfiguration ) ; }
4646
47+ /// <summary>
48+ /// Get the Bluetooth SIG-defined External Report Reference Descriptor UUID.
49+ /// </summary>
50+ public static Guid ExternalReportReference { get => Utilities . CreateUuidFromShortCode ( ( ushort ) Utilities . GattNativeDescriptorUuid . ExternalReportReference ) ; }
51+
52+ /// <summary>
53+ /// Get the Bluetooth SIG-defined Report Reference Descriptor UUID.
54+ /// </summary>
55+ public static Guid ReportReference { get => Utilities . CreateUuidFromShortCode ( ( ushort ) Utilities . GattNativeDescriptorUuid . ReportReference ) ; }
56+
4757 /// <summary>
4858 /// Gets the Bluetooth SIG-defined Value trigger settings Descriptor UUID.
4959 /// </summary>
You can’t perform that action at this time.
0 commit comments