<?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>being discovered service using milti-link peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21079/being-discovered-service-using-milti-link-peripheral</link><description>Hi. i&amp;#39;m using nRF52832, SDK13, S132v4 as multi-link peripheral. 
 As I know, SDK13 supports multi-link peripheral refering to example &amp;quot;experimental_ble_app_multiperipheral&amp;quot;. 
 But as I tested, when 1 central is connected, other centrals can make connections</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Apr 2017 13:25:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21079/being-discovered-service-using-milti-link-peripheral" /><item><title>RE: being discovered service using milti-link peripheral</title><link>https://devzone.nordicsemi.com/thread/82360?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 13:25:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85fb5262-e834-4eee-91d3-6de53acb279e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It should not be necessary to change anything in nrf_ble_gatt.h. The peripheral link count is defined in main.c as &lt;code&gt;#define PERIPHERAL_LINK_COUNT 4&lt;/code&gt; (line 69). I just tested the example by connecting 2 centrals, and it worked fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: being discovered service using milti-link peripheral</title><link>https://devzone.nordicsemi.com/thread/82359?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 00:17:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:231081d2-9cb6-4127-9faf-ede2e80ca24d</guid><dc:creator>roger.k</dc:creator><description>&lt;p&gt;I think I got the solution by myself. I changed nrf_ble_gatt.h as below.&lt;/p&gt;
&lt;p&gt;#ifndef NRF_BLE_CENTRAL_LINK_COUNT
#define NRF_BLE_CENTRAL_LINK_COUNT 0
#endif&lt;/p&gt;
&lt;p&gt;#ifndef NRF_BLE_PERIPHERAL_LINK_COUNT
#define NRF_BLE_PERIPHERAL_LINK_COUNT 8
#endif&lt;/p&gt;
&lt;p&gt;#define NRF_BLE_GATT_LINK_COUNT (NRF_BLE_PERIPHERAL_LINK_COUNT + NRF_BLE_CENTRAL_LINK_COUNT)&lt;/p&gt;
&lt;p&gt;NRF_BLE_CENTRAL_LINK_COUNT was 1 and
NRF_BLE_PERIPHERAL_LINK_COUNT was also 1.&lt;/p&gt;
&lt;p&gt;So I think we have to change this values to use multi-link.
Is it right?&lt;/p&gt;
&lt;p&gt;I hope your reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>