BluetoothManufacturerData import { BluetoothManufacturerData } from "destack:device/binding"; Bluetooth advertisement manufacturer payload. export struct BluetoothManufacturerData { companyId: uint16; data: [uint8]; } language/library/src/device/binding/bluetooth.ds:204:209 Members companyId: uint16 Bluetooth company identifier. data: [uint8] Manufacturer payload bytes.