ble_connection_status
Verify a BLE connection is active before performing operations. Returns connection status, device address, and timestamp of unexpected disconnection.
Instructions
Check whether a connection is still alive. Returns connected (bool), address, and disconnect_ts if the device disconnected unexpectedly. Use this to verify a connection before a sequence of operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |