All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] sco: SCO socket option for mode
@ 2013-01-30 16:03 Frédéric Dalleau
  2013-01-30 16:03 ` [PATCH v2 1/4] Bluetooth: Add option for SCO socket mode Frédéric Dalleau
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Frédéric Dalleau @ 2013-01-30 16:03 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Frédéric Dalleau

Hi,

This is the patch version 2 of the socket option for enabling transparent SCO
sockets. I kept the mode name.
The initial mode corresponding to current behavior is SCO_MODE_CVSD.
SCO_MODE_TRANSPARENT is the mode for setting up transparent data sockets.
Because it is still foggy, SCO_MODE_ENHANCED is no longer declared in this
series, it is sent as an additional RFC.

Let me know what you think.
Best regards,

Frédéric Dalleau (4):
  Bluetooth: Add option for SCO socket mode
  Bluetooth: Use mode to create SCO connection
  Bluetooth: Parameters for outgoing SCO connections
  Bluetooth: Fallback transparent SCO from T2 to T1

 include/net/bluetooth/hci_core.h |    5 ++-
 include/net/bluetooth/sco.h      |    7 +++++
 net/bluetooth/hci_conn.c         |   38 ++++++++++++++++------
 net/bluetooth/hci_event.c        |   22 ++++++++++---
 net/bluetooth/sco.c              |   64 ++++++++++++++++++++++++++++++++++++--
 5 files changed, 118 insertions(+), 18 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-01 16:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 16:03 [PATCH v2 0/4] sco: SCO socket option for mode Frédéric Dalleau
2013-01-30 16:03 ` [PATCH v2 1/4] Bluetooth: Add option for SCO socket mode Frédéric Dalleau
2013-02-01 16:26   ` Johan Hedberg
2013-01-30 16:03 ` [PATCH v2 2/4] Bluetooth: Use mode to create SCO connection Frédéric Dalleau
2013-02-01 16:29   ` Johan Hedberg
2013-01-30 16:03 ` [PATCH v2 3/4] Bluetooth: Parameters for outgoing SCO connections Frédéric Dalleau
2013-01-30 16:03 ` [PATCH v2 4/4] Bluetooth: Fallback transparent SCO from T2 to T1 Frédéric Dalleau

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.