All of lore.kernel.org
 help / color / mirror / Atom feed
* [BlueZ PATCH v2 1/4] doc: Add Bluetooth quality report event
@ 2022-01-27 10:16 Joseph Hwang
  2022-01-27 10:16 ` [BlueZ PATCH v2 2/4] lib: Add structures and constants for quality report Joseph Hwang
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Joseph Hwang @ 2022-01-27 10:16 UTC (permalink / raw)
  To: linux-bluetooth, marcel, luiz.dentz, pali
  Cc: chromeos-bluetooth-upstreaming, josephsih, Joseph Hwang

Add the Bluetooth quality report event in doc/mgmt-api.txt.

Signed-off-by: Joseph Hwang <josephsih@chromium.org>
---

Changes in v2:
- This is a new patch for adding the event in doc/mgmt-api.txt

 doc/mgmt-api.txt | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index ebe56afa4..a0e71a732 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -4978,3 +4978,23 @@ Advertisement Monitor Device Lost Event
 		2	LE Random
 
 	This event will be sent to all management sockets.
+
+
+Bluetooth Quality Report Event
+==============================
+
+	Event code:		0x0031
+	Controller Index:	<controller_id>
+	Event Parameters:	Quality_Spec (1 Octet)
+				Report_Len (2 Octets)
+				Report (0-65535 Octets)
+
+	This event carries the Bluetooth quality report sent by the
+	controller.
+
+	Possible values for the Quality_Spec parameter:
+		0	Not Available
+		1	Intel Telemetry Event
+		2	AOSP Bluetooth Quality Report Event
+
+	This event will be sent to all management sockets.
-- 
2.35.0.rc0.227.g00780c9af4-goog


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

end of thread, other threads:[~2022-01-28 13:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27 10:16 [BlueZ PATCH v2 1/4] doc: Add Bluetooth quality report event Joseph Hwang
2022-01-27 10:16 ` [BlueZ PATCH v2 2/4] lib: Add structures and constants for quality report Joseph Hwang
2022-01-27 10:16 ` [BlueZ PATCH v2 3/4] adapter: support AOSP MGMT_EV_QUALITY_REPORT Joseph Hwang
2022-01-27 10:16 ` [BlueZ PATCH v2 4/4] adapter: support Intel MGMT_EV_QUALITY_REPORT Joseph Hwang
2022-01-27 20:01 ` [BlueZ PATCH v2 1/4] doc: Add Bluetooth quality report event Marcel Holtmann
2022-01-28  1:45   ` Luiz Augusto von Dentz
2022-01-28 13:17     ` Marcel Holtmann
2022-01-28 10:12 ` [BlueZ,v2,1/4] " bluez.test.bot
2022-01-28 13:28 ` [BlueZ PATCH v2 1/4] " Marcel Holtmann

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.