LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Louis JANG <louis@mizi.com>
Cc: Dave Young <hidave.darkstar@gmail.com>,
linux-bluetooth@vger.kernel.org,
Linux Kernel <linux-kernel@vger.kernel.org>,
bmidgley@gmail.com, David Miller <davem@davemloft.net>,
Netdev <netdev@vger.kernel.org>
Subject: Re: [Bluez-devel] forcing SCO connection patch
Date: Wed, 27 Feb 2008 16:21:14 +0100 [thread overview]
Message-ID: <5D9353FF-6A69-4039-9033-C0EBD1CDA756@holtmann.org> (raw)
In-Reply-To: <47C555E5.2000903@mizi.com>
Hi Louis,
> When bluez tried to connect SCO channel with
> HCI_OP_SETUP_SYNC_CONN(ESCO_LINK),
> a real connection may be connected with SCO_LINK instead of
> ESCO_LINK when
> peer device doesn't support eSCO. however bluez try to find
> connection handle
> by event's link type(SCO_LINK in above case) and the valid
> connection handle
> for this event is waiting for ESCO_LINK. so bluez can't find
> connection handle
> and discarded the event.
using HCI_OP_SETUP_SYNC_CONN doesn't mean eSCO. It is perfectly fine
to request SCO links via that command. The difference here is
Bluetooth 1.1 or 1.2 and later.
> This patch is to handle different type of synchronous link is
> estabilished
> with its request.
>
> If bluez can't find connection handle, it try to find with different
> link type again. (For the above case, if bluez can't find connection
> handle with SCO_LINK, it try to find connection handle with
> ESCO_LINK again.)
> and update link type of this connection handle with event's link type.
Inside the kernel it is not called BlueZ :) It simply is the Bluetooth
subsystem and in case the HCI core.
Regards
Marcel
next prev parent reply other threads:[~2008-02-27 15:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <47666E1F.2000902@mizi.com>
2008-02-25 7:30 ` Dave Young
2008-02-25 7:34 ` Dave Young
2008-02-25 8:26 ` Dave Young
2008-02-25 9:28 ` Louis JANG
2008-02-25 9:55 ` Dave Young
2008-02-25 11:35 ` Louis JANG
2008-02-26 3:07 ` Marcel Holtmann
2008-02-26 3:53 ` Louis JANG
2008-02-26 19:43 ` Marcel Holtmann
2008-02-27 1:58 ` Louis JANG
2008-02-27 9:57 ` Marcel Holtmann
2008-02-27 12:21 ` Louis JANG
2008-02-27 15:21 ` Marcel Holtmann [this message]
2008-02-28 2:49 ` Louis JANG
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5D9353FF-6A69-4039-9033-C0EBD1CDA756@holtmann.org \
--to=marcel@holtmann.org \
--cc=bmidgley@gmail.com \
--cc=davem@davemloft.net \
--cc=hidave.darkstar@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=louis@mizi.com \
--cc=netdev@vger.kernel.org \
--subject='Re: [Bluez-devel] forcing SCO connection patch' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).