typeNumMap constant

Map<EIRType, int> const typeNumMap

Implementation

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