Added dbus method 'GetConnectedService' 15/258415/7 accepted/tizen/unified/20210601.135338 submit/tizen/20210528.085525
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 17 May 2021 07:20:43 +0000 (16:20 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Fri, 28 May 2021 08:42:35 +0000 (17:42 +0900)
commit5e42775e3dbed134c7e319b38b50eaf488b0f450
treef044b26f2cf3344714988c258088d9b76f321b2e
parent38681c4833c5e1def43efac3afee023abebe3110
Added dbus method 'GetConnectedService'

CAPI is fetching the full list of services
and looking for the service that is connected,
but this is an inefficient way,
so a dbus method to provide that information is added in connman.

Change-Id: I825682b3a1c01de3926145df499321ef161c4af7
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
include/service.h
src/connman.conf
src/manager.c
src/service.c