All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] lib: Add Bluetooth 6.0 and 6.1 into the version table
@ 2025-08-24 11:19 Arkadiusz Bokowy
  2025-08-24 12:39 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arkadiusz Bokowy @ 2025-08-24 11:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Arkadiusz Bokowy

---
 lib/bluetooth/hci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/bluetooth/hci.c b/lib/bluetooth/hci.c
index acf63f182..f9feaf185 100644
--- a/lib/bluetooth/hci.c
+++ b/lib/bluetooth/hci.c
@@ -662,6 +662,8 @@ static const hci_map ver_map[] = {
 	{ "5.2",	0x0b },
 	{ "5.3",	0x0c },
 	{ "5.4",	0x0d },
+	{ "6.0",	0x0e },
+	{ "6.1",	0x0f },
 	{ NULL }
 };
 
-- 
2.47.2


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

end of thread, other threads:[~2025-08-24 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-24 11:19 [PATCH BlueZ] lib: Add Bluetooth 6.0 and 6.1 into the version table Arkadiusz Bokowy
2025-08-24 12:39 ` [BlueZ] " bluez.test.bot

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.