Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ] mgmt: Remove mgmt_ev[] strings of undefined MGMT events
@ 2026-05-28  7:49 Frédéric Danis
  2026-05-28  9:55 ` [BlueZ] " bluez.test.bot
  2026-05-29 15:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2026-05-28  7:49 UTC (permalink / raw)
  To: linux-bluetooth

Remove event strings introduced in mgmt_ev[] but for which the MGMT
events has not been defined.

Those events are already part of the events_le_table[] in
monitor/packet.c

Fixes: f9557931ad36 ("monitor: Add decoding support for Sync Receiver events")
---
 lib/bluetooth/mgmt.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/bluetooth/mgmt.h b/lib/bluetooth/mgmt.h
index 1c741ed55..7fab3d7a0 100644
--- a/lib/bluetooth/mgmt.h
+++ b/lib/bluetooth/mgmt.h
@@ -1254,9 +1254,6 @@ static const char *mgmt_ev[] = {
 	"Advertisement Monitor Device Lost",
 	"Mesh Packet Found",
 	"Mesh Packet Complete",
-	"PA Sync Established",
-	"BIG Sync Established",
-	"BIG Sync Lost",
 };
 
 static const char *mgmt_status[] = {
-- 
2.43.0


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

end of thread, other threads:[~2026-05-29 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28  7:49 [PATCH BlueZ] mgmt: Remove mgmt_ev[] strings of undefined MGMT events Frédéric Danis
2026-05-28  9:55 ` [BlueZ] " bluez.test.bot
2026-05-29 15:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth

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