All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] This series allows a higher level HFP implementation to enable wbs.
@ 2020-02-27 18:29 Alain Michaud
  2020-02-27 18:29 ` [PATCH v1 1/3] bluetooth: Add flag to define wideband speech capability Alain Michaud
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alain Michaud @ 2020-02-27 18:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Alain Michaud


In particular this series :

1. It allows the driver to indicate support for wide band speech.
2. Use a quirk tied to a MGMT local controller settings allowing a
higherlevel HFP implementation to check if the local controller supports
wide band speech.
3. When the controller reports support for wide band speech, enable
erroneous data reporting to allow a higher level PLC to deal with
erroneous or missing packets.


Alain Michaud (3):
  bluetooth: Add flag to define wideband speech capability
  bluetooth: Support querying for WBS support through MGMT
  bluetooth: Enable erroneous data reporting if wbs is supported

 drivers/bluetooth/btusb.c    | 22 ++++++++++++++++------
 include/net/bluetooth/hci.h  | 16 ++++++++++++++++
 include/net/bluetooth/mgmt.h |  1 +
 net/bluetooth/hci_core.c     | 33 +++++++++++++++++++++++++++++++++
 net/bluetooth/mgmt.c         |  4 ++++
 5 files changed, 70 insertions(+), 6 deletions(-)

-- 
2.25.1.481.gfbce0eb801-goog


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

end of thread, other threads:[~2020-02-28  8:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27 18:29 [PATCH v1 0/3] This series allows a higher level HFP implementation to enable wbs Alain Michaud
2020-02-27 18:29 ` [PATCH v1 1/3] bluetooth: Add flag to define wideband speech capability Alain Michaud
2020-02-28  7:56   ` Marcel Holtmann
2020-02-27 18:29 ` [PATCH v1 2/3] bluetooth: Support querying for WBS support through MGMT Alain Michaud
2020-02-28  7:56   ` Marcel Holtmann
2020-02-27 18:29 ` [PATCH v1 3/3] bluetooth: Enable erroneous data reporting if wbs is supported Alain Michaud
2020-02-28  8:06   ` Marcel Holtmann

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.