<?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>add manufacturer data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32640/add-manufacturer-data</link><description>Hello Nordic team, 
 i am using Nrf52DK and s132 softdevice 
 i tried to add manufacturer data .code snippet is 
 
 static void advertising_init(void) { ret_code_t err_code; ble_advertising_init_t init; ble_advertising_init_t srdata; 
 ble_advdata_manuf_data_t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 23 Mar 2018 10:13:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32640/add-manufacturer-data" /><item><title>RE: add manufacturer data</title><link>https://devzone.nordicsemi.com/thread/125700?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 10:13:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:552ec9ad-c539-486f-96ea-35b28e16879a</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Take a look in the at advertising_init() function in the &amp;quot;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.2.0%2Fble_sdk_app_beacon.html&amp;amp;cp=4_0_0_4_2_2_2" target="_blank" rel="noopener noreferrer"&gt;ble_app_beacon&lt;/a&gt;&amp;quot; example found in &lt;em&gt;[SDK14\examples\ble_peripheral].&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;It shows how you can add the manufacturer data for SDK 14.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: add manufacturer data</title><link>https://devzone.nordicsemi.com/thread/125640?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 05:30:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:561e793c-c6c1-46d7-b847-7820ed6338f6</guid><dc:creator>kirt</dc:creator><description>&lt;p&gt;hello&lt;/p&gt;
&lt;p&gt;i&amp;nbsp; seen this&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/24045/add-manufacturer-data/94666#94666"&gt;manuf thread&lt;/a&gt;&amp;nbsp;and an&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;advertising&lt;/a&gt;&amp;nbsp;tutorial. Its given for sdk 11.I&amp;#39;m trying to implement&amp;nbsp; in SDK 14.I am using nRF52DK,PCA10040 board.i have simply added in advertising init() as&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ble_advdata_manuf_data_t 		  adv_manuf_data;
uint8_t 		                  adv_manuf_data_data[] = &amp;quot;Data&amp;quot;;
	
adv_manuf_data.data.p_data        = adv_manuf_data_data;
adv_manuf_data.data.size          = sizeof(adv_manuf_data_data);
adv_manuf_data.company_identifier = 0x0059; //Nordic&amp;#39;s company ID
advdata.p_manuf_specific_data     = &amp;amp;adv_manuf_data;&lt;br /&gt;&lt;br /&gt;i have checked that structure for sdk 14 is bit changed than sdk 11&lt;br /&gt;what can you guide on this?&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: add manufacturer data</title><link>https://devzone.nordicsemi.com/thread/125566?ContentTypeID=1</link><pubDate>Thu, 22 Mar 2018 14:04:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e776c9d-bc65-4cea-9e0d-7526cfad7b3b</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hello Kirt,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Have you checked out&amp;nbsp;this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/24045/add-manufacturer-data/94666#94666" rel="noopener noreferrer" target="_blank"&gt;thread&lt;/a&gt;, also I would advise you to &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/" rel="noopener noreferrer" target="_blank"&gt;debug &lt;/a&gt;your code.&lt;/p&gt;
&lt;p&gt;Also you could check out these &lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy" rel="noopener noreferrer" target="_blank"&gt;BLE tutorials&lt;/a&gt; if you haven&amp;#39;t.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>