probe_device
Connect to a Bluetooth device and inspect its GATT services to verify it's a supported thermal printer before adding it. Checks for characteristics ff01, ff02, ff03.
Instructions
Connect to a BLE device and list its GATT services/characteristics.
Useful for confirming a candidate address (found via scan_printers) is really a supported printer before adding it - a compatible printer should expose a custom service containing characteristics ending in ff01, ff02, and ff03. Note that this GATT layout alone doesn't tell you which driver to use - more than one incompatible protocol variant shares it - so still confirm with a real test print after adding it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |