Interface: PairResult
Result of a successful pairing — the printer adapter plus the BLE plumbing the debug harness needs (observed full UUIDs, link MTU, raw BluetoothDevice for diagnostics export).
Properties
| Property | Type | Description |
|---|---|---|
device | BluetoothDevice | - |
linkMtu | number | null | Best-effort link MTU; null when the browser doesn't expose it. |
printer | LetraTagPrinter | - |
rxUuidDerived | string | RX (notify) characteristic — printReplyUUID. |
serviceUuidObserved | string | - |
shortCommandUuidDerived | string | Short-command characteristic — printShortCommandUUID. |
txUuidDerived | string | - |