All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] Adapter1.ConnectDevice
@ 2023-07-28  5:25 Simon Mikuda
  2023-07-28  5:25 ` [PATCH BlueZ 1/1] adapter: Be able to use ConnectDevice for discovered devices Simon Mikuda
  2023-07-28 17:44 ` [PATCH BlueZ 0/1] Adapter1.ConnectDevice Luiz Augusto von Dentz
  0 siblings, 2 replies; 11+ messages in thread
From: Simon Mikuda @ 2023-07-28  5:25 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Simon Mikuda

I added some minor addition to documentation and also I tested calling
function via DBus in parallel to same device.

In both case of BR/EDR both DBus calls will be pending and they will
finish at same time when Page Timeout arrives or connection. I think
this can be considered as correct behaviour.

In case of LE first one will be pending and second one will get
"org.bluez.Error.Failed: Connect failed" immediately. Later first
one will timeout.

Simon Mikuda (1):
  adapter: Be able to use ConnectDevice for discovered devices

 doc/adapter-api.txt | 2 +-
 src/adapter.c       | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-07-31 17:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28  5:25 [PATCH BlueZ 0/1] Adapter1.ConnectDevice Simon Mikuda
2023-07-28  5:25 ` [PATCH BlueZ 1/1] adapter: Be able to use ConnectDevice for discovered devices Simon Mikuda
2023-07-28  6:33   ` Adapter1.ConnectDevice bluez.test.bot
2023-07-28 17:48   ` [PATCH BlueZ 1/1] adapter: Be able to use ConnectDevice for discovered devices Luiz Augusto von Dentz
2023-07-31  4:12     ` [PATCH BlueZ 1/2] " Simon Mikuda
2023-07-31  4:12       ` [PATCH BlueZ 2/2] adapter: Update ConnectDevice documentation Simon Mikuda
2023-07-31  5:43       ` [PATCH BlueZ 1/2] adapter: Be able to use ConnectDevice for discovered devices Paul Menzel
2023-07-31  6:24         ` Simon Mikuda
2023-07-31  6:04       ` [BlueZ,1/2] " bluez.test.bot
2023-07-31 17:50       ` [PATCH BlueZ 1/2] " patchwork-bot+bluetooth
2023-07-28 17:44 ` [PATCH BlueZ 0/1] Adapter1.ConnectDevice Luiz Augusto von Dentz

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.