All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1 1/2] org.bluez.Device: Add last-used option to PreferredBearer
@ 2025-05-16 18:17 Luiz Augusto von Dentz
  2025-05-16 18:17 ` [PATCH BlueZ v1 2/2] device: Implement PreferredBearer=last-used Luiz Augusto von Dentz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2025-05-16 18:17 UTC (permalink / raw)
  To: linux-bluetooth

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

This adds last-used option to PreferredBearer which when set would
make Connect to use the last used bearer first.
---
 doc/org.bluez.Device.rst | 8 ++++++--
 doc/settings-storage.txt | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/org.bluez.Device.rst b/doc/org.bluez.Device.rst
index 80501eddd055..205f65761b75 100644
--- a/doc/org.bluez.Device.rst
+++ b/doc/org.bluez.Device.rst
@@ -369,9 +369,9 @@ string PreferredBearer [readwrite, optional, experimental]
 
 	Possible values:
 
-	:"last-seen":
+	:"last-used":
 
-		Connect to last seen bearer first. Default.
+		Connect to last used bearer first. Default.
 
 	:"bredr":
 
@@ -380,3 +380,7 @@ string PreferredBearer [readwrite, optional, experimental]
 	:"le":
 
 		Connect to LE first.
+
+	:"last-seen":
+
+		Connect to last seen bearer first.
diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt
index 4e9881eedf02..fe862c7db78b 100644
--- a/doc/settings-storage.txt
+++ b/doc/settings-storage.txt
@@ -294,7 +294,7 @@ Long term key) related to a remote device.
 					separated by ";"
 
   PreferredBearer	String		Preferred bearer for remote device
-
+  LastUsedBearer	String		Last used bearer for remote device
 
 [DeviceID] group contains:
 
-- 
2.49.0


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

end of thread, other threads:[~2025-05-20 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 18:17 [PATCH BlueZ v1 1/2] org.bluez.Device: Add last-used option to PreferredBearer Luiz Augusto von Dentz
2025-05-16 18:17 ` [PATCH BlueZ v1 2/2] device: Implement PreferredBearer=last-used Luiz Augusto von Dentz
2025-05-16 19:54 ` [BlueZ,v1,1/2] org.bluez.Device: Add last-used option to PreferredBearer bluez.test.bot
2025-05-20 21:10 ` [PATCH BlueZ v1 1/2] " patchwork-bot+bluetooth

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.