Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae37d06d authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Listen to the right Bluez signal for Channel deletion.

Health device channel deletion was looking at the
wrong dbus interface.

Reported by: Sungjun<sj222.choi@samsung.com>

Change-Id: I48e7c464fdcdd8bd47dc8cc9cd55b14ba8ea6bbf
parent 9f550e91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1026,7 +1026,7 @@ static DBusHandlerResult event_filter(DBusConnection *conn, DBusMessage *msg,
       }
       goto success;
    } else if (dbus_message_is_signal(msg,
                                     "org.bluez.NetworkServer",
                                     "org.bluez.HealthDevice",
                                     "ChannelDeleted")) {

       const char *c_path = dbus_message_get_path(msg);