<?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 many centrals can get scan response at once?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28850/how-many-centrals-can-get-scan-response-at-once</link><description>Hi. I&amp;#39;m using nRF52832, SDK13.0.0 as peripheral. 
 My peripheral is advertising every 400msec and it has advdata and rspdata.
As I know, right after a central sends scan request, the peripheral will send scan response. 
 If there are 10 centrals(active</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jan 2018 08:18:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28850/how-many-centrals-can-get-scan-response-at-once" /><item><title>RE: how many centrals can get scan response at once?</title><link>https://devzone.nordicsemi.com/thread/114224?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 08:18:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2320a58-5996-45e2-8fee-38427201cdfb</guid><dc:creator>roger.k</dc:creator><description>&lt;p&gt;Thank you very much for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how many centrals can get scan response at once?</title><link>https://devzone.nordicsemi.com/thread/114225?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 08:08:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33f9d59e-cb73-4f9a-bd84-fd9309bce68f</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Depends on your scanner settings. You have a scan window and scan interval. The scanner will scan during the window and at every interval it will iterate through the channels. So if you have an intervall of 100 and window of 10. The scanner will first scan on channel 37 for 10 ms. Then wait for another 90ms before it scans on channel 38 for 10ms, then wait for another 90 ms and scan on ch 39 for 10 ms. Then wait for 90ms before starting over on channel 37. There is no guarantee the scanner will actually get a hit during the window as that depends on the advertsing interval of the advertiser as well.&lt;/p&gt;
&lt;p&gt;Basically it is quite complicated to tell you exactly what will happen as it depends on the all these settings. Also the backoff algorithm uses a psaudo random number to decide when to stop sending scan request in case of a collision so I think you just have to test your scenario to see.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how many centrals can get scan response at once?</title><link>https://devzone.nordicsemi.com/thread/114226?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2018 23:36:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:083bc888-82c8-464e-ba88-7f7efcd0441e</guid><dc:creator>roger.k</dc:creator><description>&lt;p&gt;Thank you very much for your help. So 3 scanners can get scan response at once because advertiser has 3 channels. What if there are 4 scanners? Is there any possibility for 1 of them never get scan response forever?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how many centrals can get scan response at once?</title><link>https://devzone.nordicsemi.com/thread/114223?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2018 08:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f89d5d5b-3943-4796-a9d0-907d948b3290</guid><dc:creator>run_ar</dc:creator><description>&lt;p&gt;Only one scanner per channel. If the advertiser receives multiple scan requests on the same channel, they will most likely interfere with each other before the backoff algorithm kicks in.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>