keep current bluetooth state when starting bt-service 70/30970/2
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Thu, 27 Nov 2014 16:10:04 +0000 (17:10 +0100)
committerCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Tue, 9 Dec 2014 09:15:52 +0000 (01:15 -0800)
commite724e0c9e646830f7a7d67016e648392f2f8d28a
treedfcdfc3a39e7fba7d77acaf6f4b6c5bdcc515339
parentb1f636114f7b284eb6035949da27e5424865fa69
keep current bluetooth state when starting bt-service

Previsouly when bt-service was started, it always tries to enable the bluetooth.
Therefore when the bluetooth is already enabled when starting bt-service,
it was not clean.

This patch allows to keep consistency between bluez and tizen bluetooth states.
By this way, if bluetooth is enabled when starting bt-service, bt-service just set vconf
and other variables. Following same logic, if bluetooth is down when starting
bt-service, we keep it down and align vconf status.

Change-Id: Iaf9170a739aa4a4c0ac37f1d98caafea1df50643
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
bt-service/bt-service-adapter.c
bt-service/bt-service-event-receiver.c
bt-service/bt-service-main.c
bt-service/include/bt-service-adapter.h