<?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>Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87525/can-using-whitelist-reduce-connection-time</link><description>Can using whitelist on Central and Peripheral reduce the connection time? In my example I want to advertise every 3secs and want to make sure that the central connects to peripheral within 10 secs that is in 3 advertisement cycles? 
 If not Whitelist</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 May 2022 06:09:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87525/can-using-whitelist-reduce-connection-time" /><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/367515?ContentTypeID=1</link><pubDate>Thu, 12 May 2022 06:09:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6f5ecf9-ce8f-422d-8a5f-7cf9957ab162</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;I would also suggest that you take a look at the documentation for the peer manager.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a title="Peer Manager" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_peer_manager.html?cp=8_1_3_2_7"&gt;Peer Manager&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;and&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a title="Using a whitelist" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_pm_usage.html?cp=8_1_3_2_7_2_4#lib_pm_usage_whitelist"&gt;Using a whitelist&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Br, &lt;br /&gt;Joakim&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/367513?ContentTypeID=1</link><pubDate>Thu, 12 May 2022 06:01:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dbcd12c-24c9-4222-92ef-b6d36ad83c6e</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;In theory it should reduce connection time.&lt;/p&gt;
&lt;p&gt;After the devices have connected and bonded, the bonding information is stored, the peripheral uses directed advertising etc. the connection time should be reduced.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/367159?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 11:20:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f668349f-7327-4b3b-9ec9-81e3fa61fd7c</guid><dc:creator>Justin</dc:creator><description>&lt;p&gt;Hi Joakim,&lt;/p&gt;
&lt;p&gt;Thanks for your message.&lt;/p&gt;
&lt;p&gt;I will try implementing whitelist on both the ends.&lt;/p&gt;
&lt;p&gt;Are you sure that whitelist will reduce connection time? I am asking this because no where I see any literature that mentions about that so was curious.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/366818?ContentTypeID=1</link><pubDate>Sun, 08 May 2022 19:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c1e8153-3c74-4310-9fa2-4107b81920cb</guid><dc:creator>Joakim Jakobsen</dc:creator><description>[quote user="johnmjustin"]You mean I do not need to implement whitelist on the peripheral side?[/quote]
&lt;p&gt;Sorry, I edited my answer.&lt;/p&gt;
[quote user="johnmjustin"]Can you please point me to a good example for peripheral as well as for central in how to use whitelist?[/quote]
&lt;p&gt;You can look at the ble_app_hrs and ble_app_hrs_c example. If you&amp;nbsp; have any questions, please let me know. &lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/366467?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 12:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07d164dd-88dc-487c-a83b-a52d2f3e2bca</guid><dc:creator>Justin</dc:creator><description>[quote userid="20690" url="~/f/nordic-q-a/87525/can-using-whitelist-reduce-connection-time/366443#366443"]No, you don&amp;#39;t need that.[/quote]
&lt;p&gt;You mean I do not need to implement whitelist on the peripheral side?&lt;/p&gt;
[quote userid="20690" url="~/f/nordic-q-a/87525/can-using-whitelist-reduce-connection-time/366443#366443"]Are you working with NCS or nRF5 SDK? And which version are you working with[/quote]
&lt;p&gt;I am using nRF5 SDK version 17.1.0 (nRF5_SDK_17.1.0_ddde560)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/366443?ContentTypeID=1</link><pubDate>Thu, 05 May 2022 11:55:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f31357c7-e6be-44c5-99c3-9c8d7f634b4b</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;No, you don&amp;#39;t need that.&lt;/p&gt;
&lt;p&gt;I can see if I can find an example for you. Are you working with NCS or nRF5 SDK? And which version are you working with.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/366293?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 14:21:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61c6646a-e9d2-4bf7-b074-0209897997f4</guid><dc:creator>Justin</dc:creator><description>[quote userid="20690" url="~/f/nordic-q-a/87525/can-using-whitelist-reduce-connection-time/366163#366163"]Using whitelist the device will use directed advertising which can reduce the connection time.[/quote]
&lt;p&gt;Does this mean we need to have whitelist on peripheral side as well as on central side? Can you please point me to a good example for peripheral as well as for central in how to use whitelist?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can using whitelist reduce Connection Time?</title><link>https://devzone.nordicsemi.com/thread/366163?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 10:28:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1baaefa-3f61-439e-a418-b07126421305</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Yes, using whitelist can reduce the connection time. Using whitelist the device will use directed advertising which can reduce the connection time.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>