Skip to content

Interface: BluetoothGattTransport

Bluetooth Low Energy GATT.

UUIDs are typically discovered by sniffing GATT traffic from the manufacturer's mobile app (nRF Connect, LightBlue) — they are rarely published in printer documentation.

Properties

PropertyTypeDescription
mtu?numberNegotiable BLE MTU; default 20 (BLE 4.0 minimum).
namePrefix?stringDevice name prefix for the browser picker filter, e.g. 'QL-820'.
rxCharacteristicUuid?stringGATT characteristic UUID for read/notify (RX from printer). Omit if the TX characteristic also handles notifications.
serviceUuidstringPrimary GATT service UUID for this printer family.
txCharacteristicUuidstringGATT characteristic UUID for write (TX to printer).