Microsoft Windows 10 · Arazzo Workflow
Microsoft Windows 10 Bluetooth LE Read GATT Characteristic
Version 1.0.0
Discover a paired BLE device, drill into its GATT services and characteristics, and read a characteristic value.
Provider
Workflows
read-gatt-characteristic
Walk from a paired BLE device down to a single GATT characteristic value.
Lists paired Low Energy Bluetooth devices, then chains the discovered device id, service uuid, and characteristic uuid through GATT service and characteristic enumeration before reading the characteristic value.
1
listDevices
Enumerate paired Low Energy Bluetooth devices and capture the first device id for the GATT traversal.
2
listServices
List the GATT services exposed by the selected BLE device and capture the first service uuid.
3
listCharacteristics
List the characteristics of the first GATT service and capture the first characteristic uuid.
4
readValue
Read the value of the first characteristic and capture the read status and the base64-encoded value.
Source API Descriptions
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.