diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-06 23:02:11 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-12 03:58:47 -0800 |
commit | a5fe25e7496cf4a8369e1f34e66c9e55d2c95ed1 (patch) | |
tree | b999b55195278036550836f1336eb9f805cc00a6 /README.md | |
parent | 50078d83552f02051a5706b3dfea0953eff3a02b (diff) |
binding: bluetooth: add new avrcp controls verb
Since MediaPlayer1 controls are part of bluez it makes sense
to keep them here for now
Bug-AGL: SPEC-1630
Change-Id: Ia02341179a322082357b0e7eff07264e34197d57
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -12,6 +12,7 @@ Bluetooth service uses the respective BlueZ package to connect to bluetooth devi | unsubscribe | unsubscribe to bluetooth events | *Request:* {"value": "device_changes"} | | managed_objects | retrieve managed bluetooth devices | see managed_objects verb section | | adapter_state | retrieve or change adapter scan settings | see adapter_state verb section | +| avrcp_controls | avrcp controls for MediaPlayer1 playback | see avrcp_controls verb section | | connect | connect to already paired device | see connect/disconnect verb section | | disconnect | disconnect to already connected device | see connect/disconnect verb section | | pair | initialize a pairing request | *Request:* {"device":"dev_88_0F_10_96_D3_20"} | @@ -124,6 +125,16 @@ adapter_state verb allows setting and retrieving of requested adapter settings: | powered | Adapter power state (optional, rfkill should be disabled already) | | filter | Display devices only with respective UUIDS listed (write only setting) | +#### avrcp_controls verb + +avrcp_controls verb allow controlling the playback of the defined device + +| Name | Description | +|-----------------|----------------------------------------------------------------------------------------------| +| adapter | Name of the adapter (i.e. hci0) | +| device | Must be the name of the device (i.e. dev_88_0F_10_96_D3_20) | +| action | Playback control action to take (e.g Play, Pause, Stop, Next, Previous, FastForward, Rewind) | + ### connect/disconnect verbs NOTE: uuid in this respect is not related to the afb framework but the Bluetooth profile UUID |