<?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>Multi link BLE HID connection</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78240/multi-link-ble-hid-connection</link><description>Hello, I make multii-link peripheral device with 3 BLE HID connections. I extend heap and stack to 16kb and set properties RAM_START=0x20004000 RAM_SIZE=0x3c000. As the base project I take ble_app_hids_keyboard from examples. 
 1.When I try to connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Aug 2021 12:08:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78240/multi-link-ble-hid-connection" /><item><title>RE: Multi link BLE HID connection</title><link>https://devzone.nordicsemi.com/thread/324832?ContentTypeID=1</link><pubDate>Fri, 13 Aug 2021 12:08:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c80c8e4d-2e44-487d-a4d1-2ce21fc3e269</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;My bad, I forgot that this is a known issue:&lt;/p&gt;
&lt;p&gt;The system OFF sleep mode is not supported in debug mode (since entering system OFF would disconnect the debug interface), so if you try to enter system OFF through the SoftDevice when you are in debug mode it will return this error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you build the release build and flash the board it should run fine without the debugger, and should not crash when entering sleep.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you give this a go?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi link BLE HID connection</title><link>https://devzone.nordicsemi.com/thread/324713?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 16:58:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37b3a3b3-fb78-483c-8e6c-d71bc9c4eb24</guid><dc:creator>Anatolii</dc:creator><description>&lt;p&gt;Hello, thank you for answers&lt;br /&gt;I rewrite some parts of the program with&amp;nbsp; whitelist counter and issue with rapid connect/disconnect disappear.&lt;br /&gt;&lt;strong&gt;Sleep mode issue.&lt;/strong&gt;&lt;br /&gt; I take&amp;nbsp;project ble_app_hids_keyboard from examples and i don&amp;#39;t do any changes in functions&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1000x400/__key/communityserver-discussions-components-files/4/Screenshot-from-2021_2D00_08_2D00_12-19_2D00_17_2D00_43.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi link BLE HID connection</title><link>https://devzone.nordicsemi.com/thread/324618?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 09:30:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5417f1bc-af4e-4861-848d-7367cabe1546</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;1. It is probably easiest if you stop advertising after establishing a new connection, and then wait until the call to pm_device_identities_list_set() happens, and then restart advertising again.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. There could be many reasons for this. What is the disconnect reason reporter in the disconnected event?&lt;/p&gt;
&lt;p&gt;3. Can you show me the code you use to enter sleep?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi link BLE HID connection</title><link>https://devzone.nordicsemi.com/thread/324453?ContentTypeID=1</link><pubDate>Wed, 11 Aug 2021 11:46:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef8d1684-7816-4ff1-8463-483531868d98</guid><dc:creator>Anatolii</dc:creator><description>&lt;p&gt;Hello. I have a questions:&lt;br /&gt;1. Can you say where i have to stop advertising, call &lt;span&gt;pm_device_identities_list_set(),&lt;/span&gt; and start advertising?&lt;br /&gt; 2.device connect and disconnect all the time. What it could be?&lt;br /&gt;3.Device is fail when it go to sleep mode with Error_code 0x2006. What it could be?&lt;br /&gt;&lt;br /&gt;Best regards&lt;br /&gt;Anatolii&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi link BLE HID connection</title><link>https://devzone.nordicsemi.com/thread/323763?ContentTypeID=1</link><pubDate>Fri, 06 Aug 2021 12:55:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d7bfd2a-944f-4d44-9a49-aa8870f1ab31</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Anatolii&lt;/p&gt;
&lt;p&gt;I believe this might be related to the issue discussed here:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/65747/multi-peripheral-bonding-and-whitelisting"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/65747/multi-peripheral-bonding-and-whitelisting&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To paraphrase that case, this error&amp;nbsp;means that the device identities list is currently in use, and can&amp;#39;t be changed. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you at that point in time is scanning or advertising, this return value is expected. To work around this, you need to stop scanning and advertising, then call pm_device_identities_list_set(), and then resume scanning or advertising.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;br /&gt;Torbjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>