BluetoothServiceData import { BluetoothServiceData } from "destack:device/binding"; Bluetooth advertisement service payload. export struct BluetoothServiceData { serviceUuid: string; data: [uint8]; } language/library/src/device/binding/bluetooth.ds:212:217 Members serviceUuid: string Service UUID. data: [uint8] Service payload bytes.