<?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>Connected device address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3381/connected-device-address</link><description>In ble events handler after connecting to peripheral device i handle BLE_GAP_EVT_CONNECTED event and try to identity connected device: 
 case BLE_GAP_EVT_CONNECTED:
	{
 err_code = sd_ble_gap_address_get(&amp;amp;dev_addr); 
 if(err_code != NRF_SUCCESS)
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 06 Aug 2014 07:28:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3381/connected-device-address" /><item><title>RE: Connected device address</title><link>https://devzone.nordicsemi.com/thread/12290?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 07:28:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a149814-defa-46bd-a4cd-1692256bf6f4</guid><dc:creator>almaz_1c</dc:creator><description>&lt;p&gt;thanks   )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connected device address</title><link>https://devzone.nordicsemi.com/thread/12289?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 07:19:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d12665b-b128-419d-9b10-5413c2fe3cac</guid><dc:creator>P&amp;#229;l H&amp;#229;land</dc:creator><description>&lt;p&gt;sd_ble_gap_address_get would get your local device address and not the peer device address.&lt;/p&gt;
&lt;p&gt;While the address in the event is the peer device address.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>