diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 12:29:09 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 12:29:09 +0000 |
commit | 396c3c819743ae85089d358c882b9657554a6452 (patch) | |
tree | 483ba0b6e81188e1238e9b2b4805731592c97e5c /audio/audio-api.txt | |
parent | 57704487a484a6d599f12cee65b63f8daa7ecf8b (diff) |
Small cleanup
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r-- | audio/audio-api.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt index 33dd17c5..26b4d46a 100644 --- a/audio/audio-api.txt +++ b/audio/audio-api.txt @@ -9,7 +9,6 @@ Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com> Audio Manager hierarchy ======================= -Service org.bluez.audio Interface org.bluez.audio.Manager Object path /org/bluez/audio @@ -53,7 +52,6 @@ Signals void HeadsetCreated(string path) Audio Headset hierarchy ======================= -Service org.bluez.audio Interface org.bluez.audio.Headset Object path /org/bluez/audio/headset* @@ -74,7 +72,7 @@ Methods void Connect() Cancel the incoming call indication. void Play() - + Open the audio connection to the headset. void Stop() @@ -86,7 +84,6 @@ Methods void Connect() Returns true if an audio connection to the headset is active. - Signals void AnswerRequested() Sent when the answer button is pressed on the headset @@ -108,7 +105,7 @@ Signals void AnswerRequested() Sent when the audio connection is opened void SpeakerGainChanged(uint16 gain) - + The speaker gain changed. void MicrophoneGainChanged(uint16 gain) |