* [Bluez-devel] [HFP] New Methods/Signals.
@ 2007-12-18 13:35 Alok
2007-12-18 18:14 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Alok @ 2007-12-18 13:35 UTC (permalink / raw)
To: BlueZ development
Marcel/Johan,
some new Methods/Signals are required for HFP in the audio service. Here
are the ones needed as of now.
Method:
void CallSetup(uint16 value)
Used to send "callsetup" indicator value to the HF.
Signal:
void TerminateCall()
This signal is sent when an ongoing call is terminated.
An appropriate method name would be IndicateCall(), But thats already
used for Alerting(RING) the Headset/HFP.
Is it possible to use Alert() instead of IndicateCall() to RING the
headset/HF and use IndicateCall to send "callsetup" indicator?
The headset method implementations start with hs_* . Should the hf
methods prepend hf_ to them for distinguishing them from headset
methods ?
-Alok
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bluez-devel] [HFP] New Methods/Signals.
2007-12-18 13:35 [Bluez-devel] [HFP] New Methods/Signals Alok
@ 2007-12-18 18:14 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2007-12-18 18:14 UTC (permalink / raw)
To: BlueZ development
Hi Alok,
> some new Methods/Signals are required for HFP in the audio service. Here
> are the ones needed as of now.
are they using the org.bluez.audio.Headset interface or are they meant
to be in a org.bluez.audio.Handsfree interface?
> Method:
> void CallSetup(uint16 value)
>
> Used to send "callsetup" indicator value to the HF.
>
> Signal:
> void TerminateCall()
>
> This signal is sent when an ongoing call is terminated.
>
>
> An appropriate method name would be IndicateCall(), But thats already
> used for Alerting(RING) the Headset/HFP.
In case they are in the audio.Headset interface, then use SetupCall. Can
we use strings to express the value parameter?
> Is it possible to use Alert() instead of IndicateCall() to RING the
> headset/HF and use IndicateCall to send "callsetup" indicator?
We can't change the API. Only a move to BlueZ 4.x could change the API.
> The headset method implementations start with hs_* . Should the hf
> methods prepend hf_ to them for distinguishing them from headset
> methods ?
Sure.
Regards
Marcel
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-18 18:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-18 13:35 [Bluez-devel] [HFP] New Methods/Signals Alok
2007-12-18 18:14 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox