<?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>peer manager limit number of peers</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17911/peer-manager-limit-number-of-peers</link><description>How do I limit the number of peers that are stored in the peer manager? I don&amp;#39;t see a configuration variable. I don&amp;#39;t know the addresses of peers before hand, so I don&amp;#39;t think the whitelist can help me on this front.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Aug 2017 16:27:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17911/peer-manager-limit-number-of-peers" /><item><title>RE: peer manager limit number of peers</title><link>https://devzone.nordicsemi.com/thread/69059?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2017 16:27:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bf58296-7f0c-46f0-9ab5-c3349d28609a</guid><dc:creator>Kevin</dc:creator><description>&lt;p&gt;Thanks for the tip about pm_peer_count(), but I&amp;#39;m wondering where to place it? Ideally I reject any connection after pm_peer_count() = 1, but I understand pairing and connecting are two different things. So where in BLE events should I place this check in order to reject unwanted centrals as early as possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: peer manager limit number of peers</title><link>https://devzone.nordicsemi.com/thread/69057?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2016 11:38:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45c9ee5d-72d0-405e-b4be-9371f4d64613</guid><dc:creator>Definitely Confused</dc:creator><description>&lt;p&gt;I want to limit the number of peers that can be bonded to this device at any one time, but I want to allow pairing of more devices. Whitelisting was a way of disallowing the bonding, but I think I can just reinitialize the security params to disallow bonding after I reach my peer limit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: peer manager limit number of peers</title><link>https://devzone.nordicsemi.com/thread/69058?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2016 08:51:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b03230b-53d2-40bc-a99c-d488ac66b3a4</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It is not a variable that you configure, you can decrease the number of flash pages dedicated to FDS (see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/lib_pm_architecture.html?cp=4_0_0_3_1_8_0"&gt;this&lt;/a&gt;) But I don&amp;#39;t recommend doing that. I would rather use pm_peer_count() and for example not allow pairing after a certain count. But what is that you want to achieve? What does whitelisting have to do with this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>