<?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 get RSSI of central</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47114/how-to-get-rssi-of-central</link><description>HI 
 I am using nrf52832 s132 sdk15.2 for my application development. 
 i have a question: my device is acting as peripheral. Is it possible to get RSSI value central device which are trying to connect my device? 
 if yes how to get RSSI value? 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 May 2019 12:26:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47114/how-to-get-rssi-of-central" /><item><title>RE: How to get RSSI of central</title><link>https://devzone.nordicsemi.com/thread/186180?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 12:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12e390c4-3ffe-4682-86bf-3fb6164eb93d</guid><dc:creator>Rekha</dc:creator><description>&lt;p&gt;Now my query is resolved.&lt;/p&gt;
&lt;p&gt;Thank you for the support&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get RSSI of central</title><link>https://devzone.nordicsemi.com/thread/186178?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 12:24:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad886d93-4543-426d-83d0-60b2e75deb88</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;Ok, I didn&amp;#39;t see any link before.&lt;/p&gt;
&lt;p&gt;So what&amp;#39;s your question?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get RSSI of central</title><link>https://devzone.nordicsemi.com/thread/186174?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 12:17:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f8d08b8-25ba-40b9-b819-a81183573f96</guid><dc:creator>Rekha</dc:creator><description>[quote userid="15909" url="~/f/nordic-q-a/47114/how-to-get-rssi-of-central/186172"]I don&amp;#39;t understand what you mean with this.[/quote]
&lt;p&gt;it was just copied from below link which i referred:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/38045/s132-v6-how-to-get-ble_gap_evt_scan_req_report-event"&gt; https://devzone.nordicsemi.com/f/nordic-q-a/38045/s132-v6-how-to-get-ble_gap_evt_scan_req_report-event &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get RSSI of central</title><link>https://devzone.nordicsemi.com/thread/186172?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 12:12:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04c70173-81ac-4930-9d47-114645bd79a9</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;Ah yes, I see. Yes it looks like you can set up the scan request notifications.&lt;/p&gt;
[quote userid="77433" url="~/f/nordic-q-a/47114/how-to-get-rssi-of-central/186170"]Due to memset, your code for notification goes back to null.[/quote]
&lt;p&gt;I don&amp;#39;t understand what you mean with this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get RSSI of central</title><link>https://devzone.nordicsemi.com/thread/186170?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 12:08:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4d5d58d-5a9a-489b-ab41-297e59a1c9c3</guid><dc:creator>Rekha</dc:creator><description>&lt;p&gt;Hi i followed this:&lt;/p&gt;
&lt;p&gt;enable &amp;quot;scan req notification&amp;quot; in ble_advertising_start function of ble_advertising.c.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case BLE_ADV_MODE_FAST:&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_advertising-&amp;gt;adv_params.scan_req_notification = 1;&amp;nbsp;&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ret = set_adv_mode_fast(p_advertising, &amp;amp;p_advertising-&amp;gt;adv_params);&lt;br /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/p&gt;
&lt;p&gt;Due to memset, your code for notification goes back to null.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;is it wrong?&lt;/p&gt;
&lt;p&gt;i verified it i am able to get the RSSI before connection.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get RSSI of central</title><link>https://devzone.nordicsemi.com/thread/186168?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 12:05:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b35c0e4f-80fa-4380-bf72-c6541f5b57a0</guid><dc:creator>Andy</dc:creator><description>&lt;p&gt;You can probably use&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.1/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html#gac369253b7f5ce0fc0093a6133faa791f"&gt;sd_ble_gap_rssi_start()&lt;/a&gt;, but only after the connection has been established.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>