Interface AdvertisementDecoderOptions

Customization options for decoder instances.

Hierarchy

  • AdvertisementDecoderOptions

Indexable

[key: string]: any

Properties

includeManufacturerMetadata?: boolean

When true, will instruct the decoder to also parse the manufacturer data segment if it is available.

useShortenedLocalName?: boolean

When true, will instruct the decoder to assign the parsed short name to advDataLocalName. Otherwise, the complete (long) name will be assigned.

Generated using TypeDoc