All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 1/1] adapter: Emit PropertiesChanged signal for Connectable as well
@ 2025-02-12 16:58 Vibhav Pant
  2025-02-12 18:09 ` [BlueZ,1/1] " bluez.test.bot
  2025-02-13 18:40 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Vibhav Pant @ 2025-02-12 16:58 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vibhav Pant

---
 src/adapter.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/adapter.c b/src/adapter.c
index 5d4117a49..c899f9d42 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -645,6 +645,9 @@ static void settings_changed(struct btd_adapter *adapter, uint32_t settings)
 			store_adapter_info(adapter);
 		btd_adv_manager_refresh(adapter->adv_manager);
 	}
+	if (changed_mask & MGMT_SETTING_CONNECTABLE)
+		g_dbus_emit_property_changed(dbus_conn, adapter->path,
+					     ADAPTER_INTERFACE, "Connectable");
 
 	if (changed_mask & MGMT_SETTING_BONDABLE) {
 		g_dbus_emit_property_changed(dbus_conn, adapter->path,
-- 
2.48.1


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

* RE: [BlueZ,1/1] adapter: Emit PropertiesChanged signal for Connectable as well
  2025-02-12 16:58 [PATCH BlueZ 1/1] adapter: Emit PropertiesChanged signal for Connectable as well Vibhav Pant
@ 2025-02-12 18:09 ` bluez.test.bot
  2025-02-13 18:40 ` [PATCH BlueZ 1/1] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-02-12 18:09 UTC (permalink / raw)
  To: linux-bluetooth, vibhavp

[-- Attachment #1: Type: text/plain, Size: 1260 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=933274

---Test result---

Test Summary:
CheckPatch                    PENDING   0.17 seconds
GitLint                       PENDING   0.19 seconds
BuildEll                      PASS      20.59 seconds
BluezMake                     PASS      1547.01 seconds
MakeCheck                     PASS      13.33 seconds
MakeDistcheck                 PASS      159.52 seconds
CheckValgrind                 PASS      214.82 seconds
CheckSmatch                   PASS      285.50 seconds
bluezmakeextell               PASS      98.71 seconds
IncrementalBuild              PENDING   0.26 seconds
ScanBuild                     PASS      870.26 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ 1/1] adapter: Emit PropertiesChanged signal for Connectable as well
  2025-02-12 16:58 [PATCH BlueZ 1/1] adapter: Emit PropertiesChanged signal for Connectable as well Vibhav Pant
  2025-02-12 18:09 ` [BlueZ,1/1] " bluez.test.bot
@ 2025-02-13 18:40 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-02-13 18:40 UTC (permalink / raw)
  To: Vibhav Pant; +Cc: linux-bluetooth

Hello:

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

On Wed, 12 Feb 2025 22:28:20 +0530 you wrote:
> ---
>  src/adapter.c | 3 +++
>  1 file changed, 3 insertions(+)

Here is the summary with links:
  - [BlueZ,1/1] adapter: Emit PropertiesChanged signal for Connectable as well
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f003b90d57b5

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:[~2025-02-13 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-12 16:58 [PATCH BlueZ 1/1] adapter: Emit PropertiesChanged signal for Connectable as well Vibhav Pant
2025-02-12 18:09 ` [BlueZ,1/1] " bluez.test.bot
2025-02-13 18:40 ` [PATCH BlueZ 1/1] " 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.