Skip to main content
GET
/
bluetooth
/
devices
List paired Bluetooth devices (Linux only)
curl --request GET \
  --url http://localhost:6063/bluetooth/devices
[
  {
    "address": "56:64:C4:EE:EE:7B",
    "connected": false,
    "name": "Beats Studio Pro",
    "paired": true,
    "rssi": null,
    "trusted": true
  },
  {
    "address": "D8:E0:E1:13:96:DD",
    "connected": false,
    "name": "[AV] Samsung Soundbar K450 K-Series",
    "paired": true,
    "rssi": null,
    "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.

Response

200 - application/json

Devices

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