From: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
Subject: [RFC v2 0/6] sco: Integrate SCO socket option in user space.
Date: Fri, 5 Jul 2013 17:46:41 +0200 [thread overview]
Message-ID: <1373039207-20959-1-git-send-email-frederic.dalleau@linux.intel.com> (raw)
Hi,
This is the required patches for taking advantage of SCO voice setting from
userspace.
RFC v2:
btio option is now called BT_IO_OPT_VOICE as per Luiz suggestion.
Last patch include additional test in sco-tester for outgoing 1.1 connection,
this include a change to hciemu (hciemu_get_features) to access feature array
from btdev to get/set features.
RFC v1:
add a sco-tester that uses hci_vhci to test SCO.
Regards,
Fred
Frédéric Dalleau (6):
lib: SCO voice setting support header
btio: Add option for SCO voice setting
btiotest: Add option for SCO voice setting
scotest: Add option for SCO voice setting
sco-tester: Initial sco tester implementation
sco-tester: Test BT_VOICE option with 1.1 adapter
Makefile.tools | 12 +-
btio/btio.c | 18 +-
btio/btio.h | 1 +
emulator/btdev.c | 57 +++++
emulator/btdev.h | 1 +
lib/bluetooth.h | 8 +
src/shared/hciemu.c | 8 +
src/shared/hciemu.h | 1 +
tools/btiotest.c | 20 +-
tools/sco-tester.c | 605 +++++++++++++++++++++++++++++++++++++++++++++++++++
tools/scotest.c | 40 +++-
11 files changed, 759 insertions(+), 12 deletions(-)
create mode 100644 tools/sco-tester.c
--
1.7.9.5
next reply other threads:[~2013-07-05 15:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 15:46 Frédéric Dalleau [this message]
2013-07-05 15:46 ` [RFC v2 1/6] lib: SCO voice setting support header Frédéric Dalleau
2013-07-05 15:46 ` [RFC v2 2/6] btio: Add option for SCO voice setting Frédéric Dalleau
2013-07-09 11:39 ` Johan Hedberg
2013-07-05 15:46 ` [RFC v2 3/6] btiotest: " Frédéric Dalleau
2013-07-05 15:46 ` [RFC v2 4/6] scotest: " Frédéric Dalleau
2013-07-05 15:46 ` [RFC v2 5/6] sco-tester: Initial sco tester implementation Frédéric Dalleau
2013-07-09 11:41 ` Johan Hedberg
2013-07-05 15:46 ` [RFC v2 6/6] sco-tester: Test BT_VOICE option with 1.1 adapter Frédéric Dalleau
2013-07-09 11:42 ` Johan Hedberg
2013-08-01 9:57 ` Johan Hedberg
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=1373039207-20959-1-git-send-email-frederic.dalleau@linux.intel.com \
--to=frederic.dalleau@linux.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 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).