ble_read_descriptor
Read a GATT descriptor by handle to access metadata such as CCCD or user description on a BLE device.
Instructions
Read a GATT descriptor by handle. Use ble.discover to find descriptor handles. Descriptors provide metadata about characteristics (e.g. CCCD, user description).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | The descriptor handle (integer) from ble.discover. | |
| connection_id | Yes |