menu
BluetoothAdapterEventAttached
import { BluetoothAdapterEventAttached } from "destack:device/binding";
Bluetooth adapter attached event.
1export struct BluetoothAdapterEventAttached {2 kind: "attached";3 timestampNs: uint64;4 sequence: uint64;5 adapter: BluetoothAdapter;6}Members
kind: "attached"Event discriminator.
timestampNs: uint64Event timestamp in nanoseconds.
sequence: uint64Event sequence number.
adapter: BluetoothAdapterBluetooth adapter.