<?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>Advertisement PDU Type settings</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47915/advertisement-pdu-type-settings</link><description>Hello, 
 
 I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. 
 
 How to select different Advertisement types ADV_IND/ ADV_DIRECT_IND/ ADV_SCAN_IND/ ADV_NONCONN_IND. 
 For example, for Beacon application need only non</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jun 2019 14:20:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47915/advertisement-pdu-type-settings" /><item><title>RE: Advertisement PDU Type settings</title><link>https://devzone.nordicsemi.com/thread/190564?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 14:20:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26cf459e-1465-4b02-8d08-152fb8a094d8</guid><dc:creator>beemavishnu</dc:creator><description>&lt;p&gt;Sorry, I overlooked this settings. Its pretty straight forward.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertisement PDU Type settings</title><link>https://devzone.nordicsemi.com/thread/190485?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2019 11:38:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f05c9813-6f1f-47b7-a8e7-b50db4dd093c</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;In the ble_app_beacon example you can change the advertising type in the function&lt;em&gt;&amp;nbsp;advertising_init():&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static void advertising_init(void)
{
    .
    .
    .
    //Set the advertising type here
    m_adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;
    .
    .
    .
}
&lt;/pre&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>