From: Gustavo Padovan <gustavo@padovan.org>
To: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
Cc: linux-bluetooth@vger.kernel.org, Johan Hedberg <johan.hedberg@intel.com>
Subject: Re: [PATCH v11 10/10] Bluetooth: Add SCO connection fallback
Date: Tue, 20 Aug 2013 11:41:14 +0200 [thread overview]
Message-ID: <20130820094114.GC1908@joana> (raw)
In-Reply-To: <1376915043-24531-11-git-send-email-frederic.dalleau@linux.intel.com>
Hi Frédéric,
2013-08-19 Frédéric Dalleau <frederic.dalleau@linux.intel.com>:
> When initiating a transparent eSCO connection, make use of T2 settings
> at first try. T2 is the recommended settings from HFP 1.6 WideBand
> Speech. Upon connection failure, try T1 settings.
>
> When CVSD is requested and eSCO is supported, try to establish eSCO
> connection using S3 settings. If it fails, fallback in sequence to S2,
> S1, D1, D0 settings.
>
> To know which setting should be used, conn->attempt is used. It
> indicates the currently ongoing SCO connection attempt and can be used
> as the index for the fallback settings table.
>
> These setting and the fallback order are described in Bluetooth HFP 1.6
> specification p. 101.
>
> Signed-off-by: Frédéric Dalleau <frederic.dalleau@linux.intel.com>
> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
> ---
> include/net/bluetooth/hci_core.h | 2 +-
> net/bluetooth/hci_conn.c | 44 +++++++++++++++++++++++++++++++-------
> net/bluetooth/hci_event.c | 6 +++---
> 3 files changed, 40 insertions(+), 12 deletions(-)
All 10 patches have been applied to bluetooth-next. Thanks.
Gustavo
prev parent reply other threads:[~2013-08-20 9:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-19 12:23 [PATCH v11 00/10] sco: SCO socket option for voice_setting Frédéric Dalleau
2013-08-19 12:23 ` [PATCH v11 01/10] Bluetooth: Use hci_connect_sco directly Frédéric Dalleau
2013-08-19 12:23 ` [PATCH v11 02/10] Bluetooth: Remove unused mask parameter in sco_conn_defer_accept Frédéric Dalleau
2013-08-19 12:23 ` [PATCH v11 03/10] Bluetooth: Add Bluetooth socket voice option Frédéric Dalleau
2013-08-19 12:23 ` [PATCH v11 04/10] Bluetooth: Add constants for SCO airmode Frédéric Dalleau
2013-08-19 12:23 ` [PATCH v11 05/10] Bluetooth: Use voice setting in deferred SCO connection request Frédéric Dalleau
2013-08-19 12:23 ` [PATCH v11 06/10] Bluetooth: Parameters for outgoing SCO connections Frédéric Dalleau
2013-08-19 12:24 ` [PATCH v11 07/10] Bluetooth: Add constants and macro declaration for transparent data Frédéric Dalleau
2013-08-19 12:24 ` [PATCH v11 08/10] Bluetooth: Prevent transparent SCO on older devices Frédéric Dalleau
2013-08-19 12:24 ` [PATCH v11 09/10] Bluetooth: Handle specific error for SCO connection fallback Frédéric Dalleau
2013-08-19 12:24 ` [PATCH v11 10/10] Bluetooth: Add " Frédéric Dalleau
2013-08-20 9:41 ` Gustavo Padovan [this message]
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=20130820094114.GC1908@joana \
--to=gustavo@padovan.org \
--cc=frederic.dalleau@linux.intel.com \
--cc=johan.hedberg@intel.com \
--cc=linux-bluetooth@vger.kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.