BluetoothSessionEventPairingChanged import { BluetoothSessionEventPairingChanged } from "destack:device/binding"; Bluetooth session pairing changed event. export struct BluetoothSessionEventPairingChanged { kind: "pairingChanged"; timestampNs: uint64; sequence: uint64; pairing: BluetoothPairing; } language/library/src/device/binding/bluetooth.ds:321:330 Members kind: "pairingChanged" Event discriminator. timestampNs: uint64 Event timestamp in nanoseconds. sequence: uint64 Event sequence number. pairing: BluetoothPairing Pairing state.