The previous code removes the obex server agent, when the interface
is removed. But the obex agent should unregister called obex deinit
function.
Change-Id: Ice17b1be0f89b133d246b5c180d5b1469355625d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
}
g_variant_unref(value);
} else if (strcasecmp(signal_name, "InterfacesRemoved") == 0) {
+#if 0
if (TIZEN_FEATURE_OPP_SUPPORTED) {
if (_bt_unregister_obex_server() != BLUETOOTH_ERROR_NONE)
BT_ERR("Fail to unregister obex server");
}
+#endif
} else if (strcasecmp(signal_name, "NameOwnerChanged") == 0) {
gboolean value;
char *name = NULL;