<?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 check the paired device address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22713/how-to-check-the-paired-device-address</link><description>Hi, 
 Can anyone guide me to get the paired device address and how can I recheck device address when every time the device comes in to nearby central.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Jun 2017 12:39:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22713/how-to-check-the-paired-device-address" /><item><title>RE: How to check the paired device address</title><link>https://devzone.nordicsemi.com/thread/89300?ContentTypeID=1</link><pubDate>Wed, 14 Jun 2017 12:39:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c76ac6cb-6f3b-4210-8221-aa63a525ef26</guid><dc:creator>VelMurugan</dc:creator><description>&lt;p&gt;HI Nabil,
Thanks it works...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to check the paired device address</title><link>https://devzone.nordicsemi.com/thread/89299?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2017 13:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d53b40e-b1b2-43e4-a521-de9a22c7dc14</guid><dc:creator>Nabil</dc:creator><description>&lt;p&gt;With S132 SDK11 I&amp;#39;m using :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; case BLE_GAP_EVT_CONNECTED: {
            
            err_code = bsp_indication_set(BSP_INDICATE_CONNECTED);
            APP_ERROR_CHECK(err_code);
         
            //Connected device 
            ble_gap_addr_t  addr;
            memcpy(addr.addr, p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr, 6);

            for (i = 0; i &amp;lt; 6; ++i) {
    				addr_connected[i] = addr.addr[i];
  				}
  			i=0;
	    adrr_type = p_ble_evt-&amp;gt;evt.gap_evt.params.connected.peer_addr.addr_type;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;to get the adress and addr_type of connected devices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>