linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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 0/5] sco: Integrate SCO socket option in user space.
Date: Wed, 26 Jun 2013 19:32:07 +0200	[thread overview]
Message-ID: <1372267932-10965-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. This RFC add a sco-tester inspired from l2cap-tester that uses hci_vhci to
test SCO

Regards,
Fred

Frédéric Dalleau (5):
  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

 Makefile.tools     |   12 +-
 btio/btio.c        |   18 +-
 btio/btio.h        |    1 +
 emulator/btdev.c   |   30 +++
 lib/bluetooth.h    |    8 +
 tools/btiotest.c   |   18 +-
 tools/sco-tester.c |  560 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/scotest.c    |   40 +++-
 8 files changed, 675 insertions(+), 12 deletions(-)
 create mode 100644 tools/sco-tester.c

-- 
1.7.9.5


             reply	other threads:[~2013-06-26 17:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-26 17:32 Frédéric Dalleau [this message]
2013-06-26 17:32 ` [RFC 1/5] lib: SCO voice setting support header Frédéric Dalleau
2013-06-26 17:32 ` [RFC 2/5] btio: Add option for SCO voice setting Frédéric Dalleau
2013-07-01  7:54   ` Luiz Augusto von Dentz
2013-06-26 17:32 ` [RFC 3/5] btiotest: " Frédéric Dalleau
2013-06-26 17:32 ` [RFC 4/5] scotest: " Frédéric Dalleau
2013-06-26 17:32 ` [RFC 5/5] sco-tester: Initial sco tester implementation Frédéric Dalleau

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=1372267932-10965-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).