Skip to main content
POST
/
bluetooth
/
scan
Scan for Bluetooth devices (Linux only)
curl --request POST \
  --url http://localhost:6063/bluetooth/scan
[
  {
    "address": "<string>",
    "name": "<string>",
    "rssi": 123,
    "paired": true,
    "connected": true,
    "trusted": true
  }
]

Query Parameters

timeout_secs
integer<int64>
default:10

Response

200 - application/json

Discovered devices

address
string
name
string
rssi
integer<int32> | null
paired
boolean
connected
boolean
trusted
boolean