All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 1/3] adapter-api: Add Experimental property
@ 2021-08-17  1:02 Luiz Augusto von Dentz
  2021-08-17  1:02 ` [RFC 2/3] adapter: Implement " Luiz Augusto von Dentz
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Luiz Augusto von Dentz @ 2021-08-17  1:02 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds Experimental property which indicates what experimental
features are currently enabled.
---
 doc/adapter-api.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index 464434a81..13e904425 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -335,3 +335,8 @@ Properties	string Address [readonly]
 				"peripheral": Supports the peripheral role.
 				"central-peripheral": Supports both roles
 						      concurrently.
+
+		array{string} Experimental [readonly, optional]
+
+			List of 128-bit UUIDs that represents the experimental
+			features currently enabled.
-- 
2.31.1


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

end of thread, other threads:[~2021-08-19 19:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  1:02 [RFC 1/3] adapter-api: Add Experimental property Luiz Augusto von Dentz
2021-08-17  1:02 ` [RFC 2/3] adapter: Implement " Luiz Augusto von Dentz
2021-08-17  1:02 ` [RFC 3/3] client: Add support for printing " Luiz Augusto von Dentz
2021-08-17  1:23 ` [RFC,1/3] adapter-api: Add " bluez.test.bot
2021-08-17 23:46 ` [RFC 1/3] " Luiz Augusto von Dentz
2021-08-19 14:57 ` Marcel Holtmann
2021-08-19 17:44   ` Luiz Augusto von Dentz
2021-08-19 19:31     ` 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.