From d6d3b7dcd47291322804f838974953363f2a9a11 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Fri, 8 Feb 2013 14:01:49 +0200 Subject: 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. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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); -- cgit v1.2.3