neard: Fix reading State message
authorNicolas Fella <nicolas.fella@gmx.de>
Wed, 23 Feb 2022 21:56:17 +0000 (22:56 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:53 +0000 (14:55 +0530)
commit69090d1579f5b9630f8d251d697937c8692d98a2
treef0b88700fa28b7e6035e18a732973bf3f02d4c29
parentb4ebe074e8e50699c71f86b4d02531b3556605d4
neard: Fix reading State message

dbus_message_iter_recurse only makese sense for container types, this is a string.

Fixes: https://github.com/bluez/bluez/issues/300
Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
plugins/neard.c