Change the dbus call method for 'unregister application' 86/144786/2 accepted/tizen/4.0/unified/20170828.223235 accepted/tizen/unified/20170822.113001 submit/tizen/20170818.052446 submit/tizen_4.0/20170828.100003
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Aug 2017 02:36:29 +0000 (11:36 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 18 Aug 2017 04:05:38 +0000 (13:05 +0900)
commit58bc246c012946e68c63cfe1bffbc8f8fb1004d4
treeafea6e6afee65976cf14b6b44f11107b6bba9582
parentee04c10ab97cadd5dfa62428a1f81b9e6e9388f4
Change the dbus call method for 'unregister application'

The previous async calling method occurs the crash when TC calls
'gatt deinit' function frequently. Even if bluez provides
the dbus method as async, we can call it using dbus sync call.
It will reduce some timing issue.

Change-Id: Iaa9cb17016180b09291ec7620f1cacb2609a29d3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-api/bt-gatt-service.c