connect_le is failing for autoconnect 92/188792/1 accepted/tizen/5.0/unified/20181102.022516 accepted/tizen/unified/20181001.092613 submit/tizen/20180928.032653 submit/tizen/20180928.052011 submit/tizen_5.0/20181101.000005
authorAbhishek Chandra <abhishek.ch@samsung.com>
Mon, 10 Sep 2018 09:01:51 +0000 (14:31 +0530)
committerAbhishek Chandra <abhishek.ch@samsung.com>
Mon, 10 Sep 2018 09:03:50 +0000 (14:33 +0530)
commit138be70b2c792d55d415eed23a3a2488d9005527
tree6430ea4e8f0f962eaa697f15d3c8245765c4c5b6
parent24953b69d833e21d3b98d6e390764e6fa92b72e0
connect_le is failing for autoconnect

[Problem] connect_le api is failing when user set
autoconnect as true .
[Cause] when auto connect is true ,
device_set_auto_connect is called
to set device autoconnect parametes and
it is return back . device_connect_le call is
not called in this case .
[Fix] Removed the dbus_message_new_method_return .
[Verification] verified by code review in upstream
bluez code and also tested by using unit test
in platform.

Change-Id: I09e3d8e1e9169cb734419f9516ba39800ee309ee
Signed-off-by: Abhishek Chandra <abhishek.ch@samsung.com>
src/device.c