aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-03-24 20:44:01 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-03-24 20:45:02 +0200
commit61f41332ed89fdcf4eed8cf832d86caee0c197ec (patch)
treef8492fba23a6c187acfe2119452dc483dd1f119c /doc
parentc0976772c4f8861b1b3baf5f328d933cbeaad80d (diff)
downloadbluez-61f41332ed89fdcf4eed8cf832d86caee0c197ec.tar.gz
Change the Connecting property to a more generic State property
Diffstat (limited to 'doc')
-rw-r--r--doc/audio-api.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/audio-api.txt b/doc/audio-api.txt
index 3ffc57a7..e22bf577 100644
--- a/doc/audio-api.txt
+++ b/doc/audio-api.txt
@@ -117,15 +117,15 @@ Signals void AnswerRequested()
This signal indicates a changed value of the given
property.
-properties boolean Connected [readonly]
+properties string State [readonly]
- Indicates if there is a active connection to the
- HSP/HFP connection on the remote device.
+ Possible values: "disconnected", "connecting",
+ "connected", "play_requested", "playing"
- boolean Connecting [readonly]
+ boolean Connected [readonly]
- Indicates that there is a HFP or HSP connection attempt
- in progress.
+ Indicates if there is a active connection to the
+ HSP/HFP connection on the remote device.
boolean Playing [readonly]