Re: [PATCHv2 2/2] hfpmodem: Request AT+CLCC again after callheld=<2 or 3>

2013-01-30 Thread Denis Kenzior
Hi Timo, On 01/28/2013 04:13 AM, Timo Mueller wrote: From: Timo Mueller With a call being active, placing a second call on the AG device will lead to the active call being put on hold. During the transition some phones do not update the list of current calls. This leads to an +CLCC response tha

Re: [PATCHv2 1/2] hfpmodem: Retry AT+CLCC request after outgoing callsetup

2013-01-30 Thread Denis Kenzior
Hi Timo, +static void clcc_poll_dialing_cb(gboolean ok, GAtResult *result, + gpointer user_data) +{ + struct ofono_voicecall *vc = user_data; + struct voicecall_data *vd = ofono_voicecall_get_data(vc); + GSList *calls, *dialing; + + if (!ok) +

Re: [PATCH v0 2/2] hfp_hf_bluez5: Only register modems for Paired devices

2013-01-30 Thread Denis Kenzior
Hi Vinicius, On 01/30/2013 10:24 AM, Claudio Takahasi wrote: From: Vinicius Costa Gomes When there are many devices around that support the HFP AG profile, we may have a lot of modems that the user will never use. --- plugins/hfp_hf_bluez5.c | 61 +-

Re: [PATCH v0 1/2] hfp_hf_bluez5: Improve Proxy property changed handling

2013-01-30 Thread Denis Kenzior
Hi Claudio, On 01/30/2013 10:24 AM, Claudio Takahasi wrote: This patch removes unnecessary GDBusProxy object access when property changed is triggered. The property name and the argument iterator is informed in the function callback. --- plugins/hfp_hf_bluez5.c | 5 ++--- 1 file changed, 2 in

Re: [PATCH] TODO: Add task for supporting BlueZ 5 in dundee

2013-01-30 Thread Denis Kenzior
Hi Vinicius, On 01/30/2013 03:12 PM, Vinicius Costa Gomes wrote: --- TODO | 9 + 1 file changed, 9 insertions(+) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofon

[PATCH] TODO: Add task for supporting BlueZ 5 in dundee

2013-01-30 Thread Vinicius Costa Gomes
--- TODO | 9 + 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 1fef651..c579718 100644 --- a/TODO +++ b/TODO @@ -159,6 +159,15 @@ Modem Emulator Priority: Medium Depends: HFP AG emulator as BlueZ service +- Add support for BlueZ 5 Profile1 API to dundee + BlueZ 5

Re: bluez5 support for dundee

2013-01-30 Thread Denis Kenzior
Hi Vinicius, On 01/30/2013 06:31 AM, Vinicius Gomes wrote: Hi Daniel, On Wed, Jan 30, 2013 at 7:13 AM, Daniel Wagner wrote: Hi, Is someone working on bluez5 support for dundee? Our intern (Paulo Borges) is working on it. Can you guys actually add a task to the TODO list and assign him a

[PATCH v0 2/2] hfp_hf_bluez5: Only register modems for Paired devices

2013-01-30 Thread Claudio Takahasi
From: Vinicius Costa Gomes When there are many devices around that support the HFP AG profile, we may have a lot of modems that the user will never use. --- plugins/hfp_hf_bluez5.c | 61 + 1 file changed, 41 insertions(+), 20 deletions(-) diff --g

[PATCH v0 1/2] hfp_hf_bluez5: Improve Proxy property changed handling

2013-01-30 Thread Claudio Takahasi
This patch removes unnecessary GDBusProxy object access when property changed is triggered. The property name and the argument iterator is informed in the function callback. --- plugins/hfp_hf_bluez5.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/hfp_hf_bluez5.c

Re: bluez5 support for dundee

2013-01-30 Thread Daniel Wagner
Hi Vinicius, On 30.01.2013 13:31, Vinicius Gomes wrote: On Wed, Jan 30, 2013 at 7:13 AM, Daniel Wagner wrote: Hi, Is someone working on bluez5 support for dundee? Our intern (Paulo Borges) is working on it. Great, thanks for the heads up. cheers, daniel __

[PATCH v1 2/2] hfp_hf_bluez5: Add rejecting SCO connection

2013-01-30 Thread Claudio Takahasi
This patch rejects the SCO incoming connection if there isn't a service level connection associated with the Bluetooth address pair. --- plugins/hfp_hf_bluez5.c | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf

[PATCH v1 0/2] Reject SCO connection

2013-01-30 Thread Claudio Takahasi
Add service level connection hash table to track active connections using the remote address as key, and the adapter address as value. It is not supported the scenario that the host has multiple local adapters, and the remote needs to establish more than one SLC to this host/oFono. Rejects the inc

[PATCH v1 1/2] hfp_hf_bluez5: Add SLC hash table

2013-01-30 Thread Claudio Takahasi
This patch adds a service level connection hash table to track the address of the active connections. For now, only one connection per remote address is allowed. The remote address will be used as key, and the local adapter address as hash entry value. --- plugins/hfp_hf_bluez5.c | 48

Re: bluez5 support for dundee

2013-01-30 Thread Vinicius Gomes
Hi Daniel, On Wed, Jan 30, 2013 at 7:13 AM, Daniel Wagner wrote: > Hi, > > Is someone working on bluez5 support for dundee? Our intern (Paulo Borges) is working on it. Cheers, -- Vinicius ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/

bluez5 support for dundee

2013-01-30 Thread Daniel Wagner
Hi, Is someone working on bluez5 support for dundee? cheers, daniel ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono