manufacturerData

abstract fun manufacturerData(companyIdentifierCode: Int): ByteArray?

Lookup the Manufacturer Specific Data by https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers/

Return

the Manufacturer Data for the given code (does not include the leading two identifier octets), or null if not found

Parameters

companyIdentifierCode

the two-octet code identifying the manufacturer


The Manufacturer Specific Data, or null if none provided in the Advertisement packet.