scan_g1_devices
Discover and list available G1 Bluetooth devices by scanning for "G1_" named devices. Returns device details, addresses, and signal strength in a structured JSON response.
Instructions
Scan for available G1 devices.
Returns:
Dict[str, Any]: JSON response with scan results including:
- result: "success" or "error"
- devices: List of discovered devices with their properties
- count: Number of devices found
- error: Error message if scan failed
Note:
This performs an actual BLE scan for devices with names containing "G1_" pattern.
Returns a structured list of discovered devices with their addresses and signal strength.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "scan_g1_devicesArguments",
"type": "object"
}