virtio-dev.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH v2 0/1] Virtio-bt specification draft
@ 2023-12-07 16:37 Igor Skalkin
  2023-12-07 16:37 ` [virtio-dev] [PATCH v2 1/1] RFC: virtio-bt: add virtio BT device specification Igor Skalkin
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Skalkin @ 2023-12-07 16:37 UTC (permalink / raw)
  To: virtio-dev, virtio-comment, luiz.dentz, mst
  Cc: marcel, johan.hedberg, jasowang, boris.le.labousse, Igor Skalkin

We have been using virtio bluetooth linux kernel driver and virtio bluetooth
devices for some time now, but it still has no spec.
This is the first attempt to start developing this specification.

v2->v1:
 - Few minor fixes.
 - Necessary reference links added to the "Normative References".

 - Changes in the configuration V2:
 - Field "type" had been removed, because Alternate MAC/PHYs (AMP) secondary
   controllers had been removed from the Bluetooth Core Specification since
   version 5.3. And this field is not used in the current virtio-bt Linux
   implementation.
 - Approach of the "vendor" field has been completely changed, now it uses
   documented manufacturer identifiers and does not force the driver to use
   the hard-coded dependencies between non-documented index value and
   vendor-specific parameters.

todo:
   - The main question - "Do we have devices based on original (version 1)
   configuration, or we can simple purge this version 1 configuration?" - still
   has no answer(.
   - SCO over HCI test still in process, it is not clear do we need to add
   separate queue for the out of band data.

Igor Skalkin (1):
  RFC: virtio-bt: add virtio BT device specification

 conformance.tex                        |  12 +-
 content.tex                            |   1 +
 device-types/bt/description.tex        | 158 +++++++++++++++++++++++++
 device-types/bt/device-conformance.tex |   7 ++
 device-types/bt/driver-conformance.tex |   7 ++
 introduction.tex                       |  15 +++
 6 files changed, 196 insertions(+), 4 deletions(-)
 create mode 100644 device-types/bt/description.tex
 create mode 100644 device-types/bt/device-conformance.tex
 create mode 100644 device-types/bt/driver-conformance.tex

-- 
2.40.1


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

end of thread, other threads:[~2024-01-15 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 16:37 [virtio-dev] [PATCH v2 0/1] Virtio-bt specification draft Igor Skalkin
2023-12-07 16:37 ` [virtio-dev] [PATCH v2 1/1] RFC: virtio-bt: add virtio BT device specification Igor Skalkin
2024-01-15 15:09   ` [virtio-dev] Re: [virtio-comment] " Cornelia Huck

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