<?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>BLE Central HR - How to read RSSI of the connected device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126969/ble-central-hr---how-to-read-rssi-of-the-connected-device</link><description>Hello, I&amp;#39;m using Nordic Central HR example. I&amp;#39;m wondering how to read RSSI of a BLE device connected to the NRF5340, I have tried multiple version found on this forum, but it looks like none of them are supported on NRF5340 with SKD v3.1.1. If you could</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Feb 2026 07:44:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126969/ble-central-hr---how-to-read-rssi-of-the-connected-device" /><item><title>RE: BLE Central HR - How to read RSSI of the connected device</title><link>https://devzone.nordicsemi.com/thread/561075?ContentTypeID=1</link><pubDate>Fri, 13 Feb 2026 07:44:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0a8f37d-883b-4374-bd63-45ae6416b743</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;On the nRF5340, to read RSSI while connected, you must use HCI commands from Zephyr. Here are some steps I would suggest:&lt;/p&gt;
&lt;p&gt;1) Keep the connection pointer. In the central HR example, this should be: static struct bt_conn*default_conn;&lt;/p&gt;
&lt;p&gt;2) Then after you are connected, you can get the controller&amp;#39;s connection handle from a work item or main loop.&lt;/p&gt;
&lt;p&gt;3) Use the standard Zephyr HCI API to send an HCI &amp;quot;Read RSSI&amp;quot; command. So, you ask the controller for RSSI.&lt;/p&gt;
&lt;p&gt;4) Use a work item to call it&lt;/p&gt;
&lt;p&gt;5) You can schedule the work instead of reading RSSI directly in your connected() callback.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me know if you have any further questions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>