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
  }
]

Documentation Index

Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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