client/gatt: Fix property_change in WriteValue for desc
authorUlisses Costa <ulissesaraujocosta@gmail.com>
Mon, 6 Dec 2021 23:40:01 +0000 (00:40 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:38 +0000 (19:08 +0530)
commitac3e956526c8d1e8107ed13ecee416b43dce2369
treea18618fc4d3a0808ca67bdf4c110a7bcca3b969b
parent477f37be48752929226bd8ace2a38703e5d92313
client/gatt: Fix property_change in WriteValue for desc

g_dbus_emit_property_changed was not working properly in the WriteValue
for the descriptor because the Characteristic interface was being used.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
client/gatt.c