Fix improper use of "GetAll" dbus method 00/143000/3
authorNagaraj D R <nagaraj.dr@samsung.com>
Thu, 20 Jul 2017 10:04:14 +0000 (15:34 +0530)
committerNagaraj D R <nagaraj.dr@samsung.com>
Tue, 8 Aug 2017 07:08:10 +0000 (12:38 +0530)
commit1cef22769c86feff6e393fd423d5c72b120570b7
treede4d03d9ebd82fd20da2e5b766fd22a6fe2a66d2
parentb8b343455fad3da2e6ed8541c35ab46765737ecc
Fix improper use of "GetAll" dbus method

Unnecessary use of "GetAll" dbus method on bluetoothd
interface where "Get" dbus method could have been used

Replace "GetAll" dbus method with "Get" in places
where only a particular property of a dbus object is required

Change-Id: Ib530de305f55d143395c647cadb1c8fb1c1c7254
bt-api/bt-common.c
bt-service/bt-service-device.c
bt-service/bt-service-event-receiver.c
bt-service/bt-service-obex-server.c
bt-service/include/bt-service-device.h