diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-11-24 12:36:57 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-11-24 12:36:57 +0200 |
commit | d296dbce73166b8e796dfeb5e6c560ff6514d0d6 (patch) | |
tree | a8c37dd1ad4b4c22f094d068cb0458da90fe14ba /doc | |
parent | 464e962ef07f02e776b6bf9f61a6f72bc47540f3 (diff) | |
download | bluez-d296dbce73166b8e796dfeb5e6c560ff6514d0d6.tar.gz |
audio: Remove deprecated Control.IsConnected method
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-api.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/control-api.txt b/doc/control-api.txt index 85b644262..c3389b2f7 100644 --- a/doc/control-api.txt +++ b/doc/control-api.txt @@ -12,11 +12,7 @@ Service org.bluez Interface org.bluez.Control Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX -Methods boolean IsConnected() {deprecated} - - Returns True if connected, otherwise FALSE. - - void Connect() +Methods void Connect() Connect to remote device. |