<?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 tell central devices apart?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65289/how-to-tell-central-devices-apart</link><description>Hello. 
 I am running ble_app_uart altered to allow for connection of two central devices. 
 The connection of two devices work fine. 
 
 Upon each connected central, I can tell the connections apart if I make m_conn_handle into an array of 2, I guess</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Aug 2020 13:20:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65289/how-to-tell-central-devices-apart" /><item><title>RE: How to tell central devices apart?</title><link>https://devzone.nordicsemi.com/thread/266759?ContentTypeID=1</link><pubDate>Thu, 27 Aug 2020 13:20:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b52c947-d81c-4343-9d99-58275108a25d</guid><dc:creator>AndersF</dc:creator><description>&lt;p&gt;Thanks very much.&lt;/p&gt;
&lt;p&gt;The proprietary characteristic seems the best way to go.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to tell central devices apart?</title><link>https://devzone.nordicsemi.com/thread/266748?ContentTypeID=1</link><pubDate>Thu, 27 Aug 2020 12:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b96286bc-6b30-4c14-9a33-0ed5c4cf42fa</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can separate peers with the connection handle as you describe yes.&lt;/p&gt;
&lt;p&gt;I am not aware of any built in feature in BLE that can identify a peer automatically, however you may for instance add a proprietary characteristic that the app running on the peer can write to after connection is established to identify itself. Think this would be the preferred option. Alternatively you can do a database discovery of the peer, however I would not expect that you could get any reliable information from this without doing this for many vendors and versions, this could also change if they update the peer.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>