bluer 0.17.4

BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "uuid": { "type": "string", "pattern": "^([A-F0-9]{4}|[A-F0-9]{8}-[A-F0-9]{4}-[A-F0-9]{4}-[A-F0-9]{4}-[A-F0-9]{12})$" },
      "identifier": { "type": "string" },
      "name": { "type": "string" },
      "source": { "type": "string" }
    },
    "required": [
      "uuid",
      "identifier",
      "name",
      "source"
    ]
  }
}