diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-12-10 08:17:16 -0800 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2018-12-10 19:46:13 +0000 |
commit | cd2515ae2c85d915010653d2dcd7e83711ad7533 (patch) | |
tree | 73283b844fb159bdbe43a03e2d465e440fa45672 /README.md | |
parent | c12208f529d44410051d91c7f14513a3edf92117 (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.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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> |