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

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

Add GAP types am: 5fd9da22

am: 0ef51c86

Change-Id: I64aff7f8c3825b88036b7962f60b832ec36d3bc6
parents b0e78c31 0ef51c86
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 {