<?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>how to make connection handle in an array</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47908/how-to-make-connection-handle-in-an-array</link><description>hi... folks 
 I am working on multilink central example, i have modified this example to multi link central uart ,where i can able to connect to multiple peripheral to a single central and able to transfer the data between them . Now i am trying to send</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 May 2019 14:56:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47908/how-to-make-connection-handle-in-an-array" /><item><title>RE: how to make connection handle in an array</title><link>https://devzone.nordicsemi.com/thread/189946?ContentTypeID=1</link><pubDate>Wed, 29 May 2019 14:56:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b97e515-050b-43a1-b437-b09bbb77e1a3</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;uint16_t connection_handles[NRF_SDH_BLE_PERIPHERAL_LINK_COUNT];

static void on_connect(ble_evt_t const * p_ble_evt) {
    connection_handles[peripheral_id] = p_ble_evt-&amp;gt;evt.gap_evt.conn_handle;
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>