numTypeMap constant

Map<int, EIRType> const numTypeMap

Implementation

static const Map<int, EIRType> numTypeMap = {
  0x00: EIRType.Zero,
  0x01: EIRType.Flags,
  0x02: EIRType.Inc16BitUUID,
  0x03: EIRType.Com16BitUUID,
  0x04: EIRType.Inc32BitUUID,
  0x05: EIRType.Com32BitUUID,
  0x06: EIRType.Inc128BitUUID,
  0x07: EIRType.Com128BitUUID,
  0x08: EIRType.ShortenedLocalName,
  0x09: EIRType.CompleteLocalName,
  0x0D: EIRType.ClassOfDevice,
  0x0E: EIRType.SimplePairingHashC192,
  0x0F: EIRType.SimplePairingRandomizerR192,
  0x10: EIRType.SecurityManagerTKValue,
  0x11: EIRType.SecurityManagerOutOfBandFlags,
  0x19: EIRType.Appearance,
  0x1B: EIRType.LEBluetoothDeviceAddress,
  0x1C: EIRType.LERole,
  0x1D: EIRType.SimplePairingHashC256,
  0x1E: EIRType.SimplePairingRandomizerR256,
  0x22: EIRType.LESecureConnectionsConfirmationValue,
  0x23: EIRType.LESecureConnectionsRandomValue,
  0x24: EIRType.URI,
  0x28: EIRType.ChannelMapUpdateIndication,
  0xFF: EIRType.ManufacturerSpecificData
};