OSDN Git Service

android: Move adapter initialization to adapter.c
authorSzymon Janc <szymon.janc@gmail.com>
Tue, 12 Nov 2013 23:48:14 +0000 (23:48 +0000)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 14 Nov 2013 12:55:30 +0000 (14:55 +0200)
commite809154eba57d61fb8f058ae71c05a444c093763
tree617d4188abb9d18509978bccb53e0874b074e253
parent73e110b5b039c452a540a38bdeb55aa9fa3f2b3a
android: Move adapter initialization to adapter.c

There is no need to handle that in main.c. Also this removes mgmt
interface dependency from adapter API as all mgmt commands are handled
from adapter code.

Startup and shutdown timeouts handling is left in main.c.
android/adapter.c
android/adapter.h
android/main.c