Fix improper use of "GetAll" D-Bus method 16/183516/1
authorNagaraj D R <nagaraj.dr@samsung.com>
Fri, 6 Jul 2018 06:22:37 +0000 (15:22 +0900)
committerinjun.yang <injun.yang@samsung.com>
Fri, 6 Jul 2018 06:22:37 +0000 (15:22 +0900)
commit316499e386892867ae4a5429330834f579862a9c
tree2152bbaae64928dd09333ec5142848f127093a6e
parent9c6ed498b4575cb0257c758546f90e1706fdffe9
Fix improper use of "GetAll" D-Bus method

[Problem]Unnecessary use of "GetAll" dbus method on bluetoothd
interface where "Get" dbus method could have been used
[Cause & Measure]Base code issue.
Measure : Replace "GetAll" dbus method with "Get" in places
where only a particular property of a D-Bus object is required

Change-Id: If68b5a9215e9816baf9209303f13aebb3763867e
bt-service/bt-service-device.c
bt-service/bt-service-event-receiver.c
bt-service/include/bt-service-device.h