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
listBluetoothDevices
Enumerate paired Low Energy Bluetooth devices and capture the first device id for the GATT traversal.
2
listServices
listGattServices
List the GATT services exposed by the selected BLE device and capture the first service uuid.
3
listCharacteristics
listGattCharacteristics
List the characteristics of the first GATT service and capture the first characteristic uuid.
4
readValue
readGattCharacteristic
Read the value of the first characteristic and capture the read status and the base64-encoded value.