<?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>multilink</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54502/multilink</link><description>hi, 
 i am using one central and 18 peripherals. i am unable to send data to one particular peripheral from the central .plz help me to identify a peripheral in the group of 18 peripherals by central node. 
 Regards, 
 jagadeesh</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Nov 2019 12:51:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54502/multilink" /><item><title>RE: multilink</title><link>https://devzone.nordicsemi.com/thread/221072?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2019 12:51:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2aca9214-2471-4328-9902-e0ec39f1e60a</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Both of these values will be provided in the BLE_GAP_EVT_CONNECTED event, which occurs when a new connection is established.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The connection handle can be found in:&lt;br /&gt;&lt;em&gt;p_ble_evt-&amp;gt;evt.gap_evt.conn_handle&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;And the address of the connected device in:&lt;br /&gt;&lt;em&gt;p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The connection handle will be an index starting at 0, and increasing by 1 for each connected device, so if you want to maintain an array of connected devices you can use the connection handle as an index into this array.&amp;nbsp;&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: multilink</title><link>https://devzone.nordicsemi.com/thread/220706?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2019 05:16:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80a4dcc5-2f69-466d-9913-0c52c8093649</guid><dc:creator>jagadeesh surneni</dc:creator><description>&lt;p&gt;where can i find the unique BLE address and unique connection handle.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;jagadeesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: multilink</title><link>https://devzone.nordicsemi.com/thread/220589?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2019 13:15:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de87ce0f-d8ea-4a41-8ded-a2d6dc19bc5a</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Are you using the ble_app_multilink_central example as a starting point?&lt;/p&gt;
&lt;p&gt;All of the connected devices will have a unique connection handle and a unique BLE address, and by referring to these you can access devices independently, but you can also assign unique device names to the different devices if you want some more intuitive way to separate them.&amp;nbsp;&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></channel></rss>