* Ofono and BT interaction
@ 2010-09-09 13:19 Berthier, Emmanuel
2010-09-09 14:25 ` Denis Kenzior
0 siblings, 1 reply; 8+ messages in thread
From: Berthier, Emmanuel @ 2010-09-09 13:19 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]
After pairing a Handset BT device with my Meego Handset board, ofono sees a new modem called /hfp/XXXXXX and can start a voice call on it.
It is an interesting feature from a Netbook perspective, but could be very confusing from a Handset perspective.
I would prefer to remove BT devices from ofono modem list.
What's the best solution?
- disable BT modem client profile?
- disable ofono HFP modem support?
Emmanuel.
---------------------------------------------------------------------
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.
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 5994 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Ofono and BT interaction
2010-09-09 13:19 Ofono and BT interaction Berthier, Emmanuel
@ 2010-09-09 14:25 ` Denis Kenzior
2010-09-09 16:49 ` Berthier, Emmanuel
0 siblings, 1 reply; 8+ messages in thread
From: Denis Kenzior @ 2010-09-09 14:25 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 732 bytes --]
Hi Emmanuel,
On 09/09/2010 08:19 AM, Berthier, Emmanuel wrote:
> After pairing a Handset BT device with my Meego Handset board, ofono
> sees a new modem called /hfp/XXXXXX and can start a voice call on it.
>
> It is an interesting feature from a Netbook perspective, but could be
> very confusing from a Handset perspective.
>
>
>
> I would prefer to remove BT devices from ofono modem list.
>
>
>
> What’s the best solution?
>
> - disable BT modem client profile?
>
> - disable ofono HFP modem support?
>
Would filtering by Modem type be enough? E.g. oFono could expose a
string Type property on the Modem Interface. Possible values might be
'gsm', 'cdma', 'hfp', etc.
Regards,
-Denis
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Ofono and BT interaction
2010-09-09 14:25 ` Denis Kenzior
@ 2010-09-09 16:49 ` Berthier, Emmanuel
2010-09-09 16:59 ` Marcel Holtmann
0 siblings, 1 reply; 8+ messages in thread
From: Berthier, Emmanuel @ 2010-09-09 16:49 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1661 bytes --]
Hi Denis,
It's a good solution for ofono clients, but ofono will still dialogue with BT Modem (init), which is not very desirable.
Emmanuel.
-----Original Message-----
From: Denis Kenzior [mailto:denkenz(a)gmail.com]
Sent: Thursday, September 09, 2010 4:26 PM
To: ofono(a)ofono.org
Cc: Berthier, Emmanuel
Subject: Re: Ofono and BT interaction
Hi Emmanuel,
On 09/09/2010 08:19 AM, Berthier, Emmanuel wrote:
> After pairing a Handset BT device with my Meego Handset board, ofono
> sees a new modem called /hfp/XXXXXX and can start a voice call on it.
>
> It is an interesting feature from a Netbook perspective, but could be
> very confusing from a Handset perspective.
>
>
>
> I would prefer to remove BT devices from ofono modem list.
>
>
>
> What's the best solution?
>
> - disable BT modem client profile?
>
> - disable ofono HFP modem support?
>
Would filtering by Modem type be enough? E.g. oFono could expose a
string Type property on the Modem Interface. Possible values might be
'gsm', 'cdma', 'hfp', etc.
Regards,
-Denis
---------------------------------------------------------------------
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] 8+ messages in thread
* RE: Ofono and BT interaction
2010-09-09 16:49 ` Berthier, Emmanuel
@ 2010-09-09 16:59 ` Marcel Holtmann
2010-09-10 7:50 ` Berthier, Emmanuel
0 siblings, 1 reply; 8+ messages in thread
From: Marcel Holtmann @ 2010-09-09 16:59 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 468 bytes --]
Hi Emmanuel,
this is an open source mailing list, so please use proper netiquette and
do NOT top post. No ever exceptions.
> It's a good solution for ofono clients, but ofono will still dialogue with BT Modem (init), which is not very desirable.
If you power on the HFP modem. If not, then oFono will do nothing. You
can always start ofonod with -P hfp and then the HFP support should be
ignored. At least that works for testing.
Regards
Marcel
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Ofono and BT interaction
2010-09-09 16:59 ` Marcel Holtmann
@ 2010-09-10 7:50 ` Berthier, Emmanuel
2010-09-10 8:07 ` Marcel Holtmann
0 siblings, 1 reply; 8+ messages in thread
From: Berthier, Emmanuel @ 2010-09-10 7:50 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]
Hi Marcel,
> this is an open source mailing list, so please use proper netiquette and
> do NOT top post. No ever exceptions.
Oops, sorry for that.
> If you power on the HFP modem. If not, then oFono will do nothing.
Yes, that's one solution. How to do that at BlueZ level?
> You can always start ofonod with -P hfp and then the HFP support should be
> ignored. At least that works for testing.
Very interesting.
I've not found "-P" option in ofono 0.25, nor in the last 0.28 source tree.
Did I miss something?
Emmanuel.
---------------------------------------------------------------------
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] 8+ messages in thread
* RE: Ofono and BT interaction
2010-09-10 7:50 ` Berthier, Emmanuel
@ 2010-09-10 8:07 ` Marcel Holtmann
2010-09-10 14:35 ` Berthier, Emmanuel
0 siblings, 1 reply; 8+ messages in thread
From: Marcel Holtmann @ 2010-09-10 8:07 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 743 bytes --]
Hi Emmanuel,
> > this is an open source mailing list, so please use proper netiquette and
> > do NOT top post. No ever exceptions.
>
> Oops, sorry for that.
>
> > If you power on the HFP modem. If not, then oFono will do nothing.
>
> Yes, that's one solution. How to do that at BlueZ level?
no idea actually.
> > You can always start ofonod with -P hfp and then the HFP support should be
> > ignored. At least that works for testing.
>
> Very interesting.
> I've not found "-P" option in ofono 0.25, nor in the last 0.28 source tree.
> Did I miss something?
No you didn't. It is a ConnMan feature that we never ported over to
oFono. Not a big deal to add, but so far nobody did the work.
Regards
Marcel
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: Ofono and BT interaction
2010-09-10 8:07 ` Marcel Holtmann
@ 2010-09-10 14:35 ` Berthier, Emmanuel
2010-09-10 15:30 ` Denis Kenzior
0 siblings, 1 reply; 8+ messages in thread
From: Berthier, Emmanuel @ 2010-09-10 14:35 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]
Hi Marcel,
> > > If you power on the HFP modem. If not, then oFono will do nothing.
> >
> > Yes, that's one solution. How to do that at BlueZ level?
>
> no idea actually.
>
> > > You can always start ofonod with -P hfp and then the HFP support should be
> > > ignored. At least that works for testing.
> >
> > Very interesting.
> > I've not found "-P" option in ofono 0.25, nor in the last 0.28 source tree.
> > Did I miss something?
>
> No you didn't. It is a ConnMan feature that we never ported over to
> oFono. Not a big deal to add, but so far nobody did the work.
So, the question is still open:
How can I cut the link between ofono and BlueZ?
Emmanuel.
---------------------------------------------------------------------
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] 8+ messages in thread
* Re: Ofono and BT interaction
2010-09-10 14:35 ` Berthier, Emmanuel
@ 2010-09-10 15:30 ` Denis Kenzior
0 siblings, 0 replies; 8+ messages in thread
From: Denis Kenzior @ 2010-09-10 15:30 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]
Hi Emmanuel,
On 09/10/2010 09:35 AM, Berthier, Emmanuel wrote:
> Hi Marcel,
>
>>>> If you power on the HFP modem. If not, then oFono will do nothing.
>>>
>>> Yes, that's one solution. How to do that at BlueZ level?
>>
>> no idea actually.
>>
>>>> You can always start ofonod with -P hfp and then the HFP support should be
>>>> ignored. At least that works for testing.
>>>
>>> Very interesting.
>>> I've not found "-P" option in ofono 0.25, nor in the last 0.28 source tree.
>>> Did I miss something?
>>
>> No you didn't. It is a ConnMan feature that we never ported over to
>> oFono. Not a big deal to add, but so far nobody did the work.
>
> So, the question is still open:
> How can I cut the link between ofono and BlueZ?
>
I still don't understand what you're trying to accomplish. If you don't
want to establish an HFP connections, simply don't
Modem.SetProperty("Powered", True). Or is your issue that ConnMan
automatically powers on the HFP devices?
If you don't want HFP modems to even be seen, disable the hfp plugin.
Regards,
-Denis
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-09-10 15:30 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-09 13:19 Ofono and BT interaction Berthier, Emmanuel
2010-09-09 14:25 ` Denis Kenzior
2010-09-09 16:49 ` Berthier, Emmanuel
2010-09-09 16:59 ` Marcel Holtmann
2010-09-10 7:50 ` Berthier, Emmanuel
2010-09-10 8:07 ` Marcel Holtmann
2010-09-10 14:35 ` Berthier, Emmanuel
2010-09-10 15:30 ` 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.