| { |
| "version": "0.0.1", |
| "name": "fuchsia.bluetooth", |
| "config": { |
| "title": "Fuchsia FIDLs", |
| "links": [ |
| { |
| "label": "Fuchsia Developer", |
| "href": "https://fuchsia.googlesource.com" |
| } |
| ], |
| "source": { |
| "baseUrl": "https://fuchsia.googlesource.com/fuchsia/+/", |
| "package": "/", |
| "line": "#" |
| } |
| }, |
| "tag": "master", |
| "enum_declarations": [ |
| { |
| "name": "fuchsia.bluetooth/AddressType", |
| "location": { |
| "filename": "../../sdk/fidl/fuchsia.bluetooth/address.fidl", |
| "line": 7, |
| "column": 6 |
| }, |
| "type": "uint8", |
| "members": [ |
| { |
| "name": "PUBLIC", |
| "location": { |
| "filename": "../../sdk/fidl/fuchsia.bluetooth/address.fidl", |
| "line": 9, |
| "column": 5 |
| }, |
| "value": { |
| "kind": "literal", |
| "literal": { |
| "kind": "numeric", |
| "value": "1", |
| "expression": "1" |
| } |
| }, |
| "maybe_attributes": [ |
| { |
| "name": "Doc", |
| "value": " LE public device address or `BR/EDR` `BD_ADDR`.\n" |
| } |
| ] |
| }, |
| { |
| "name": "RANDOM", |
| "location": { |
| "filename": "../../sdk/fidl/fuchsia.bluetooth/address.fidl", |
| "line": 12, |
| "column": 5 |
| }, |
| "value": { |
| "kind": "literal", |
| "literal": { |
| "kind": "numeric", |
| "value": "2", |
| "expression": "2" |
| } |
| }, |
| "maybe_attributes": [ |
| { |
| "name": "Doc", |
| "value": " LE private or static random device address.\n" |
| } |
| ] |
| } |
| ], |
| "strict": true |
| } |
| ] |
| } |