<?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 the binding table on Zigbee local device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117000/how-to-get-the-binding-table-on-zigbee-local-device</link><description>Hello, 
 I am looking in the SDK how to get the binding table on the local device. I don&amp;#39;t find in the API which 
 function could give me this table to know the bindings done. 
 Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Dec 2024 13:25:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117000/how-to-get-the-binding-table-on-zigbee-local-device" /><item><title>RE: How to get the binding table on Zigbee local device</title><link>https://devzone.nordicsemi.com/thread/513632?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 13:25:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3cea330-3445-45aa-a981-abae6cc99dfc</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can get the binding table by sending a Mgmt_Bind_req to the local device using &lt;a href="https://ncsdoc.z6.web.core.windows.net/zboss/3.11.5.0/group__zdo__bind.html#ga732559445340acf1bc71a8dc1affcd5f"&gt;zb_zdo_mgmt_bind_req()&lt;/a&gt;. You can test this out with the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/samples/zigbee/shell/README.html"&gt;shell&lt;/a&gt; sample with the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/libraries/zigbee/shell.html#zdo_mgmtbind"&gt;zdo mgmt_bind&lt;/a&gt; command. If you want to see an example of how to use the zb_zdo_mgmt_bind_req() function, I recommend looking at how this is implemented in the shell library in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.8-branch/subsys/zigbee/lib/zigbee_shell/src/zigbee_shell_cmd_zdo.c#L1904"&gt;zigbee_shell_cmd_zdo.c&lt;/a&gt;.&lt;br /&gt;Note that even though zb_zdo_mgmt_bind_req() is used to send a Mgmt_Bind_req to another device, calling it for the local device will not send a packet in the Zigbee network.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>