Skip to content

Commit 3b6f820

Browse files
feat: add missing report reference and external report reference (#82)
Co-authored-by: Adrian Soundy <[email protected]>
1 parent 664ae97 commit 3b6f820

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nanoFramework.Device.Bluetooth/GenericAttributeProfile/GattDescriptorUuid.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)