ble_scan_get_results
Get discovered BLE devices from a running or finished scan, and check if the scan is still active. Monitor progress or decide when to stop early.
Instructions
Non-blocking: return the devices discovered so far by a running (or finished) scan. Also returns whether the scan is still active. Call this to check progress or to decide whether to stop early.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | Yes | The scan_id from ble.scan_start. |