technology: Support multiple technology drivers
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 28 Jan 2013 15:44:45 +0000 (17:44 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 30 Jan 2013 08:29:03 +0000 (10:29 +0200)
commit65dc63b5ce1978071beae099b07cea197081834b
tree081b18861f4c77ae446e71f1314c1d2dc6d8b823
parentd831501dbdc78493398adb7ae04598b5fa1825e9
technology: Support multiple technology drivers

As tethering is enabled on the technology level, both the bluetooth and
the bluetooth_legacy plugin need to register technology drivers for
CONNMAN_SERVICE_TYPE_BLUETOOTH. Modify the technology code to create
a list of registered technology drivers instead of a single technology
driver pointer.
src/technology.c