<?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>Broadcasting BLE (nonconnectable scannable)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66620/broadcasting-ble-nonconnectable-scannable</link><description>Dear All 
 I want to advertise as broadcaster (not peripheral and also not as a beacon). Advertising packages do not have the information nonconnectable and even if I am using 
 m_advertising.adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Oct 2020 07:54:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66620/broadcasting-ble-nonconnectable-scannable" /><item><title>RE: Broadcasting BLE (nonconnectable scannable)</title><link>https://devzone.nordicsemi.com/thread/272881?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 07:54:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd1187a6-3305-4f31-ab87-405239d96441</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;As for the advertising handles. A Nonconnectable advertisement will look like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/8547.pastedimage1601884209174v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;While a connectable advertisement will look like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/0118.pastedimage1601884251946v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please check out &lt;a href="https://www.novelbits.io/bluetooth-low-energy-advertisements-part-1/"&gt;this blog post by NovelBits&lt;/a&gt;&amp;nbsp;for the numerical values of the PDU header.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Broadcasting BLE (nonconnectable scannable)</title><link>https://devzone.nordicsemi.com/thread/272878?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 07:45:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf572d69-64f2-4c4a-8452-573eb644b67c</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Emek,&lt;/p&gt;
&lt;p&gt;I believe what you are seeing is that the advertising type is set within ble_advertising_start():&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;uint32_t ble_advertising_start(ble_advertising_t * const p_advertising,
                               ble_adv_mode_t            advertising_mode)
{
    ...

    p_advertising-&amp;gt;adv_params.properties.type = BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED;

    ...
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you are setting this setting manually before you call ble_advertising_start(), please comment out this line from the ble_advertising_start() implementation.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>