Return-Path: Subject: Re: [PATCH] eSCO fallback to SCO on Error: Connection Failed to Complete From: Marcel Holtmann To: smcoe1 Cc: Nick Pelly , linux-bluetooth@vger.kernel.org In-Reply-To: <9c9ad6a31002120806m381e6548xacf28c5ba9b079de@mail.gmail.com> References: <9c9ad6a31002111256v1c3394d1rade3c3640ee7efb5@mail.gmail.com> <35c90d961002111320n3e5626d6oca767c7facccc356@mail.gmail.com> <9c9ad6a31002120806m381e6548xacf28c5ba9b079de@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 12 Feb 2010 18:56:42 +0100 Message-ID: <1265997402.21559.0.camel@localhost.localdomain> Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Stephen, > Thanks, I guess I wasn't really paying attention, it was a late nite. > > Signed-off-by: Stephen Coe > --- > net/bluetooth/hci_event.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c > index 592da5c..6c57fc7 100644 > --- a/net/bluetooth/hci_event.c > +++ b/net/bluetooth/hci_event.c > @@ -1698,6 +1698,7 @@ static inline void > hci_sync_conn_complete_evt(struct hci_dev *hdev, struct sk_bu > hci_conn_add_sysfs(conn); > break; > > + case 0x11: /* Unsupported Feature or Parameter Value */ > case 0x1c: /* SCO interval rejected */ > case 0x1a: /* Unsupported Remote Feature */ > case 0x1f: /* Unspecified error */ I need a proper patch with the hcidump and the name of the device that causes this issue. See how Nick has done it lately. Regards Marcel