Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ef51c86 authored by Chris Manton's avatar Chris Manton Committed by android-build-merger
Browse files

Add GAP types

am: 5fd9da22

Change-Id: Iea282c50144b00e11150ed8b6e967773e8d938be
parents 7f19d1d0 5fd9da22
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,6 +22,11 @@ enum GapDataType : 8 {
  COMPLETE_LOCAL_NAME = 0x09,
  TX_POWER_LEVEL = 0x0A,
  CLASS_OF_DEVICE = 0x0D,
  SERVICE_DATA_16_BIT_UUIDS = 0x16,
  APPEARANCE = 0x19,
  SERVICE_DATA_32_BIT_UUIDS = 0x20,
  SERVICE_DATA_128_BIT_UUIDS = 0x21,
  MANUFACTURER_SPECIFIC_DATA = 0xFF,
}

struct GapData {