summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-12-10 08:17:16 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-12-10 17:57:31 +0000
commit4137e7f3b9f0bcb633724878c7f19e55c8273982 (patch)
tree68fe2ab12b981807831f369624960480f7179342 /README.md
parentf2aaebf3f8c1f9e71586a9d5f5c370d3338c07cf (diff)
binding: bluetooth: add MediaTransport1 to managed_objects output
To allow initial reporting of MediaTransport1 of audio transports add them to the managed_objects verb. Bug-AGL: SPEC-1630 SPEC-1986 Change-Id: Icc09ae063e5dfc52e5396b9ea7149178b1d8aaac Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50870df..162e550 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,20 @@ This verb allows an client to get initial paired devices, and discovered unpaire
"servicesresolved": false
}
},
-...
+ ],
+ "transports": [
+ {
+ "endpoint": "fd1",
+ "adapter": "hci0",
+ "device": "dev_D0_81_7A_5A_BC_5E",
+ "properties": {
+ "uuid": "0000110B-0000-1000-8000-00805F9B34FB",
+ "state": "idle",
+ "volume": 127
+ }
+ }
+ ],
+}
</pre>