client: Fix crash when setting advertising.discoverable on
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 10 May 2019 11:58:09 +0000 (14:58 +0300)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:47 +0000 (14:27 +0530)
commit1b0bd4acad78ff58dd3abd734e40611f8deacabe
tree5f80d032dddf4f3adf90e5b5130dd57f359bf801
parent2568b91fd8ad22345c2835e03d336ee9c1753b74
client: Fix crash when setting advertising.discoverable on

DBUS_TYPE_BOOLEAN expect a pointer to dbus_bool_t not bool.

Change-Id: I7eccad12814365dc88e26ff85ae0e79ee421ded9
Signed-off-by: himanshu <h.himanshu@samsung.com>
client/advertising.c