Skip to content

Commit

Permalink
feat: add missing report reference and external report reference (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Soundy <[email protected]>
  • Loading branch information
MrCSharp22 and AdrianSoundy authored Jun 16, 2024
1 parent 664ae97 commit 3b6f820
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ public static class GattDescriptorUuids
/// </summary>
public static Guid ServerCharacteristicConfiguration { get => Utilities.CreateUuidFromShortCode((ushort)Utilities.GattNativeDescriptorUuid.ServerCharacteristicConfiguration); }

/// <summary>
/// Get the Bluetooth SIG-defined External Report Reference Descriptor UUID.
/// </summary>
public static Guid ExternalReportReference { get => Utilities.CreateUuidFromShortCode((ushort)Utilities.GattNativeDescriptorUuid.ExternalReportReference); }

/// <summary>
/// Get the Bluetooth SIG-defined Report Reference Descriptor UUID.
/// </summary>
public static Guid ReportReference { get => Utilities.CreateUuidFromShortCode((ushort)Utilities.GattNativeDescriptorUuid.ReportReference); }

/// <summary>
/// Gets the Bluetooth SIG-defined Value trigger settings Descriptor UUID.
/// </summary>
Expand Down

0 comments on commit 3b6f820

Please sign in to comment.