<?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>Read Device name, address and RSSI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61690/read-device-name-address-and-rssi</link><description>Hi, 
 I am trying to find RSSI of the value of the nearest device also I need the Device name, address of those devices. I got the RSSI value but some problem in D evice name, address. 
 I attached the log</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 May 2020 07:07:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61690/read-device-name-address-and-rssi" /><item><title>RE: Read Device name, address and RSSI</title><link>https://devzone.nordicsemi.com/thread/251168?ContentTypeID=1</link><pubDate>Fri, 22 May 2020 07:07:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fca3fc9-19b3-4342-aa64-12ea34937ea1</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Use NRF_LOG_PUSH() macro:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_LOG_INFO(&amp;quot;add : %s name : %s rssi : %d&amp;quot;, NRF_LOG_PUSH(buffer),  NRF_LOG_PUSH(p_device[i].dev_name), p_device[i].rssi); &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Those strings are otherwise just saved as &lt;em&gt;pointers&lt;/em&gt;, and the memory had changed when the deferred log is actually processed in the backend.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>