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

Commit 5fd9da22 authored by Chris Manton's avatar Chris Manton
Browse files

Add GAP types

uuid 16-32-128, appearance and manufacturer data

Bug: 142501909
Test: bluetooth_test_gd
Change-Id: I67a20bc3f87f5fa97b42414d9ea62388128e08d2
parent c4a799be
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 {