static void _on_app_pause_resume_cb(bool resume);
+
/**
* @function bluetooth_view_add
* @since_tizen 2.3
else if(this->view->tbt_info->apptype == TBT_APP_BT_OPP_SERVER && this->is_opp_server_accecpt == EINA_FALSE)
{
DBG("TBT_APP_BT_OPP_SERVER");
- result = bt_opp_server_initialize_by_connection_request(get_shared_resource_path(this->view->tbt_info->file_name), _adpter_bt_opp_server_connection_requested_cb,this);
+ result = bt_opp_server_initialize_by_connection_request(get_storage_image_dir_path(), _adpter_bt_opp_server_connection_requested_cb,this);
DBG("bt_opp_server_initialize_by_connection_request %s %s ", get_bluetooth_error(result), app_get_resource_path());
RETM_IF(result != BT_ERROR_NONE, "[bt_opp_server_initialize_by_connection_request] Failed. > Error = %s", get_bluetooth_error(result));
}
result = bt_opp_client_initialize();
RETM_IF(result != BT_ERROR_NONE, "bt_opp_client_initialize fail > Error = %d", result);
- result = bt_opp_client_add_file(get_shared_resource_path(this->view->tbt_info->file_name));
+ result = bt_opp_client_add_file(get_shared_resource_path(this->view->tbt_info->file_name));
RETM_IF(result != BT_ERROR_NONE, "bt_opp_client_add_file fail > Error = %d", result);
if(this->selected_device_info != NULL)