ble_write_descriptor
Write to a GATT descriptor by handle. Use only when direct descriptor writes are necessary; CCCD handling is automatic.
Instructions
Write to a GATT descriptor by handle. Requires BLE_MCP_ALLOW_WRITES=true. Rarely needed directly — bleak handles CCCD for notify/indicate automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | The descriptor handle (integer). | |
| value_b64 | No | Base64-encoded value. | |
| value_hex | No | Hex-encoded value. | |
| connection_id | Yes |