<?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>How to advertise at data channels by usaging softdevice 7.0.1 and SDK16.0.0?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64754/how-to-advertise-at-data-channels-by-usaging-softdevice-7-0-1-and-sdk16-0-0</link><description>Hi, 
 Just like the issue that title has shown. 
 How to set structs and functions? 
 BR, 
 Yoole</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Aug 2020 09:12:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64754/how-to-advertise-at-data-channels-by-usaging-softdevice-7-0-1-and-sdk16-0-0" /><item><title>RE: How to advertise at data channels by usaging softdevice 7.0.1 and SDK16.0.0?</title><link>https://devzone.nordicsemi.com/thread/264398?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 09:12:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:956761f3-03f1-45c0-b53a-1e4ac4b2a3a8</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Yoole&lt;/p&gt;
&lt;p&gt;Please check out the&lt;a href="https://www.novelbits.io/bluetooth-low-energy-advertisements-part-1/"&gt; Bluetooth Low Energy Advertisements blog post here&lt;/a&gt;, where BLE advertising is explained in detail. the ble_app_beacon only advertises its initial advertisement on the&amp;nbsp;&lt;strong&gt;Primary advertising channels&lt;/strong&gt; (37, 38, and 39). The other channels are known as&amp;nbsp;&lt;strong&gt;Secondary advertisement channels&amp;nbsp;&lt;/strong&gt;and are used as &amp;quot;auxiliary&amp;quot; channels, meaning that a device has to first advertise on the primary advertising channels before sending out advertising packets on these secondary channels.&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><item><title>RE: How to advertise at data channels by usaging softdevice 7.0.1 and SDK16.0.0?</title><link>https://devzone.nordicsemi.com/thread/264344?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 01:00:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db608d79-262f-4bd9-82d2-4554512156c6</guid><dc:creator>Yoole</dc:creator><description>&lt;p&gt;Hi Simon&lt;/p&gt;
&lt;p&gt;Sadly, I cannot find the methods to change channels except 3 advertising channels.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At ble_app_beacon example, I set the struct of ble_gap_adv_params_t like below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;		m_adv_params.channel_mask[0] = 0xff;
		m_adv_params.channel_mask[1] = 0xff;
		m_adv_params.channel_mask[2] = 0xff;
		m_adv_params.channel_mask[3] = 0xff;
		m_adv_params.channel_mask[4] = 0xef;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;However, it may be something wrong, there&amp;#39;s no advertising packet on the air at ch36.&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Yoole&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to advertise at data channels by usaging softdevice 7.0.1 and SDK16.0.0?</title><link>https://devzone.nordicsemi.com/thread/264280?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 13:13:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:393eb686-e2da-4072-952b-da1624b2ecd2</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Yoole&lt;/p&gt;
&lt;p&gt;Please check out the SDK and the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/examples_ble_peripheral.html"&gt;BLE peripheral examples&lt;/a&gt; we have already, containing&amp;nbsp;multiple examples of how you can use the nRFs radio to advertise BLE advertisements to nearby scanning devices. For starters, I would suggest taking a look at the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_beacon.html"&gt;ble_app_beacon &lt;/a&gt;example for an example that just advertises data, and the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_nus_eval.html"&gt;ble_app_uart &lt;/a&gt;example, that advertises and connects to a&amp;nbsp;scanning device requesting a connection (I.E. a phone).&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>