summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2013-02-08 14:01:49 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-11 09:29:26 +0100
commitd6d3b7dcd47291322804f838974953363f2a9a11 (patch)
treed337d0eed03927cb15c44594e517c0733dc5627f /src/main.c
parent9e926fbc38ae53388f628c65f72f0da14cd8f5c8 (diff)
downloadneard-d6d3b7dcd47291322804f838974953363f2a9a11.tar.gz
neard-d6d3b7dcd47291322804f838974953363f2a9a11.tar.bz2
neard-d6d3b7dcd47291322804f838974953363f2a9a11.zip
agent: Add an extra parameter to the handover registration agent api
Current handover registration apis does not support for carrier specific registration. Added an extra parameter (carrier type) to RegisterHandoverAgent and UnregisterHandoverAgent. This is an initial patch for wifi handover agent registration. WiFi NDEF message handling will be supported soon.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index dea9995..656d329 100644
--- a/src/main.c
+++ b/src/main.c
@@ -208,8 +208,8 @@ int main(int argc, char *argv[])
__near_adapter_init();
__near_ndef_init();
__near_manager_init(conn);
- __near_bluetooth_init();
__near_agent_init();
+ __near_bluetooth_init();
__near_plugin_init(option_plugin, option_noplugin);