linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] Bluetooth:  mgmt API for reading supported codecs
@ 2012-11-22 12:05 Michael Knudsen
  2012-11-22 12:05 ` [RFC 1/3] Bluetooth: Add HCI feature bit definition for transparent SCO Michael Knudsen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Knudsen @ 2012-11-22 12:05 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Michael Knudsen

This adds a mgmt API for reading out the list of codecs supported by a
given controller.  PCM is hardwired as it is always supported.  Other
codecs are added once the supported features bits are read out from
the chip.  Later, on devices with support for it, the appropriate HCI
command is used to read out the list of codecs for which there are no
HCI feature bits defined (e.g. mSBC).

Michael Knudsen (3):
  Bluetooth:  Add HCI feature bit definition for transparent SCO
  Bluetooth:  Add HCI Coding Format definitions
  Bluetooth:  Provide mgmt API for reading list of supported codecs

 include/net/bluetooth/hci.h      |   10 ++++++++++
 include/net/bluetooth/hci_core.h |    2 ++
 include/net/bluetooth/mgmt.h     |    7 +++++++
 net/bluetooth/hci_core.c         |    3 +++
 net/bluetooth/hci_event.c        |   21 +++++++++++++++++++++
 net/bluetooth/mgmt.c             |   36 ++++++++++++++++++++++++++++++++++++
 6 files changed, 79 insertions(+)

-- 
1.7.9.5


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 12:05 [RFC 0/3] Bluetooth: mgmt API for reading supported codecs Michael Knudsen
2012-11-22 12:05 ` [RFC 1/3] Bluetooth: Add HCI feature bit definition for transparent SCO Michael Knudsen
2012-11-22 12:05 ` [RFC 2/3] Bluetooth: Add HCI Coding Format definitions Michael Knudsen
2012-11-22 12:05 ` [RFC 3/3] Bluetooth: Provide mgmt API for reading list of supported codecs Michael Knudsen
2013-01-03 19:09   ` Gustavo Padovan
2013-01-03 22:16     ` Vinicius Costa Gomes

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).