<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>BLE multi-peripheral and peer manager</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88213/ble-multi-peripheral-and-peer-manager</link><description>Hi, 
 I need to create a device that can support up to 10 concurrent connection with MITM protection, so I would like to implement bonding with a passkey. 
 I started my project with the example &amp;quot;ble_app_gls&amp;quot;, afterwards added multi-peripheral functionality</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Fri, 27 May 2022 11:44:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88213/ble-multi-peripheral-and-peer-manager" /><item><title>RE: BLE multi-peripheral and peer manager</title><link>https://test-devzone.nordicsemi.com/thread/369762?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 11:44:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:407a584f-37d5-43c9-a446-83925cff8554</guid><dc:creator>user6207</dc:creator><description>[quote user=""]1. When will the link not be authenticated and the peer will be removed? (I don&amp;#39;t know when this might happen)[/quote]
&lt;p&gt;You need to do that yourself in the application by manually calling &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fgroup__peer__manager.html&amp;amp;anchor=gad20bb7430862e537e4219cf9fd8c5f98"&gt;pm_peer_delete&lt;/a&gt;.&lt;br /&gt;An example can be found in SDK\examples\ble_peripheral\ble_app_bms\main.c:bond_delete()&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]a) replacement the variable &amp;quot;static&lt;span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;pm_peer_id_t&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;m_peer_to_be_deleted&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;=&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;PM_PEER_ID_INVALID&lt;/span&gt;&amp;quot; to an array &amp;quot;static pm_peer_id_t m_peer_to_be_deleted[NRF_SDH_BLE_PERIPHERAL_LINK_COUNT]&amp;quot;[/quote]
&lt;p&gt;I do not think this is needed, the peer to be deleted is extracted using &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fgroup__peer__manager.html&amp;amp;anchor=ga753b87346d599de963c65adb4d8c1b5c"&gt;pm_peer_id_get&lt;/a&gt;&amp;nbsp;into one entry and you do not need an array to delete a peer from peer manager once instance at a time.&lt;/p&gt;
&lt;p&gt;It looks like you are asking us to review the changes without showing us if you have compiled and run your changes on the chip? We do not have the capacity to review the changes for you, but I will try to assist you in the issues you see in your debugging you see with our API.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please compile, flash and run your application and try to debug it a bit to see if the changes you made are behaving the way you intended them to be.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE multi-peripheral and peer manager</title><link>https://test-devzone.nordicsemi.com/thread/369657?ContentTypeID=1</link><pubDate>Thu, 26 May 2022 09:53:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b270e71-9768-44bd-b7bf-b156e29ffb90</guid><dc:creator>user94851</dc:creator><description>&lt;p&gt;Ok, I will wait for a reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE multi-peripheral and peer manager</title><link>https://test-devzone.nordicsemi.com/thread/369369?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 17:59:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a409406-8d7b-4375-867f-1ec7953db809</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I did not manage to look at this today, I will try to take a look at your queries tomorrow. Thanks for your patience.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>