<?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>softdevicee s120 rssi problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8053/softdevicee-s120-rssi-problem</link><description>Hi everyone 
 now i used softdevice s120 scan and connect two s110 device
and i used sd_ble_gap_rssi_start() when connect event ,
then get the rssi in BLE_GAP_EVT_RSSI_CHANGED
because i connect two s110 device so i get two rssi value
but how can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Jul 2015 07:52:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8053/softdevicee-s120-rssi-problem" /><item><title>RE: softdevicee s120 rssi problem</title><link>https://devzone.nordicsemi.com/thread/28875?ContentTypeID=1</link><pubDate>Mon, 13 Jul 2015 07:52:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b58821a-7158-42eb-a2cc-6fac10f2fa5e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;If Ulrich answered your question please accept it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: softdevicee s120 rssi problem</title><link>https://devzone.nordicsemi.com/thread/28876?ContentTypeID=1</link><pubDate>Mon, 13 Jul 2015 04:00:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bd059b0-39e3-4e54-9f9c-05c2fbfb5417</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;Hi Myhre :
thanks for your help,
it&amp;#39;s work fine now,
thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: softdevicee s120 rssi problem</title><link>https://devzone.nordicsemi.com/thread/28877?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2015 07:01:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:643085e2-7eb7-4e97-b9c4-73d002ef3462</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;When you first connect to your two devices, you will get assigned connection handles in the BLE_GAP_EVT_CONNECTED events. These connection handles will appear in other events at a later point to show you what device the event belongs to. When you receive an RSSI_CHANGED event, you have to look up the conn_handle field as mentioned above, then use that to decide which entry in the table to use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: softdevicee s120 rssi problem</title><link>https://devzone.nordicsemi.com/thread/28874?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2015 01:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4c482ce-a0e9-4318-9d50-1dd0945a2a3f</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;Hi Myhre
thanks for your reply . now i used rssi = p_ble_evt-&amp;gt;evt.gap_evt.params.rssi_changed.rssi; to get two connected device rssi value in BLE_GAP_EVT_RSSI_CHANGED CASE and it return two rssi value for me ,but i don&amp;#39;t know the rssi is first device&amp;#39;s or second device&amp;#39;s,i want to do is device[0] = rssi[0] ,device[1] = rssi[1] ,how can i doing that&lt;br /&gt;
thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: softdevicee s120 rssi problem</title><link>https://devzone.nordicsemi.com/thread/28873?ContentTypeID=1</link><pubDate>Wed, 08 Jul 2015 10:01:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84dc38e3-b183-438f-a272-d1c62830032a</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;Hi Peter,&lt;/p&gt;
&lt;p&gt;This is a GAP type event (ble_gap_evt_rssi_changed_t), so the connection handle should be available in the evt-&amp;gt;gap_evt.conn_handle struct. The connection handle should correspond to the connection handle you got in the initial CONNECTED event.&lt;/p&gt;
&lt;p&gt;Is this not the case for you?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>