Skip to content

Commit

Permalink
BluetoothServices: add 16 bit mask
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Apr 10, 2023
1 parent f6e7b32 commit 6642fe1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public class BluetoothServices {
//CharacteristicDescriptorUUID
public static final UUID CharacteristicUpdateNotification = UUID.fromString("00002902-0000-1000-8000-00805F9B34FB");

public static final UUID Mask16 = UUID.fromString("0000FFFF-0000-0000-0000-000000000000");

private static final HashMap<UUID, String> mapToName = new HashMap<>();


Expand Down

0 comments on commit 6642fe1

Please sign in to comment.