<?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>scanning and advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13598/scanning-and-advertising</link><description>Hi Team, 
 Is it possible to scan on one channel and advertise on another channel? 
 Say node-A will scan on ch-37 and advertise on ch-38 while
node-B will scan on ch-38 and advertise on ch-37. 
 Something like joining Tx of one to Rx of other kind</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 May 2016 10:35:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13598/scanning-and-advertising" /><item><title>RE: scanning and advertising</title><link>https://devzone.nordicsemi.com/thread/51901?ContentTypeID=1</link><pubDate>Wed, 04 May 2016 10:35:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efcfab1f-b01b-4edc-9f47-40aed28dbfac</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;typedef struct
{
uint8_t ch_37_off : 1;  /**&amp;lt; Setting this bit to 1 will turn off advertising on channel 37 */&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;          uint8_t ch_38_off : 1;  /**&amp;lt; Setting this bit to 1 will turn off advertising on channel 38 */

          uint8_t ch_39_off : 1;  /**&amp;lt; Setting this bit to 1 will turn off advertising on channel 39 */

    } ble_gap_adv_ch_mask_t;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Comment says that &amp;quot;Setting this bit to 1 will turn off advertising on channel 37/38/39&amp;quot;.
Will it stop scanning too on the same channel ?&lt;/p&gt;
&lt;p&gt;I am really confused.  I want advertising and scanning on the fixed channels so that when device A is advertising on ch-37 the other device B will be scanning on ch-37. Also when device B is advertising on ch-38, device B will be scanning on ch-38.  Is this possible to implement?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: scanning and advertising</title><link>https://devzone.nordicsemi.com/thread/51900?ContentTypeID=1</link><pubDate>Tue, 03 May 2016 04:28:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f94a6c8f-1978-4346-94c5-a00ad8193c19</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;Thanks.. This is helpful!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: scanning and advertising</title><link>https://devzone.nordicsemi.com/thread/51899?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 13:32:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34cc2338-0e36-456d-b46e-387adf1edc5b</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have a look at the BTLE_CHANNEL_MAP and how it is used, please refer to &lt;a href="https://github.com/NordicSemiconductor/nRF51-multi-role-conn-observer-advertiser/search?utf8=%E2%9C%93&amp;amp;q=BTLE_CHANNEL_MAP_ALL"&gt;this github search result&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: scanning and advertising</title><link>https://devzone.nordicsemi.com/thread/51898?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 12:48:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fad7e218-a1a3-433a-9e40-998a22af427a</guid><dc:creator>Milan</dc:creator><description>&lt;p&gt;Hi Øyvind,
Thanks for reply.
I am not unable to map the needed behavior in the example you suggested.
Where is the code for fixing channels to scan and observe?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: scanning and advertising</title><link>https://devzone.nordicsemi.com/thread/51897?ContentTypeID=1</link><pubDate>Mon, 02 May 2016 12:24:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f4efe74-5c50-42bb-aa1d-c43a97037706</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can do this, have a look at the &lt;a href="https://github.com/NordicSemiconductor/nRF51-multi-role-conn-observer-advertiser"&gt;Advertiser observer example&lt;/a&gt;. It is based on a different SoftDevice and SDK, but the idea is still the same.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>