[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240529062946.5655-1-chris.lu@mediatek.com>
Date: Wed, 29 May 2024 14:29:43 +0800
From: Chris Lu <chris.lu@...iatek.com>
To: Marcel Holtmann <marcel@...tmann.org>, Johan Hedberg
<johan.hedberg@...il.com>, Luiz Von Dentz <luiz.dentz@...il.com>
CC: Sean Wang <sean.wang@...iatek.com>, Deren Wu <deren.Wu@...iatek.com>,
Aaron Hou <aaron.hou@...iatek.com>, Steve Lee <steve.lee@...iatek.com>,
linux-bluetooth <linux-bluetooth@...r.kernel.org>, linux-kernel
<linux-kernel@...r.kernel.org>, linux-mediatek
<linux-mediatek@...ts.infradead.org>, Chris Lu <chris.lu@...iatek.com>
Subject: [PATCH v2 0/3] Bluetooth: btusb: MediaTek ISO data transmission support
Since SIG hasn't clearly defined the specification about ISO data over USB
transmission yet, MediaTek adopts a method by adding an additional interrupt
endpoint for ISO data transmission which is different from current way
on Bluetooth upstream driver using existed bulk. Interrupt endpoint has
guaranteed bandwidth, sufficient max data length for LE audio packet and
support error checking. These characteristics are similar to the use of ISO data.
---
Change in v2:
-Fix warning report from bluez.test.bot in btusb.c, align with other
packet type to parsing dlen when getting iso data.
---
Chris Lu (3):
Bluetooth: net: add hci_iso_hdr function for iso data
Bluetooth: btmtk: add macro to get/set/clear MediaTek defined flags
Bluetooth: btusb: mediatek: add MediaTek ISO data transmission
function
drivers/bluetooth/btmtk.c | 35 +++++
drivers/bluetooth/btmtk.h | 46 ++++++
drivers/bluetooth/btusb.c | 295 +++++++++++++++++++++++++++++++++++-
include/net/bluetooth/hci.h | 5 +
4 files changed, 380 insertions(+), 1 deletion(-)
--
2.18.0
Powered by blists - more mailing lists