Timeout(Auto disconnection) feature is implemented
authorSeungyoun Ju <sy39.ju@samsung.com>
Thu, 6 Dec 2012 11:30:27 +0000 (20:30 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Fri, 7 Dec 2012 04:47:10 +0000 (13:47 +0900)
commitb3f08b899435dcdbba40be35571352f19c844894
tree33d89109264992f7ae73b8010389f23ad7568b4e
parent78e47223716e5b912cd50364b0ad0754b47322a4
Timeout(Auto disconnection) feature is implemented

- Issues
  Because battery consumption, Wi-Fi / Bluetooth tethering should
  be turned off when there is no connection during specific duration.

- Fix description
  Wi-Fi / Bluetooth tethering will be turned off automatically
  when there is no connection during 20 Minutes.

- Known issue
  Ticker notification should be implemented

Change-Id: I826461fce0a6517785900399403047b0c027a980
include/mobileap.h
include/mobileap_agent.h
include/mobileap_common.h
include/mobileap_handler.h
src/mobileap_agent.c
src/mobileap_bluetooth.c
src/mobileap_common.c
src/mobileap_handler.c
src/mobileap_main.c
src/mobileap_wifi.c