<?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>ZigBee controller read connected device info</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41339/zigbee-controller-read-connected-device-info</link><description>When restrating the controller, are there any information stored in memory regarding the paired devices or is this up to each implementation to do this manually. 
 1. If there is information stored, what is the best way to list the devices ? 
 2. If not</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Dec 2019 04:33:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41339/zigbee-controller-read-connected-device-info" /><item><title>RE: ZigBee controller read connected device info</title><link>https://devzone.nordicsemi.com/thread/226466?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 04:33:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcc58d31-cb26-4162-b3c2-530871de9ef6</guid><dc:creator>WestCoastDaz</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/jimmy_4000_zone"&gt;Jimmy@zone&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have been searching for this answer for awhile now and I find it funny that this isn&amp;#39;t made more prominent in the ZBoss stack as this seems like a common problem.&lt;/p&gt;
&lt;p&gt;I was wondering if you can elaborate on a few&amp;nbsp;of things?&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;When do you run this query? I was thinking after the&amp;nbsp;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;ZB_ZDO_SIGNAL_SKIP_STARTUP&amp;nbsp;&lt;/span&gt;event?&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Can you elaborate on what you mean by the &amp;quot;used flag is not the only one you need to look at if you want the long address?&lt;/li&gt;
&lt;li&gt;Are you using this method still or did you find a better method?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Darren&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee controller read connected device info</title><link>https://devzone.nordicsemi.com/thread/162042?ContentTypeID=1</link><pubDate>Mon, 17 Dec 2018 10:59:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3700e7f-5a13-4ca6-9a2e-7e02916a9057</guid><dc:creator>longrain</dc:creator><description>&lt;p&gt;Thanks for your reply and tips！&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee controller read connected device info</title><link>https://devzone.nordicsemi.com/thread/162018?ContentTypeID=1</link><pubDate>Mon, 17 Dec 2018 09:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34d6bdda-6b7f-4341-9d9f-3de937851d8e</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;I just read it so, some one saves it. The used flag is not the only one you need to look at if you want the long address as the compressed version might be 0000 or ffff and then its regarded as invalid too.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee controller read connected device info</title><link>https://devzone.nordicsemi.com/thread/161985?ContentTypeID=1</link><pubDate>Mon, 17 Dec 2018 07:10:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1361ba2-1d32-4da6-bcdb-ae8b6c22b817</guid><dc:creator>longrain</dc:creator><description>&lt;p&gt;Hi，Jimmy。&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The &amp;ldquo;gc_addr_map&amp;rdquo;&amp;nbsp; in your code saved automatically by statck or manually？&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee controller read connected device info</title><link>https://devzone.nordicsemi.com/thread/161551?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 21:05:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b66aa03e-493e-436d-9858-2dea5e200e72</guid><dc:creator>Jimmy@zone</dc:creator><description>&lt;p&gt;Think I figured it out =)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for( zb_uint16_t i=0; i &amp;lt;ZB_CONFIG_IEEE_ADDR_TABLE_SIZE; ++i )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( gc_addr_map[i].used != 0 )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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; zb_ieee_addr_t ieee_addr;&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; zb_address_map_t t&amp;nbsp; = gc_addr_map[i];&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; zb_ieee_addr_decompress(ieee_addr, &amp;amp;t.ieee_addr);&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; printf(&amp;quot;0x%04hX %s\n&amp;quot;, t.addr, zb_ieee_addr_to_string(ieee_addr)); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee controller read connected device info</title><link>https://devzone.nordicsemi.com/thread/161138?ContentTypeID=1</link><pubDate>Tue, 11 Dec 2018 09:01:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bafade05-bc5d-48d0-9199-bbadaa007e88</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Hey Jimmy,&amp;nbsp;&lt;br /&gt;Our Zigbee guys are a bit preoccupied at the moment, we&amp;#39;ll get back to you ASAP.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;H&amp;aring;kon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>