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

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

Add GAP types am: 5fd9da22 am: 0ef51c86

am: 6dc57f9e

Change-Id: I123216ff1d261822419f7db6b1f06b3db8277bd7
parents 71158ee7 6dc57f9e
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 {