Use FindDevice to get device object path 49/150549/2 accepted/tizen/4.0/unified/20170920.081520 submit/tizen_4.0/20170918.085143
authorBiman Paul <biman.paul@samsung.com>
Thu, 7 Sep 2017 11:18:39 +0000 (16:48 +0530)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 18 Sep 2017 02:48:29 +0000 (11:48 +0900)
commit30314c18fea269785f2c25d6f7dcd765008ad7a7
treef79db42e02a8042fc316034e51825850f3d8742a
parente0a3a48a7b18aaf7eae33fc70b621d43ac08d846
Use FindDevice to get device object path

[Problem] Reduce dbus overhead to get device object path.
[Cause & Measure] GetManagedObjects returns exhaustive
list of iterfaces and their properties recursively which
is redundant.
Measure: Use FindDevice method to get device object path.
[Checking Method] NA

Change-Id: I5125f5baa8ea283ba374541eef57a858301a1476
Signed-off-by: injun.yang <injun.yang@samsung.com>
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service/bt-service-common.c
bt-service/bt-service-device.c
bt-service/bt-service-network.c