public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] Bluetooth: Remove codec id field in vendor codec definition
@ 2022-11-16  6:29 Kiran K
  2022-11-16  6:29 ` [PATCH v2 2/2] Bluetooth: Fix support for Read Local Supported Codecs V2 Kiran K
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kiran K @ 2022-11-16  6:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: ravishankar.srivatsa, Chethan T N, Kiran K

From: Chethan T N <chethan.tumkur.narayan@intel.com>

As per the specfication vendor codec id is defined.
BLUETOOTH CORE SPECIFICATION Version 5.3 | Vol 4, Part E page 2127

Signed-off-by: Chethan T N <chethan.tumkur.narayan@intel.com>
Signed-off-by: Kiran K <kiran.k@intel.com>
---
Notes:
Changes in v2:
 - Fix commit message format

 include/net/bluetooth/hci.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 7a8a19bef92c..8d773b042c85 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -1455,7 +1455,6 @@ struct hci_std_codecs_v2 {
 } __packed;
 
 struct hci_vnd_codec_v2 {
-	__u8	id;
 	__le16	cid;
 	__le16	vid;
 	__u8	transport;
-- 
2.17.1


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

end of thread, other threads:[~2022-11-18  5:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16  6:29 [PATCH v2 1/2] Bluetooth: Remove codec id field in vendor codec definition Kiran K
2022-11-16  6:29 ` [PATCH v2 2/2] Bluetooth: Fix support for Read Local Supported Codecs V2 Kiran K
2022-11-16  7:13 ` [v2,1/2] Bluetooth: Remove codec id field in vendor codec definition bluez.test.bot
2022-11-18  4:15 ` bluez.test.bot
2022-11-18  5:07 ` bluez.test.bot
2022-11-18  5:52 ` bluez.test.bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox