<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>undefined reference to ble_conn_params_init()</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39798/undefined-reference-to-ble_conn_params_init</link><description>Hello, 
 I was trying to implement the proxy profile into the Enocean switch example to try if the friend node for the switch can be provisioned using the Mobile App. I encountered the error reading &amp;quot;undefined reference to ble_conn_params_init&amp;quot; 
 I included</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 27 Oct 2018 09:56:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39798/undefined-reference-to-ble_conn_params_init" /><item><title>RE: undefined reference to ble_conn_params_init()</title><link>https://devzone.nordicsemi.com/thread/154750?ContentTypeID=1</link><pubDate>Sat, 27 Oct 2018 09:56:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9e8427c-1edd-44c4-91fb-a60fa400b1b8</guid><dc:creator>awneil</dc:creator><description>[quote userid="74350" url="~/f/nordic-q-a/39798/undefined-reference-to-ble_conn_params_init/154729"]As awneil was saying, the ble_conn_params.c was being blocked by an #if.. I cleared it off by defining few things in app_config.h file. I removed all the errors.[/quote]
&lt;p&gt;Excellent - now please mark the solution - click the &amp;#39;&lt;strong&gt;Verify Answer&lt;/strong&gt;&amp;#39; button.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="74350" url="~/f/nordic-q-a/39798/undefined-reference-to-ble_conn_params_init/154729"]When I debugged it onto a board, it was loaded but the commissioning of the switch wasn&amp;#39;t successful. When I tried to debug it on a different board, the code broke and it shows an error in the mesh_init() function[/quote]
&lt;p&gt;That&amp;#39;s a whole different question - so start a new thread!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: undefined reference to ble_conn_params_init()</title><link>https://devzone.nordicsemi.com/thread/154729?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 19:48:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4880037-30c3-47b9-944b-6ccd37a1c292</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;As awneil was saying, the ble_conn_params.c was being blocked by an #if.. I cleared it off by defining few things in app_config.h file. I removed all the errors.&lt;/p&gt;
&lt;p&gt;When I debugged it onto a board, it was loaded but the commissioning of the switch wasn&amp;#39;t successful. When I tried to debug it on a different board, the code broke and it shows an error in the mesh_init() function.&lt;/p&gt;
&lt;p&gt;I can share the code with you if this is a private ticket and you can test it on your boards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: undefined reference to ble_conn_params_init()</title><link>https://devzone.nordicsemi.com/thread/154441?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 09:59:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:786784cd-a2a0-4b4d-8ece-70c3bda2cc66</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Again, the fact that&amp;nbsp;&lt;span&gt;the &amp;#39;Code&amp;#39; and &amp;#39;Data&amp;#39; columns are empty shows that it is not being built.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Have you done a full &lt;span style="text-decoration:underline;"&gt;&lt;em&gt;&lt;strong&gt;re&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;build - not just a build ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Have you tried &amp;#39;Clean&amp;#39; before &amp;#39;Rebuild&amp;#39; ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What if you compile just that file on its own ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Have you looked inside the file to see if it is all being disabled by some #if ... ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Your screenshot shows that you have other warnings. Are there also other errors?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As always, fix the earlier errors &amp;amp; warning &lt;em&gt;&lt;strong&gt;first&lt;/strong&gt;&lt;/em&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: undefined reference to ble_conn_params_init()</title><link>https://devzone.nordicsemi.com/thread/154373?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 06:17:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee419347-c67c-4a59-bffd-edba364a85a6</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
[quote user=""]I included the file in the project, also included the path to the folder containing the file but this compilation error isn&amp;#39;t being removed.[/quote]
&lt;p&gt;&amp;nbsp;I see you have included the &lt;strong&gt;.c file&lt;/strong&gt;, but have you included the header file aswell? #include &amp;quot;ble_conn_params.h&amp;quot;&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: undefined reference to ble_conn_params_init()</title><link>https://devzone.nordicsemi.com/thread/154346?ContentTypeID=1</link><pubDate>Wed, 24 Oct 2018 17:30:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:349d3cf5-ba12-447b-8cb3-e3e9e2d423e8</guid><dc:creator>DeveloperZ</dc:creator><description>&lt;p&gt;I have been trying to rebuild it for numerous times but there was no change in the errors.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: undefined reference to ble_conn_params_init()</title><link>https://devzone.nordicsemi.com/thread/154334?ContentTypeID=1</link><pubDate>Wed, 24 Oct 2018 16:27:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e1d60d8-02bb-4bb4-b65a-820f43514b1f</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;I think the fact that there are no numbers in the &amp;#39;Code&amp;#39; and &amp;#39;Data&amp;#39; columns indicates that the file has not been built?&lt;/p&gt;
&lt;p&gt;Try a full rebuild of the Project ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>