lw_ble_scan
Start a passive BLE discovery sweep to find nearby Bluetooth Low Energy devices. Returns a scan handle for polling results or early termination.
Instructions
Kick off a passive BLE discovery sweep. The call returns a scan handle immediately; the sweep runs for up to timeout_s seconds (bounded 1–60) and then shuts itself down. Retrieve findings with lw_ble_scan_poll or abort early with lw_ble_scan_stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_s | No | ||
| name_filter | No | ||
| service_uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||