<?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>Zephyr/nRF Connect SDK one peripheral with multiple central</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69776/zephyr-nrf-connect-sdk-one-peripheral-with-multiple-central</link><description>Hello, I started learning BLE/nrf about a week ago and I faced an issue that I unable to handle more than one connection simultaneously. 
 I have a pretty simple application build with nRF Connect SDK that provide peripheral device on my nrf5340-pdk with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Dec 2020 09:30:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69776/zephyr-nrf-connect-sdk-one-peripheral-with-multiple-central" /><item><title>RE: Zephyr/nRF Connect SDK one peripheral with multiple central</title><link>https://devzone.nordicsemi.com/thread/286417?ContentTypeID=1</link><pubDate>Wed, 23 Dec 2020 09:30:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68358a79-5fa0-469a-8b23-fbd1d9245de8</guid><dc:creator>Quard</dc:creator><description>&lt;p&gt;Yes, I tried but it was not successful, probably because of other changes that I made.&lt;/p&gt;
&lt;p&gt;After the rollback, I tried to do it again and for now, I can, at least, connect two devices. After the second connection bt_le_adv_start return &amp;quot;-61&amp;quot; error. But I realized that such behavior not correct and I need to pair devices and run advertise only when I need to create a new pair.&lt;/p&gt;
&lt;p&gt;Actually starting of new advertise after connect starts working only after I add &amp;quot;CONFIG_BT_LL_SOFTDEVICE_DEFAULT=y&amp;quot; to the settings.&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
&lt;p&gt;Sample &amp;quot;peripheral_hids_mouse&amp;quot; implements such behavior.&lt;br /&gt;And my solution could be found here &lt;a href="https://github.com/Quard/nrf_ble_rolling_shutter_poc/tree/restart_advertising"&gt;https://github.com/Quard/nrf_ble_rolling_shutter_poc/tree/restart_advertising&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr/nRF Connect SDK one peripheral with multiple central</title><link>https://devzone.nordicsemi.com/thread/286346?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2020 15:41:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35f0e0db-ea88-4fd3-b539-7ac84d2f8b0f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Vadym,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you advertise again after you get connected ?&amp;nbsp;&lt;br /&gt;By default the stack will stop advertising after getting connected.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So when you get connected you would need to call&amp;nbsp;bt_le_adv_start() to start advertising again.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>