From 396c3c819743ae85089d358c882b9657554a6452 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 May 2007 12:29:09 +0000 Subject: Small cleanup --- audio/audio-api.txt | 7 ++----- 1 file 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 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) -- cgit