<?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>Company Identifier</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40035/company-identifier</link><description>hello support , 
 when I add the following code to ble_app_hrs example under the function advertising_init() there is no Advertising from the DK 
 What could be problem ? 
 
 ble_advdata_manuf_data_t manuf_data; //Variable to hold manufacturer specific</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Nov 2018 06:07:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40035/company-identifier" /><item><title>RE: Company Identifier</title><link>https://devzone.nordicsemi.com/thread/155851?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 06:07:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77722269-4a75-4906-ad38-39250adeafc8</guid><dc:creator>UnitedBus</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;Thanks for above explanation.It was helpfull&lt;/p&gt;
&lt;p&gt;One more thing, I just made my Advertising data big Enough so that it doesnt Give me&amp;nbsp;&lt;span&gt;NRF_ERROR_DATA_SIZE&amp;nbsp; Error&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But the nrfConnect App&amp;nbsp; Raw Data never shows 31 Bytes...it shows only 27 bytes?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Company Identifier</title><link>https://devzone.nordicsemi.com/thread/155536?ContentTypeID=1</link><pubDate>Thu, 01 Nov 2018 10:45:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f837cb8-a9d6-416b-978f-ffd4a38e55ea</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To debug your code using Segger Embeded Studio you can enable NRF_LOG_ENABLE 1 and NRF_LOG_BACKEND_RTT_ENABLED 1 in sdk_config.h to view some log files, and change the Build Configuration to &amp;quot;Debug&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-6d77af365e0b494688eedc95d0a1589a/debug_5F00_ses.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Then go to the Debug menu and click &amp;quot;Go&amp;quot;. And then &amp;quot;Continue Execution&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-6d77af365e0b494688eedc95d0a1589a/debug_5F00_ses_5F00_go.PNG" /&gt; -&amp;gt; &lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-6d77af365e0b494688eedc95d0a1589a/debug_5F00_ses_5F00_continue.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Then take a look at the output in the Debug Terminal.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;error&amp;gt; app: ERROR 12 [NRF_ERROR_DATA_SIZE] at C:\nordicsemi\SDK_repo\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_hrs\main.c:893
PC at: 0x000322C3
&amp;lt;error&amp;gt; app: End of error report
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When running your code I got an error NRF_ERROR_DATA_SIZE when advertising_init() calls the function ble_advertising_init with the init parameters. The size of the advertisement packet is probably too long, since the maximum advertising data size is set to 31 bytes of data. If you are advertising a couple of services, a name and the manufacturer data, you&amp;#39;re likely to run out of space.&lt;/p&gt;
&lt;p&gt;If you try to advertise a shorter manufacturer data or to shorten the device name you will not encounter this error. Another solution is to enable the extended advertising feature in Bluetooth 5. This can be done by including the following line in advertising_init()&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    init.config.ble_adv_extended_enabled = true;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Just keep in mind that not many phones support the extended advertisement feature yet, if you are using nRFConnect moble app you will not be able to see the nRF52DK advertising.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>