All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] sco: SCO socket option for voice_setting
@ 2013-04-16 15:28 Frédéric Dalleau
  2013-04-16 15:28 ` [PATCH v6 1/6] Bluetooth: Move and rename hci_conn_accept Frédéric Dalleau
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Frédéric Dalleau @ 2013-04-16 15:28 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Frédéric Dalleau

Hi,

v6 fixes style issues

v5 changes interface to SOL_BLUETOOTH, BT_VOICE.
Rework fallback mechanism.
Add S3, S2, S1 settings.

This is the patch version 4 of the socket option for enabling transparent SCO.
As requested by Marcel, this is now a 16-bit voice_setting.
0x0000 is the value corresponding to current behavior.
0x0003 is the value to use for enabling transparent data.
It is easy to allow all possible values from Bluetooth core spec, but I guess
results can be unexpected...
Should we filter allowed values in setsockopt ?

Let me know what you think.
Regards,
Fred

Frédéric Dalleau (6):
  Bluetooth: Move and rename hci_conn_accept
  Bluetooth: Add bluetooth socket voice option
  Bluetooth: Use hci_connect_sco directly
  Bluetooth: Use voice setting in incoming SCO connection
  Bluetooth: Parameters for outgoing SCO connections
  Bluetooth: Fallback transparent SCO from T2 to T1

 include/net/bluetooth/bluetooth.h |    8 ++++
 include/net/bluetooth/hci_core.h  |    5 +-
 include/net/bluetooth/sco.h       |    1 +
 net/bluetooth/hci_conn.c          |   45 ++++++++++++++----
 net/bluetooth/hci_event.c         |   39 +---------------
 net/bluetooth/sco.c               |   92 +++++++++++++++++++++++++++++++++++--
 6 files changed, 138 insertions(+), 52 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2013-04-18  3:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16 15:28 [PATCH v6 0/6] sco: SCO socket option for voice_setting Frédéric Dalleau
2013-04-16 15:28 ` [PATCH v6 1/6] Bluetooth: Move and rename hci_conn_accept Frédéric Dalleau
2013-04-16 17:41   ` Marcel Holtmann
2013-04-18  3:16   ` Gustavo Padovan
2013-04-16 15:28 ` [PATCH v6 2/6] Bluetooth: Add bluetooth socket voice option Frédéric Dalleau
2013-04-16 17:39   ` Marcel Holtmann
2013-04-17  7:45     ` Frédéric DALLEAU
2013-04-16 15:29 ` [PATCH v6 3/6] Bluetooth: Use hci_connect_sco directly Frédéric Dalleau
2013-04-16 17:42   ` Marcel Holtmann
2013-04-16 15:29 ` [PATCH v6 4/6] Bluetooth: Use voice setting in incoming SCO connection Frédéric Dalleau
2013-04-16 17:44   ` Marcel Holtmann
2013-04-16 15:29 ` [PATCH v6 5/6] Bluetooth: Parameters for outgoing SCO connections Frédéric Dalleau
2013-04-16 17:47   ` Marcel Holtmann
2013-04-16 15:29 ` [PATCH v6 6/6] 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.