* [PATCH BlueZ] client/gatt: Fix property_change in WriteValue for desc
@ 2021-12-06 23:40 Ulisses Costa
2021-12-06 23:56 ` [BlueZ] " bluez.test.bot
0 siblings, 1 reply; 3+ messages in thread
From: Ulisses Costa @ 2021-12-06 23:40 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Ulisses Costa
---
client/gatt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/gatt.c b/client/gatt.c
index 9c991c2ac..11f70dc4f 100644
--- a/client/gatt.c
+++ b/client/gatt.c
@@ -2749,7 +2749,7 @@ static DBusMessage *desc_write_value(DBusConnection *conn, DBusMessage *msg,
bt_shell_printf("[" COLORED_CHG "] Attribute %s (%s) written",
desc->path, bt_uuidstr_to_str(desc->uuid));
- g_dbus_emit_property_changed(conn, desc->path, CHRC_INTERFACE, "Value");
+ g_dbus_emit_property_changed(conn, desc->path, DESC_INTERFACE, "Value");
return g_dbus_create_reply(msg, DBUS_TYPE_INVALID);
}
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] client/gatt: Fix property_change in WriteValue for desc
2021-12-06 23:40 [PATCH BlueZ] client/gatt: Fix property_change in WriteValue for desc Ulisses Costa
@ 2021-12-06 23:56 ` bluez.test.bot
2021-12-08 2:50 ` Luiz Augusto von Dentz
0 siblings, 1 reply; 3+ messages in thread
From: bluez.test.bot @ 2021-12-06 23:56 UTC (permalink / raw)
To: linux-bluetooth, ulissesaraujocosta
[-- Attachment #1: Type: text/plain, Size: 884 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=591213
---Test result---
Test Summary:
CheckPatch PASS 1.28 seconds
GitLint PASS 0.86 seconds
Prep - Setup ELL PASS 42.63 seconds
Build - Prep PASS 0.43 seconds
Build - Configure PASS 8.04 seconds
Build - Make PASS 183.51 seconds
Make Check PASS 9.36 seconds
Make Distcheck PASS 218.76 seconds
Build w/ext ELL - Configure PASS 8.12 seconds
Build w/ext ELL - Make PASS 172.56 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BlueZ] client/gatt: Fix property_change in WriteValue for desc
2021-12-06 23:56 ` [BlueZ] " bluez.test.bot
@ 2021-12-08 2:50 ` Luiz Augusto von Dentz
0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2021-12-08 2:50 UTC (permalink / raw)
To: linux-bluetooth@vger.kernel.org; +Cc: Ulisses Araújo Costa
Hi Ulisses,
On Mon, Dec 6, 2021 at 10:36 PM <bluez.test.bot@gmail.com> wrote:
>
> 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=591213
>
> ---Test result---
>
> Test Summary:
> CheckPatch PASS 1.28 seconds
> GitLint PASS 0.86 seconds
> Prep - Setup ELL PASS 42.63 seconds
> Build - Prep PASS 0.43 seconds
> Build - Configure PASS 8.04 seconds
> Build - Make PASS 183.51 seconds
> Make Check PASS 9.36 seconds
> Make Distcheck PASS 218.76 seconds
> Build w/ext ELL - Configure PASS 8.12 seconds
> Build w/ext ELL - Make PASS 172.56 seconds
>
>
>
> ---
> Regards,
> Linux Bluetooth
Applied, thanks.
--
Luiz Augusto von Dentz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-08 2:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 23:40 [PATCH BlueZ] client/gatt: Fix property_change in WriteValue for desc Ulisses Costa
2021-12-06 23:56 ` [BlueZ] " bluez.test.bot
2021-12-08 2:50 ` Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox