* Request for info for issuing AT commands
@ 2011-03-10 6:18 Debanjan Biswas
2011-03-10 10:44 ` Aygon, Bertrand
0 siblings, 1 reply; 6+ messages in thread
From: Debanjan Biswas @ 2011-03-10 6:18 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 336 bytes --]
Hi Everyone,
I am new to this list. I am looking for the oFono APIs
that I can use to issue the AT commands for HFP. I could not found much
info on the oFono site.
It will be great help if someone can guide to any links/documents.
Thanking you in advance.
Regards
Debanjan
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 4911 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Request for info for issuing AT commands
2011-03-10 6:18 Request for info for issuing AT commands Debanjan Biswas
@ 2011-03-10 10:44 ` Aygon, Bertrand
2011-03-10 11:41 ` Debanjan Biswas
0 siblings, 1 reply; 6+ messages in thread
From: Aygon, Bertrand @ 2011-03-10 10:44 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1127 bytes --]
Hi,
> Hi Everyone,
>
> I am new to this list.
Welcome!
> I am looking for the oFono APIs that I can use to issue the AT commands for HFP. I could not found much info on the oFono site.
> It will be great help if someone can guide to any links/documents.
Can you please clarify this. What can of APIs are you looking at, and for which purpose?
We are working on HFP support in oFono, and on the AT Emulator to support all mandatory AT command for HFP.
But there should be no dedicated API for HFP inside oFono.
Regards,
Bertrand.
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Request for info for issuing AT commands
2011-03-10 10:44 ` Aygon, Bertrand
@ 2011-03-10 11:41 ` Debanjan Biswas
2011-03-10 13:09 ` Aygon, Bertrand
0 siblings, 1 reply; 6+ messages in thread
From: Debanjan Biswas @ 2011-03-10 11:41 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1865 bytes --]
Thanks Bertrand for your mail. I am working on the Audio Gateway side & I am looking for APIs for receiving AT commands like AT+ATA, AT+CHUP, AT+BLDN, AT+Ddd...dd, AT+VGS, AT+VGM, etc & for sending events like VGM,VGS,CIEV, etc.
Any informations on how to build a application for these will be really helpful.
Thanking you in advance
Regards
Debanjan
-----Original Message-----
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of Aygon, Bertrand
Sent: Thursday, March 10, 2011 4:15 PM
To: ofono(a)ofono.org
Subject: RE: Request for info for issuing AT commands
Hi,
> Hi Everyone,
>
> I am new to this list.
Welcome!
> I am looking for the oFono APIs that I can use to issue the AT commands for HFP. I could not found much info on the oFono site.
> It will be great help if someone can guide to any links/documents.
Can you please clarify this. What can of APIs are you looking at, and for which purpose?
We are working on HFP support in oFono, and on the AT Emulator to support all mandatory AT command for HFP.
But there should be no dedicated API for HFP inside oFono.
Regards,
Bertrand.
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Request for info for issuing AT commands
2011-03-10 11:41 ` Debanjan Biswas
@ 2011-03-10 13:09 ` Aygon, Bertrand
2011-03-11 6:08 ` Debanjan Biswas
0 siblings, 1 reply; 6+ messages in thread
From: Aygon, Bertrand @ 2011-03-10 13:09 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 2936 bytes --]
> Thanks Bertrand for your mail. I am working on the Audio Gateway side & I am looking for APIs for receiving AT commands like AT+ATA,
> AT+CHUP, AT+BLDN, AT+Ddd...dd, AT+VGS, AT+VGM, etc & for sending events like VGM,VGS,CIEV, etc.
>
> Any informations on how to build a application for these will be really helpful.
An application?
Some people (Frederic Danis and Frederic Dalleau) are currently working on the HFP support inside oFono. You can have a look at the oFono TODO file. There will be an atom inside oFono that will do this.
If you want to do this outside oFono, you will have to write an application that will analyze AT command received from BlueZ, and translate them into oFono APIs.
Regards,
Bertrand.
-----Original Message-----
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of Aygon, Bertrand
Sent: Thursday, March 10, 2011 4:15 PM
To: ofono(a)ofono.org
Subject: RE: Request for info for issuing AT commands
Hi,
> Hi Everyone,
>
> I am new to this list.
Welcome!
> I am looking for the oFono APIs that I can use to issue the AT commands for HFP. I could not found much info on the oFono site.
> It will be great help if someone can guide to any links/documents.
Can you please clarify this. What can of APIs are you looking at, and for which purpose?
We are working on HFP support in oFono, and on the AT Emulator to support all mandatory AT command for HFP.
But there should be no dedicated API for HFP inside oFono.
Regards,
Bertrand.
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Request for info for issuing AT commands
2011-03-10 13:09 ` Aygon, Bertrand
@ 2011-03-11 6:08 ` Debanjan Biswas
2011-03-11 16:12 ` Denis Kenzior
0 siblings, 1 reply; 6+ messages in thread
From: Debanjan Biswas @ 2011-03-11 6:08 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 3382 bytes --]
Thanks for the info Bertrand. I will have a look.
Regards
Debanjan
-----Original Message-----
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of Aygon, Bertrand
Sent: Thursday, March 10, 2011 6:40 PM
To: ofono(a)ofono.org
Subject: RE: Request for info for issuing AT commands
> Thanks Bertrand for your mail. I am working on the Audio Gateway side & I am looking for APIs for receiving AT commands like AT+ATA,
> AT+CHUP, AT+BLDN, AT+Ddd...dd, AT+VGS, AT+VGM, etc & for sending events like VGM,VGS,CIEV, etc.
>
> Any informations on how to build a application for these will be really helpful.
An application?
Some people (Frederic Danis and Frederic Dalleau) are currently working on the HFP support inside oFono. You can have a look at the oFono TODO file. There will be an atom inside oFono that will do this.
If you want to do this outside oFono, you will have to write an application that will analyze AT command received from BlueZ, and translate them into oFono APIs.
Regards,
Bertrand.
-----Original Message-----
From: ofono-bounces(a)ofono.org [mailto:ofono-bounces(a)ofono.org] On Behalf Of Aygon, Bertrand
Sent: Thursday, March 10, 2011 4:15 PM
To: ofono(a)ofono.org
Subject: RE: Request for info for issuing AT commands
Hi,
> Hi Everyone,
>
> I am new to this list.
Welcome!
> I am looking for the oFono APIs that I can use to issue the AT commands for HFP. I could not found much info on the oFono site.
> It will be great help if someone can guide to any links/documents.
Can you please clarify this. What can of APIs are you looking at, and for which purpose?
We are working on HFP support in oFono, and on the AT Emulator to support all mandatory AT command for HFP.
But there should be no dedicated API for HFP inside oFono.
Regards,
Bertrand.
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
ofono mailing list
ofono(a)ofono.org
http://lists.ofono.org/listinfo/ofono
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Request for info for issuing AT commands
2011-03-11 6:08 ` Debanjan Biswas
@ 2011-03-11 16:12 ` Denis Kenzior
0 siblings, 0 replies; 6+ messages in thread
From: Denis Kenzior @ 2011-03-11 16:12 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
Hi Debanjan,
On 03/11/2011 12:08 AM, Debanjan Biswas (debiswas) wrote:
> Thanks for the info Bertrand. I will have a look.
A gentle reminder to not top-post on this mailing list.
Regards,
-Denis
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-03-11 16:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 6:18 Request for info for issuing AT commands Debanjan Biswas
2011-03-10 10:44 ` Aygon, Bertrand
2011-03-10 11:41 ` Debanjan Biswas
2011-03-10 13:09 ` Aygon, Bertrand
2011-03-11 6:08 ` Debanjan Biswas
2011-03-11 16:12 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.