* Re: [PATCH] hfp_ag_bluez5: use none prefix for AT+BCC.
2015-03-24 14:20 [PATCH] hfp_ag_bluez5: use none prefix for AT+BCC Kuba Pawlak
@ 2015-03-24 14:12 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2015-03-24 14:12 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
Hi Kuba,
On 03/24/2015 09:20 AM, Kuba Pawlak wrote:
> iPhone 5s with iOS8.2 sometimes failes to acknowledge AT+BCC
> with OK. This means +CIEV events get consumed by this command
> and call ended notification is not parsed.
>
> Nov 30 00:00:19 ofonod[938]: > AT+BCC\r
> Nov 30 00:00:28 ofonod[938]: < \r\n+CIEV: 2,0\r\n
> ---
> plugins/hfp_hf_bluez5.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] hfp_ag_bluez5: use none prefix for AT+BCC.
@ 2015-03-24 14:20 Kuba Pawlak
2015-03-24 14:12 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Kuba Pawlak @ 2015-03-24 14:20 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]
iPhone 5s with iOS8.2 sometimes failes to acknowledge AT+BCC
with OK. This means +CIEV events get consumed by this command
and call ended notification is not parsed.
Nov 30 00:00:19 ofonod[938]: > AT+BCC\r
Nov 30 00:00:28 ofonod[938]: < \r\n+CIEV: 2,0\r\n
---
plugins/hfp_hf_bluez5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/hfp_hf_bluez5.c b/plugins/hfp_hf_bluez5.c
index f5c572d..4136630 100644
--- a/plugins/hfp_hf_bluez5.c
+++ b/plugins/hfp_hf_bluez5.c
@@ -390,7 +390,7 @@ static void hfp16_card_connect(struct ofono_handsfree_card *card,
info->ag_features & HFP_AG_FEATURE_CODEC_NEGOTIATION) {
struct cb_data *cbd = cb_data_new(cb, data);
- g_at_chat_send(info->chat, "AT+BCC", NULL, bcc_cb, cbd, g_free);
+ g_at_chat_send(info->chat, "AT+BCC", none_prefix, bcc_cb, cbd, g_free);
return;
}
--
1.7.11.7
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-24 14:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 14:20 [PATCH] hfp_ag_bluez5: use none prefix for AT+BCC Kuba Pawlak
2015-03-24 14: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.