<?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>ERROR:Too few arguments in a function call. err code=sd_ble_enable(&amp;amp;ble_enable_params);</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17215/error-too-few-arguments-in-a-function-call-err-code-sd_ble_enable-ble_enable_params</link><description>We are using lbs example in SDK12, in nRF52.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Oct 2016 06:53:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17215/error-too-few-arguments-in-a-function-call-err-code-sd_ble_enable-ble_enable_params" /><item><title>RE: ERROR:Too few arguments in a function call. err code=sd_ble_enable(&amp;ble_enable_params);</title><link>https://devzone.nordicsemi.com/thread/66133?ContentTypeID=1</link><pubDate>Fri, 21 Oct 2016 06:53:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6faa7f8e-34cc-4fac-a527-adfc7da608cb</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Are you referring to the experimental_ble_app_blinky example in SDK v12.0.0? The function sd_ble_enable takes two arguments, ble_enable_params and app_ram_base, please refer the API reference for the S132 v3.0.0 Softdevice found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/group___b_l_e___c_o_m_m_o_n___f_u_n_c_t_i_o_n_s.html#ga812ea2c6258c1cf705c7c114b6297aab"&gt;here&lt;/a&gt;. I checked the example in my SDK v12.0.0 folder and the function is called correctly, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sd_ble_enable(p_ble_enable_params, &amp;amp;app_ram_base);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>