<?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>Scanning with advertising issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39253/scanning-with-advertising-issues</link><description>Dear Nordic Team, 
 Thanks for supporting. 
 Currently i am trying to combine ble_app_beacon code with ble_app_uart_c (Scanning and advertising ) both concepts are working good. But when i am going to reinitialize the beacon data process will be hang</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Oct 2018 06:31:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39253/scanning-with-advertising-issues" /><item><title>RE: Scanning with advertising issues</title><link>https://devzone.nordicsemi.com/thread/152139?ContentTypeID=1</link><pubDate>Tue, 09 Oct 2018 06:31:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90287c49-8a15-4582-bc27-8ccc32f351b0</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi Murugan.&lt;/p&gt;
&lt;p&gt;Yes, this is possible. But you have to use two buffers, so that you avoid re-using an active buffer, because that is not allowed by &lt;strong&gt;sd_ble_gap_adv_set_configure()&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning with advertising issues</title><link>https://devzone.nordicsemi.com/thread/152031?ContentTypeID=1</link><pubDate>Mon, 08 Oct 2018 11:46:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23611926-ef61-4bc9-a0b2-f01d4e68faf2</guid><dc:creator>Murugan</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Andreas, Thanks for reply.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simply i want to know the possible for&amp;nbsp;modify beacon advertising data in SDK15.0&amp;nbsp; when run time? Already i am worked same concept in sdk12.3.0.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scanning with advertising issues</title><link>https://devzone.nordicsemi.com/thread/151955?ContentTypeID=1</link><pubDate>Mon, 08 Oct 2018 07:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29bb0194-d740-4af7-beb6-ce94dd0707a5</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi Murugan.&lt;/p&gt;
&lt;p&gt;Did you try to debug your code?&lt;/p&gt;
&lt;p&gt;When I debugged your code it failed in the function &lt;strong&gt;sd_ble_gap_adv_set_configure(&amp;amp;m_adv_handle, &amp;amp;m_adv_data, &amp;amp;m_adv_params)&lt;/strong&gt; with the error code 0x00000008 which is &lt;strong&gt;NRF_ERROR_INVALID_STATE&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This can be trigger because of two things:&lt;/p&gt;
&lt;p&gt;1. It is invalid to provide non-NULL advertising set parameters while advertising.&lt;br /&gt;2. It is invalid to provide the same data buffers while advertising. To update advertising data, provide new advertising buffers.&lt;/p&gt;
&lt;p&gt;A quick look at your code and it seems that you are missing an advertising handler.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>