typeNameMap constant

Map<EIRType, String> const typeNameMap

Implementation

static const Map<EIRType, String> typeNameMap = {
  EIRType.Zero: "Zero",
  EIRType.Flags: "Flags",
  EIRType.Inc16BitUUID: "Incomplete List of 16-bit Service UUIDs",
  EIRType.Com16BitUUID: "Complete List of 16-bit Service UUIDs",
  EIRType.Inc32BitUUID: "Incomplete List of 32-bit Service UUIDs",
  EIRType.Com32BitUUID: "Complete List of 32-bit Service UUIDs",
  EIRType.Inc128BitUUID: "Incomplete List of 128-bit Service UUIDs",
  EIRType.Com128BitUUID: "Complete List of 128-bit Service UUIDs",
  EIRType.ShortenedLocalName: "Shortened Local Name",
  EIRType.CompleteLocalName: "Complete Local Name",
  EIRType.ClassOfDevice: "Class of Device",
  EIRType.SimplePairingHashC192: "Simple Pairing Hash C-192",
  EIRType.SimplePairingRandomizerR192: "Simple Pairing Randomizer R-192",
  EIRType.SecurityManagerTKValue: "Security Manager TK Value",
  EIRType.SecurityManagerOutOfBandFlags: "Security Manager Out of Band Flags",
  EIRType.Appearance: "Appearance",
  EIRType.LEBluetoothDeviceAddress: "LE Bluetooth Device Address",
  EIRType.LERole: "LE Role",
  EIRType.SimplePairingHashC256: "Simple Pairing Hash C-256",
  EIRType.SimplePairingRandomizerR256: "Simple Pairing Randomizer R-256",
  EIRType.LESecureConnectionsConfirmationValue:
      "LE Secure Connections Confirmation Value",
  EIRType.LESecureConnectionsRandomValue:
      "LE Secure Connections Random Value",
  EIRType.URI: "URI",
  EIRType.ChannelMapUpdateIndication: "Channel Map Update Indication",
  EIRType.ManufacturerSpecificData: "Manufacturer Specific Data"
};