All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] monitor: Add decoding support for Sync Receiver events
@ 2023-07-03 13:43 Claudia Draghicescu
  2023-07-03 13:43 ` [PATCH BlueZ 1/1] " Claudia Draghicescu
  0 siblings, 1 reply; 4+ messages in thread
From: Claudia Draghicescu @ 2023-07-03 13:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudia Draghicescu

This commit adds decoding support for PA Sync Established, 
BIG Sync Established and BIG Sync Lost events.

Claudia Draghicescu (1):
  Add decoding support for PA Sync Established, 
  BIG Sync Established and BIG Sync Lost events.

 lib/mgmt.h       | 3 +++
 monitor/packet.c | 5 +++++
 2 files changed, 8 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH BlueZ v2 1/1] monitor: Add decoding support for Sync Receiver events
@ 2023-07-04  7:41 Claudia Draghicescu
  2023-07-04  9:15 ` bluez.test.bot
  0 siblings, 1 reply; 4+ messages in thread
From: Claudia Draghicescu @ 2023-07-04  7:41 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Claudia Draghicescu

This commit adds decoding support for PA Sync Established,
BIG Sync Established and BIG Sync Lost events.

---
 lib/mgmt.h       | 3 +++
 monitor/packet.c | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/lib/mgmt.h b/lib/mgmt.h
index 062fa0271..8f92b7731 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -1238,6 +1238,9 @@ 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[] = {
diff --git a/monitor/packet.c b/monitor/packet.c
index a871c7f27..f2167fb52 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -3093,6 +3093,11 @@ static const struct bitfield_data events_le_table[] = {
 	{ 27, "LE Terminate BIG Complete"		},
 	{ 28, "LE BIG Sync Estabilished Complete"	},
 	{ 29, "LE BIG Sync Lost"			},
+	{ 30, "LE Request Peer SCA Complete"},
+	{ 31, "LE Path Loss Threshold"		},
+	{ 32, "LE Transmit Power Reporting"	},
+	{ 33, "LE BIG Info Advertising Report"	},
+	{ 34, "LE Subrate Change"			},
 	{ }
 };
 
-- 
2.34.1


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

end of thread, other threads:[~2023-07-04  9:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03 13:43 [PATCH BlueZ 0/1] monitor: Add decoding support for Sync Receiver events Claudia Draghicescu
2023-07-03 13:43 ` [PATCH BlueZ 1/1] " Claudia Draghicescu
2023-07-03 15:10   ` bluez.test.bot
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04  7:41 [PATCH BlueZ v2 1/1] " Claudia Draghicescu
2023-07-04  9:15 ` 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.