<?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>central still receives adv when connected</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33075/central-still-receives-adv-when-connected</link><description>SDK v14.2.0 using s132 
 
 Our central should only have one connection at a time, so I set 
 #define NRF_SDH_BLE_CENTRAL_LINK_COUNT 1 
 
 But when it is connected to a peripheral the central still scans and receives advertisement from others. 
 How can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Apr 2018 13:29:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33075/central-still-receives-adv-when-connected" /><item><title>RE: central still receives adv when connected</title><link>https://devzone.nordicsemi.com/thread/128260?ContentTypeID=1</link><pubDate>Fri, 13 Apr 2018 13:29:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a74d2cea-4387-43c8-82ef-707f4e4fa3d1</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Jurgen,&lt;/p&gt;
&lt;p&gt;No problem, I am glad that you solved the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central still receives adv when connected</title><link>https://devzone.nordicsemi.com/thread/128137?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 23:00:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78567dcb-ea21-4661-8ec4-df0544bfb701</guid><dc:creator>JB21</dc:creator><description>&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;I finally found the reason. My code started scanning via a timer even when it was connected. So all blame is on me. Please excuse me for wasting your time. Thank you very much for your help !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central still receives adv when connected</title><link>https://devzone.nordicsemi.com/thread/127567?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 09:12:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bf1b3ca-9c47-4b19-a97c-04662a7f6693</guid><dc:creator>JB21</dc:creator><description>&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;No, it is not unmodified.&lt;/p&gt;
&lt;p&gt;I stripped most of the code since&amp;nbsp;only one connection is needed.&lt;br /&gt;BLE_GAP_EVT_ADV_REPORT event&amp;nbsp;flashes a LED briefly.&lt;/p&gt;
&lt;p&gt;When connected the LED&amp;nbsp;still flashes as long as a 2nd peripheral advertises.&lt;/p&gt;
&lt;p&gt;Also the power consumption indicates it is still scanning.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central still receives adv when connected</title><link>https://devzone.nordicsemi.com/thread/127538?ContentTypeID=1</link><pubDate>Tue, 10 Apr 2018 07:36:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77abcd05-0aaa-43d7-ae42-37c3cd1dfbcb</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Jurgen,&lt;/p&gt;
&lt;p&gt;So you are using the unmodified&amp;nbsp; &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_blinky_c.html&amp;amp;cp=4_0_0_4_1_0_0" target="_blank" rel="noopener noreferrer"&gt;BLE Blinky Client Application example &lt;/a&gt;on the central side and the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_blinky.html" target="_blank" rel="noopener noreferrer"&gt;BLE Blinky Application&lt;/a&gt;&amp;nbsp;on the peripheral side.&lt;/p&gt;
&lt;p&gt;How do you measure that the Central is still scanning for peripherals after the connection?&lt;br /&gt;I do not see the same behaviour that you are describing, could you please describe more about your setup.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central still receives adv when connected</title><link>https://devzone.nordicsemi.com/thread/127063?ContentTypeID=1</link><pubDate>Thu, 05 Apr 2018 13:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f3919d4-6614-4f2b-98c7-97f2cbb446c4</guid><dc:creator>JB21</dc:creator><description>&lt;p&gt;Hello Martin,&lt;/p&gt;
&lt;p&gt;It is based on BLE LED Button Service central and client application.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t want to publish main.c here in the open.&lt;/p&gt;
&lt;p&gt;Shouldn&amp;#39;t&amp;nbsp; sd_ble_gap_connect() stop scanning in this case?&lt;/p&gt;
&lt;p&gt;For a test I call sd_ble_gap_scan_stop() before sd_ble_gap_connect()&amp;nbsp; and that works of course.&lt;/p&gt;
&lt;p&gt;I wonder if that is really needed?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: central still receives adv when connected</title><link>https://devzone.nordicsemi.com/thread/126985?ContentTypeID=1</link><pubDate>Thu, 05 Apr 2018 09:11:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42846b87-39b0-49d5-bd80-8b869b107325</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hello Jurgen,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; What example are you basing your application on?&lt;/p&gt;
&lt;p&gt;I would love to take a look at your code, if you could provide the main.c file?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>