diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2012-10-15 16:05:36 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-10-16 10:43:26 +0300 |
commit | 03fdd8bc7627f887b915e70b4714e085242a2afb (patch) | |
tree | dceb53286b0b8ce70b5d6b2e3d6e3fcddcaff973 /doc | |
parent | 31951cc6c03ca7d3c2e4a4ca4fb0b1561b7ea2e5 (diff) |
control: Add Control.Disconnect method
This method can be used to disconnect AVRCP.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/control-api.txt b/doc/control-api.txt index 61069ea28..5391a8aa4 100644 --- a/doc/control-api.txt +++ b/doc/control-api.txt @@ -25,6 +25,10 @@ Methods boolean IsConnected() {deprecated} Connect to remote device. + void Disconnect() + + Disconnect from remote device. + void Play() Resume playback. |