<?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 can I recognize each pair of nrf52840 dongle?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66260/how-can-i-recognize-each-pair-of-nrf52840-dongle</link><description>First of all, I ask for your understanding of my poor English. I am a student studying in Korea. Ask for help. 
 
 I wonder how each pair recognizes each other when two pairs of dongle exist. I wonder what kind of information they recognize. I wonder</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Sep 2020 11:29:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66260/how-can-i-recognize-each-pair-of-nrf52840-dongle" /><item><title>RE: How can I recognize each pair of nrf52840 dongle?</title><link>https://devzone.nordicsemi.com/thread/271055?ContentTypeID=1</link><pubDate>Wed, 23 Sep 2020 11:29:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfd1dc29-5a03-4774-9e2f-e72932e009c1</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The central uses the connection handle to distinguish between links. For example, if you look at the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_multilink.html?cp=7_1_4_2_0_2"&gt;multilink example&lt;/a&gt;, you&amp;#39;ll see that the Central uses the specific connection handle to refer to a specific link:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-36b1218cc9e54ca4af4287fc624044e9/pastedimage1600860268189v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Each GAP Connected event has a 16 bit connection handle that is included in the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v0.9.0/structble__gap__evt__t.html?resultof=%22%62%6c%65%5f%67%61%70%5f%65%76%74%5f%74%22%20"&gt;event struct&lt;/a&gt;.&amp;nbsp;Which means that you could store the 16 bit connection handle after a connection event to refer to that specific link later in your application. I think it would help if you reviewed the example in the SDK.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>