<?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 SDK15.2 Maximum number of bonded devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43330/peer-manager-sdk15-2-maximum-number-of-bonded-devices</link><description>The content, format, and size of a device&amp;#39;s Peer Data is determined by the application. I understand that when pm_peer_data_store() and there is not enough available flash to store the peer data, the return will be PM_EVT_STORAGE _FULL. I believe that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Feb 2019 17:04:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43330/peer-manager-sdk15-2-maximum-number-of-bonded-devices" /><item><title>RE: Peer Manager SDK15.2 Maximum number of bonded devices</title><link>https://devzone.nordicsemi.com/thread/169366?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 17:04:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ebe8496-70b7-4908-b10a-23a41d18d760</guid><dc:creator>Jeff4BLE</dc:creator><description>&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Peer Manager SDK15.2 Maximum number of bonded devices</title><link>https://devzone.nordicsemi.com/thread/169365?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 13:41:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1783cda8-8f22-4666-8404-b19c069acae9</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, the total amount of flash space is decided by FDS_VIRTUAL_PAGES (and FDS_VIRTUAL_PAGE_SIZE but the default ..._PAGE_SIZE is fine as it is the same as flash page size and I would not recommend changing it.) See the &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/lib_fds_functionality?1150#lib_fds_functionality_cfg"&gt;Configuration&lt;/a&gt; section of the FDS documentation.&lt;/p&gt;
&lt;p&gt;The number 8 is probably earlier SoftDevices that had maximum 8 concurrent connections. Current SoftDevices can have up to 20 concurrent connections.&lt;/p&gt;
&lt;p&gt;The amount of bonding data stored, however, depend on amount of flash space available for storing it. So that means as long as you do not have active connections, you can have as many stored bonds as you can fit in flash.&lt;/p&gt;
&lt;p&gt;Please note that the FDS pages are used for all FDS storage, so that peer/bonding data competes with other FDS use with regards to storage space. When there is no space left you should do garbage collection and retry (which if I recall correctly Peer Manager will do automatically.)&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>