All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] device: Fix not auto-connecting profile
@ 2022-08-01 22:21 Luiz Augusto von Dentz
  2022-08-01 23:08 ` [BlueZ] " bluez.test.bot
  2022-08-02 19:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2022-08-01 22:21 UTC (permalink / raw
  To: linux-bluetooth

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

If the profile is registered and marked to auto-connect it shall
automatically be connected whenever a device is already connected.

Fixes: https://github.com/bluez/bluez/issues/370
---
 src/device.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/device.c b/src/device.c
index 9a4f2ce45..775003796 100644
--- a/src/device.c
+++ b/src/device.c
@@ -4574,7 +4574,8 @@ void device_probe_profile(gpointer a, gpointer b)
 
 	device->services = g_slist_append(device->services, service);
 
-	if (!profile->auto_connect || !device->general_connect)
+	if (!profile->auto_connect || (!btd_device_is_connected(device) &&
+					!device->general_connect))
 		return;
 
 	device->pending = g_slist_append(device->pending, service);
-- 
2.37.1


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

* RE: [BlueZ] device: Fix not auto-connecting profile
  2022-08-01 22:21 [PATCH BlueZ] device: Fix not auto-connecting profile Luiz Augusto von Dentz
@ 2022-08-01 23:08 ` bluez.test.bot
  2022-08-02 19:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-08-01 23:08 UTC (permalink / raw
  To: linux-bluetooth, luiz.dentz

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=664633

---Test result---

Test Summary:
CheckPatch                    PASS      1.42 seconds
GitLint                       PASS      0.98 seconds
Prep - Setup ELL              PASS      27.75 seconds
Build - Prep                  PASS      0.87 seconds
Build - Configure             PASS      8.83 seconds
Build - Make                  PASS      998.27 seconds
Make Check                    PASS      12.19 seconds
Make Check w/Valgrind         PASS      290.64 seconds
Make Distcheck                PASS      243.01 seconds
Build w/ext ELL - Configure   PASS      8.97 seconds
Build w/ext ELL - Make        PASS      83.75 seconds
Incremental Build w/ patches  PASS      101.40 seconds
Scan Build                    PASS      527.25 seconds



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ] device: Fix not auto-connecting profile
  2022-08-01 22:21 [PATCH BlueZ] device: Fix not auto-connecting profile Luiz Augusto von Dentz
  2022-08-01 23:08 ` [BlueZ] " bluez.test.bot
@ 2022-08-02 19:50 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-08-02 19:50 UTC (permalink / raw
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon,  1 Aug 2022 15:21:13 -0700 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> If the profile is registered and marked to auto-connect it shall
> automatically be connected whenever a device is already connected.
> 
> Fixes: https://github.com/bluez/bluez/issues/370
> 
> [...]

Here is the summary with links:
  - [BlueZ] device: Fix not auto-connecting profile
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d06b4a6b74d4

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-08-02 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-01 22:21 [PATCH BlueZ] device: Fix not auto-connecting profile Luiz Augusto von Dentz
2022-08-01 23:08 ` [BlueZ] " bluez.test.bot
2022-08-02 19:50 ` [PATCH BlueZ] " 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.