<?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>nRF52833 SDK17.0.2 how can I add advertising on the single channel?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73189/nrf52833-sdk17-0-2-how-can-i-add-advertising-on-the-single-channel</link><description>In the forum, I found that I should use channel_mask in the 
 
 function 
 But there is no that structure to use it. 
 How can I make it in the SDK17?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Mar 2021 13:14:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73189/nrf52833-sdk17-0-2-how-can-i-add-advertising-on-the-single-channel" /><item><title>RE: nRF52833 SDK17.0.2 how can I add advertising on the single channel?</title><link>https://devzone.nordicsemi.com/thread/301913?ContentTypeID=1</link><pubDate>Thu, 25 Mar 2021 13:14:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1df2805c-de7c-403e-8926-38308dd4394c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes, &amp;#39;0xA0&amp;#39; will mask channel 37 and 39 here. You can also use a BT sniffer to confirm this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52833 SDK17.0.2 how can I add advertising on the single channel?</title><link>https://devzone.nordicsemi.com/thread/301762?ContentTypeID=1</link><pubDate>Wed, 24 Mar 2021 16:26:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d1b07bc-aa6f-4d06-b06b-5f6960a7ce6d</guid><dc:creator>Mikhail</dc:creator><description>&lt;p&gt;I added next code&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static void advertising_start(void)
{
    m_advertising.adv_params.channel_mask[4] = 0xA0; // Dont advertise on ch 39 and 37
    
    uint32_t err_code = ble_advertising_start(&amp;amp;m_advertising, BLE_ADV_MODE_FAST);
    APP_ERROR_CHECK(err_code);
}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And seems work. But really&amp;nbsp;will I advertise on the one channel?&lt;/p&gt;
&lt;div style="left:141px;position:absolute;top:215px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>