<?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>Error on commissioning step &amp;#39;FindOperational&amp;#39; while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91573/error-on-commissioning-step-findoperational-while-pairing-matter-sample-over-ble-thread</link><description>Hi, 
 I&amp;#39;m following this tutorial https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/ug_matter.html - I use the nrf52840 dongle as a co-processor connected to a raspberry pi running OTBR, nrf52840 DK flashed with matter door lock sample and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Jul 2023 14:15:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91573/error-on-commissioning-step-findoperational-while-pairing-matter-sample-over-ble-thread" /><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434752?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 14:15:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:813727f5-82bd-4a32-8289-f92a746dd57c</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Varun,&lt;/p&gt;
&lt;p&gt;I assume you are following &lt;a href="https://openthread.io/guides/border-router/docker"&gt;Overview &amp;nbsp;|&amp;nbsp; OpenThread&lt;/a&gt;&amp;nbsp;to set up OTBR. Do you have RCP plugged in properly and detected? Unfortunately, I am not familiar with OTBR too much except for using it on RPI directly. I suggest you check with the OTBR developers here&amp;nbsp;&lt;a href="https://github.com/openthread/ot-br-posix/issues"&gt;Issues · openthread/ot-br-posix (github.com)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Some explanation about my previous suggestions:&lt;/p&gt;
&lt;p&gt;1) Matter(former Project CHIP) provides OTBR, commissioner tools in the beginning to help developers with their Matter accessaries development, but the setup process is complex and these tools may be less maintained now due to more commercial smart home ecosystems starting to support Matter. If you are just developing or testing Matter devices, I strongly suggest you use Apple Homekit(Homepod Mini), Google Home(Nest Hub), and so on for your&amp;nbsp;development&amp;nbsp;instead of setting up your own environment.&lt;/p&gt;
&lt;p&gt;2) If you still want to use the original Matter development environment, please make sure you tested with a known working Matter device (running Thread protocol for your test specifically) like &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.0/nrf/samples/matter.html"&gt;Matter samples — nRF Connect SDK 2.4.0 documentation (nordicsemi.com),&lt;/a&gt;&amp;nbsp;this will save some efforts to test with some uncertain device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434683?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 11:42:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dfd2234-3032-400a-bf9d-bd32566c9081</guid><dc:creator>Varun2103</dc:creator><description>&lt;p&gt;Also charlie, I want you to know that my OTBR interface is wpan0 and my laptop Wi-Fi interface is wlp3s0 but when I&amp;#39;m giving command ifconfig in my PC, I&amp;#39;m getting like the below mentioned log&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;ifconfig
docker0: flags=4099&amp;lt;UP,BROADCAST,MULTICAST&amp;gt;  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
        inet6 fe80::42:acff:fecc:a2f3  prefixlen 64  scopeid 0x20&amp;lt;link&amp;gt;
        ether 02:42:ac:cc:a2:f3  txqueuelen 0  (Ethernet)
        RX packets 1653  bytes 1938148 (1.9 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 931  bytes 72609 (72.6 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp2s0: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt;  mtu 1500
        inet 10.72.208.176  netmask 255.255.254.0  broadcast 10.72.209.255
        inet6 fe80::6812:dc5e:679d:ced6  prefixlen 64  scopeid 0x20&amp;lt;link&amp;gt;
        ether c0:3e:ba:3a:00:5b  txqueuelen 1000  (Ethernet)
        RX packets 86153  bytes 76838415 (76.8 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 45548  bytes 7520260 (7.5 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73&amp;lt;UP,LOOPBACK,RUNNING&amp;gt;  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10&amp;lt;host&amp;gt;
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 339719  bytes 37653563 (37.6 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 339719  bytes 37653563 (37.6 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

otbr0: flags=4099&amp;lt;UP,BROADCAST,MULTICAST&amp;gt;  mtu 1500
        inet 172.18.0.1  netmask 255.255.0.0  broadcast 172.18.255.255
        inet6 fd11:db8:1::1  prefixlen 64  scopeid 0x0&amp;lt;global&amp;gt;
        inet6 fe80::42:53ff:fe16:e76b  prefixlen 64  scopeid 0x20&amp;lt;link&amp;gt;
        inet6 fe80::1  prefixlen 64  scopeid 0x20&amp;lt;link&amp;gt;
        ether 02:42:53:16:e7:6b  txqueuelen 0  (Ethernet)
        RX packets 13331  bytes 12291175 (12.2 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5645  bytes 432361 (432.3 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp3s0: flags=4163&amp;lt;UP,BROADCAST,RUNNING,MULTICAST&amp;gt;  mtu 1500
        inet 192.168.219.214  netmask 255.255.255.0  broadcast 192.168.219.255
        inet6 fe80::8c72:bdf9:c67:5b53  prefixlen 64  scopeid 0x20&amp;lt;link&amp;gt;
        inet6 2409:40f2:101f:78e1:a1ca:b687:ed88:2b8b  prefixlen 64  scopeid 0x0&amp;lt;global&amp;gt;
        inet6 2409:40f2:101f:78e1:65fd:d681:2090:1810  prefixlen 64  scopeid 0x0&amp;lt;global&amp;gt;
        ether 28:cd:c4:c3:27:33  txqueuelen 1000  (Ethernet)
        RX packets 519676  bytes 545654304 (545.6 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 233204  bytes 61071612 (61.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not understanding why there is no wpan0 interface in this and what is otbr0 exactly&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434676?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 11:32:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67c5efad-e65b-411d-87a5-5bbee19b5d18</guid><dc:creator>Varun2103</dc:creator><description>&lt;p&gt;Means I didn&amp;#39;t understood your uestion exactly&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434671?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 11:15:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76de7995-1937-408b-915c-7a12fa8288fa</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Varun,&lt;/p&gt;
&lt;p&gt;Are you able to test with any options mentioned here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/support-private/support/294750#permalink=874313"&gt;https://devzone.nordicsemi.com/support-private/support/294750#permalink=874313&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434642?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 09:22:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:decb0609-b30e-4d68-9601-db13d2f3ef34</guid><dc:creator>Varun2103</dc:creator><description>&lt;p&gt;Hi charlie, any solution for my problem ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434426?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 10:38:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8a1494a-c945-440f-8ea1-ef5d3280c75e</guid><dc:creator>Varun2103</dc:creator><description>&lt;p&gt;No&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434418?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 10:26:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb0e8225-7e97-456c-87cc-972ad69e106f</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Ok, did you get a chance to test with any other Matter accessory &lt;strong&gt;over Thread&lt;/strong&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434408?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 09:33:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbf31d72-9dbb-43fd-bedd-353200297de2</guid><dc:creator>Varun2103</dc:creator><description>&lt;p&gt;Hey actually when I tried with Tapo P125M Smart plug over Wi-Fi, it worked for me, So I think bulb can also work with the matter development tools.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434402?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 09:20:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2affef8-24ec-49eb-a5d6-8d4f9a54a4c1</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Varun,&lt;/p&gt;
&lt;p&gt;I am not confident that the commercial product&amp;nbsp;&lt;span&gt;Nanoleaf Matter Bulb A60 will directly work with the Matter Development tools. Could you try the following two suggestions?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1) Use one of&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.0/nrf/samples/matter.html"&gt;Matter samples — nRF Connect SDK 2.4.0 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;to confirm the matter development environment you set up actually works.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2) Test&amp;nbsp;Nanoleaf Matter Bulb A60 with a smart home ecosystem which has claim support on Matter accessories like Apple Homekit(Homepod Mini), Google Home(Nest Hub), and so on.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434333?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 05:10:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d23efd08-6c91-435d-8811-00ad4cc866ab</guid><dc:creator>Varun2103</dc:creator><description>&lt;p&gt;Hey how you got operational dataset by running the following command&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;sudo docker run --rm -it --privileged -d --network host --name 
otbr --volume /dev/ttyACM0:/dev/ttyACM0 nrfconnect/otbr:1813352 
--radio-url spinel+hdlc+uart:///dev/ttyACM0 -B wlan0&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/434329?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2023 04:35:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e011033-2b02-4aea-9ae3-5e4ddd6eec2d</guid><dc:creator>Varun2103</dc:creator><description>&lt;p&gt;Hey hello, I&amp;#39;m trying to commission nanoleaf Matter bulb using OTBR in docker and chip-tool in my linux Ubuntu 22.04. Could you please look into my error and help me getting resolve of it&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Tools :&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1)Nanoleaf Matter Bulb A60&lt;/p&gt;
&lt;p&gt;2)Chip-tool downloaded from &lt;a id="" href="https://github.com/nrfconnect/sdk-connectedhomeip/releases"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/releases&lt;/a&gt; for ubuntu x64 machine&lt;/p&gt;
&lt;p&gt;3)OTBR in docker, I followed this link&lt;/p&gt;
&lt;p&gt;4)nRF52840 dongle programmed using this link &lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.99-dev1/matter/openthread_rcp_nrf_dongle.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.99-dev1/matter/openthread_rcp_nrf_dongle.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The chip-tool log:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[1688390344.566519][22573:22575] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001
[1688390344.566537][22573:22575] CHIP:CTL: Received ArmFailSafe response errorCode=0
[1688390344.566549][22573:22575] CHIP:CTL: Successfully finished commissioning step &amp;#39;FailsafeBeforeThreadEnable&amp;#39;
[1688390344.566559][22573:22575] CHIP:CTL: Commissioning stage next step: &amp;#39;FailsafeBeforeThreadEnable&amp;#39; -&amp;gt; &amp;#39;ThreadNetworkEnable&amp;#39;
[1688390344.566570][22573:22575] CHIP:CTL: Performing next commissioning step &amp;#39;ThreadNetworkEnable&amp;#39;
[1688390344.566607][22573:22575] CHIP:DMG: ICR moving to [AddingComm]
[1688390344.566619][22573:22575] CHIP:DMG: ICR moving to [AddedComma]
[1688390344.566659][22573:22575] CHIP:EM: &amp;lt;&amp;lt;&amp;lt; [E:55451i S:3373 M:123627894] (S) Msg TX to 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
[1688390344.566674][22573:22575] CHIP:IN: (S) Sending msg 123627894 on secure session with LSID: 3373
[1688390344.566862][22573:22575] CHIP:DMG: ICR moving to [CommandSen]
[1688390344.566897][22573:22575] CHIP:DMG: ICR moving to [AwaitingDe]
[1688390344.655738][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390345.907482][22573:22575] CHIP:BLE: BLE scan error: src/platform/Linux/bluez/ChipDeviceScanner.cpp:154: CHIP Error 0x00000032: Timeout
[1688390345.916148][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390345.916236][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390345.916332][22573:22575] CHIP:EM: &amp;gt;&amp;gt;&amp;gt; [E:55451i S:3373 M:68425704] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse)
[1688390345.916348][22573:22575] CHIP:EM: Found matching exchange: 55451i, Delegate: 0x7fdab806f718
[1688390345.916361][22573:22575] CHIP:DMG: ICR moving to [ResponseRe]
[1688390345.916385][22573:22575] CHIP:DMG: InvokeResponseMessage =
[1688390345.916390][22573:22575] CHIP:DMG: {
[1688390345.916396][22573:22575] CHIP:DMG: 	suppressResponse = false, 
[1688390345.916404][22573:22575] CHIP:DMG: 	InvokeResponseIBs =
[1688390345.916421][22573:22575] CHIP:DMG: 	[
[1688390345.916430][22573:22575] CHIP:DMG: 		InvokeResponseIB =
[1688390345.916447][22573:22575] CHIP:DMG: 		{
[1688390345.916456][22573:22575] CHIP:DMG: 			CommandDataIB =
[1688390345.916468][22573:22575] CHIP:DMG: 			{
[1688390345.916477][22573:22575] CHIP:DMG: 				CommandPathIB =
[1688390345.916488][22573:22575] CHIP:DMG: 				{
[1688390345.916501][22573:22575] CHIP:DMG: 					EndpointId = 0x0,
[1688390345.916513][22573:22575] CHIP:DMG: 					ClusterId = 0x31,
[1688390345.916524][22573:22575] CHIP:DMG: 					CommandId = 0x7,
[1688390345.916535][22573:22575] CHIP:DMG: 				},
[1688390345.916549][22573:22575] CHIP:DMG: 				
[1688390345.916559][22573:22575] CHIP:DMG: 				CommandFields = 
[1688390345.916571][22573:22575] CHIP:DMG: 				{
[1688390345.916584][22573:22575] CHIP:DMG: 					0x0 = 0, 
[1688390345.916597][22573:22575] CHIP:DMG: 					0x2 = NULL
[1688390345.916609][22573:22575] CHIP:DMG: 				},
[1688390345.916617][22573:22575] CHIP:DMG: 			},
[1688390345.916628][22573:22575] CHIP:DMG: 			
[1688390345.916634][22573:22575] CHIP:DMG: 		},
[1688390345.916649][22573:22575] CHIP:DMG: 		
[1688390345.916656][22573:22575] CHIP:DMG: 	],
[1688390345.916673][22573:22575] CHIP:DMG: 	
[1688390345.916681][22573:22575] CHIP:DMG: 	InteractionModelRevision = 1
[1688390345.916689][22573:22575] CHIP:DMG: },
[1688390345.916725][22573:22575] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0007
[1688390345.916743][22573:22575] CHIP:CTL: Received ConnectNetwork response, networkingStatus=0
[1688390345.916756][22573:22575] CHIP:CTL: Successfully finished commissioning step &amp;#39;ThreadNetworkEnable&amp;#39;
[1688390345.916767][22573:22575] CHIP:CTL: Commissioning stage next step: &amp;#39;ThreadNetworkEnable&amp;#39; -&amp;gt; &amp;#39;FindOperational&amp;#39;
[1688390345.916780][22573:22575] CHIP:CTL: Performing next commissioning step &amp;#39;FindOperational&amp;#39;
[1688390345.916789][22573:22575] CHIP:CSM: FindOrEstablishSession: PeerId = [1:0000000000000036]
[1688390345.916800][22573:22575] CHIP:CSM: FindOrEstablishSession: No existing OperationalSessionSetup instance found
[1688390345.916817][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 1 --&amp;gt; 2
[1688390345.916829][22573:22575] CHIP:DIS: Resolving 75A6D801D66A1E10:0000000000000036 ...
[1688390345.917565][22573:22575] CHIP:DMG: ICR moving to [AwaitingDe]
[1688390346.117008][22573:22575] CHIP:DIS: Checking node lookup status after 200 ms
[1688390346.801105][22573:22575] CHIP:DL: Re-trying resolve
[1688390346.801749][22573:22575] CHIP:DL: Re-trying resolve
[1688390348.614817][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390348.784198][22573:22575] CHIP:DL: Avahi resolve found
[1688390348.784243][22573:22575] CHIP:DIS: Node ID resolved for 75A6D801D66A1E10:0000000000000036
[1688390348.784250][22573:22575] CHIP:DIS: 	Hostname: A6448819020DB534
[1688390348.784258][22573:22575] CHIP:DIS: 	IP Address #1: fd11:22::f222:7f86:5acf:da40
[1688390348.784263][22573:22575] CHIP:DIS: 	Port: 5540
[1688390348.784267][22573:22575] CHIP:DIS: 	Mrp Interval idle: 5000 ms
[1688390348.784273][22573:22575] CHIP:DIS: 	Mrp Interval active: 300 ms
[1688390348.784284][22573:22575] CHIP:DIS: 	TCP Supported: 0
[1688390348.784597][22573:22575] CHIP:DIS: Lookup clearing interface for non LL address
[1688390348.784634][22573:22575] CHIP:DIS: UDP:[fd11:22::f222:7f86:5acf:da40%otbr0]:5540: new best score: 4
[1688390348.784640][22573:22575] CHIP:DIS: Checking node lookup status after 2868 ms
[1688390348.784651][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: Updating device address to UDP:[fd11:22::f222:7f86:5acf:da40]:5540 while in state 2
[1688390348.784657][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 2 --&amp;gt; 3
[1688390348.784698][22573:22575] CHIP:IN: SecureSession[0x7fdab001bf80]: Allocated Type:2 LSID:3374
[1688390348.784719][22573:22575] CHIP:SC: Initiating session on local FabricIndex 1 from 0x000000000001B669 -&amp;gt; 0x0000000000000036
[1688390348.791993][22573:22575] CHIP:EM: &amp;lt;&amp;lt;&amp;lt; [E:55452i S:0 M:98152631] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:30 (SecureChannel:CASE_Sigma1)
[1688390348.792021][22573:22575] CHIP:IN: (U) Sending msg 98152631 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390348.794427][22573:22575] CHIP:SC: Sent Sigma1 msg
[1688390348.794448][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 3 --&amp;gt; 4
[1688390351.215770][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390351.215852][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390351.802651][22573:22575] CHIP:DL: Re-trying resolve
[1688390351.804072][22573:22575] CHIP:DL: Re-trying resolve
[1688390353.924665][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390354.538389][22573:22575] CHIP:EM: Retransmitting MessageCounter:98152631 on exchange 55452i Send Cnt 1
[1688390354.538457][22573:22575] CHIP:IN: (U) Sending msg 98152631 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390356.484032][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390356.484113][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390356.806694][22573:22575] CHIP:DL: Avahi resolve failed
[1688390356.807345][22573:22575] CHIP:DL: Avahi resolve failed
[1688390359.188879][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390361.391289][22573:22575] CHIP:EM: Retransmitting MessageCounter:98152631 on exchange 55452i Send Cnt 2
[1688390361.391341][22573:22575] CHIP:IN: (U) Sending msg 98152631 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390361.751860][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390361.751932][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390364.453044][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390367.055570][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390367.055640][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390369.762370][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390370.279025][22573:22575] CHIP:EM: Retransmitting MessageCounter:98152631 on exchange 55452i Send Cnt 3
[1688390370.279088][22573:22575] CHIP:IN: (U) Sending msg 98152631 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390372.320182][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390372.320265][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390375.026790][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390377.583491][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390377.583634][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390380.290891][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390382.847408][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390382.847476][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390385.556185][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390386.483214][22573:22575] CHIP:EM: Retransmitting MessageCounter:98152631 on exchange 55452i Send Cnt 4
[1688390386.483269][22573:22575] CHIP:IN: (U) Sending msg 98152631 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390388.110776][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390388.110817][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390390.820638][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390393.383445][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390393.383531][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390396.085136][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390398.643837][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390398.643961][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390401.349332][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390403.911652][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390403.911792][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390406.658059][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390409.215954][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390409.216083][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390411.920730][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390413.641632][22573:22575] CHIP:EM: Failed to Send CHIP MessageCounter:98152631 on exchange 55452i sendCount: 4 max retries: 4
[1688390414.523523][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390414.523598][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390417.228258][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390419.783832][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390419.783979][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390421.271661][22573:22575] CHIP:SC: CASESession timed out while waiting for a response from the peer. Current state was 1
[1688390421.271698][22573:22575] CHIP:IN: SecureSession[0x7fdab001bf80]: Released - Type:2 LSID:3374
[1688390421.271717][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 4 --&amp;gt; 2
[1688390421.271730][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 2 --&amp;gt; 1
[1688390421.271746][22573:22575] CHIP:DIS: OperationalSessionSetup:attempts done: 1, attempts left: 2, retry delay 1s, status src/system/SystemLayerImplSelect.cpp:167: Success
[1688390421.271753][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 1 --&amp;gt; 6
[1688390421.271771][22573:22575] CHIP:CTL: Session establishment failed for &amp;lt;0000000000000036, 1&amp;gt;, error: src/protocols/secure_channel/CASESession.cpp:485: CHIP Error 0x00000032: Timeout.  Next retry expected to get a response to Sigma1 or fail within 8 seconds
[1688390421.271784][22573:22575] CHIP:CTL: Arming failsafe (68 seconds)
[1688390421.271825][22573:22575] CHIP:DMG: ICR moving to [AddingComm]
[1688390421.271838][22573:22575] CHIP:DMG: ICR moving to [AddedComma]
[1688390421.271890][22573:22575] CHIP:EM: &amp;lt;&amp;lt;&amp;lt; [E:55453i S:3373 M:123627895] (S) Msg TX to 0:FFFFFFFB00000000 [0000] --- Type 0001:08 (IM:InvokeCommandRequest)
[1688390421.271910][22573:22575] CHIP:IN: (S) Sending msg 123627895 on secure session with LSID: 3373
[1688390421.272269][22573:22575] CHIP:DMG: ICR moving to [CommandSen]
[1688390421.366506][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390421.412787][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390421.412874][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390421.412964][22573:22575] CHIP:EM: &amp;gt;&amp;gt;&amp;gt; [E:55453i S:3373 M:68425705] (S) Msg RX from 0:FFFFFFFB00000000 [0000] --- Type 0001:09 (IM:InvokeCommandResponse)
[1688390421.412980][22573:22575] CHIP:EM: Found matching exchange: 55453i, Delegate: 0x7fdab806f5b8
[1688390421.412992][22573:22575] CHIP:DMG: ICR moving to [ResponseRe]
[1688390421.413015][22573:22575] CHIP:DMG: InvokeResponseMessage =
[1688390421.413021][22573:22575] CHIP:DMG: {
[1688390421.413029][22573:22575] CHIP:DMG: 	suppressResponse = false, 
[1688390421.413035][22573:22575] CHIP:DMG: 	InvokeResponseIBs =
[1688390421.413047][22573:22575] CHIP:DMG: 	[
[1688390421.413053][22573:22575] CHIP:DMG: 		InvokeResponseIB =
[1688390421.413065][22573:22575] CHIP:DMG: 		{
[1688390421.413072][22573:22575] CHIP:DMG: 			CommandDataIB =
[1688390421.413080][22573:22575] CHIP:DMG: 			{
[1688390421.413086][22573:22575] CHIP:DMG: 				CommandPathIB =
[1688390421.413094][22573:22575] CHIP:DMG: 				{
[1688390421.413101][22573:22575] CHIP:DMG: 					EndpointId = 0x0,
[1688390421.413109][22573:22575] CHIP:DMG: 					ClusterId = 0x30,
[1688390421.413116][22573:22575] CHIP:DMG: 					CommandId = 0x1,
[1688390421.413122][22573:22575] CHIP:DMG: 				},
[1688390421.413133][22573:22575] CHIP:DMG: 				
[1688390421.413139][22573:22575] CHIP:DMG: 				CommandFields = 
[1688390421.413148][22573:22575] CHIP:DMG: 				{
[1688390421.413156][22573:22575] CHIP:DMG: 					0x0 = 0, 
[1688390421.413165][22573:22575] CHIP:DMG: 					0x1 = &amp;quot;&amp;quot; (0 chars), 
[1688390421.413173][22573:22575] CHIP:DMG: 				},
[1688390421.413178][22573:22575] CHIP:DMG: 			},
[1688390421.413187][22573:22575] CHIP:DMG: 			
[1688390421.413193][22573:22575] CHIP:DMG: 		},
[1688390421.413202][22573:22575] CHIP:DMG: 		
[1688390421.413208][22573:22575] CHIP:DMG: 	],
[1688390421.413219][22573:22575] CHIP:DMG: 	
[1688390421.413225][22573:22575] CHIP:DMG: 	InteractionModelRevision = 1
[1688390421.413230][22573:22575] CHIP:DMG: },
[1688390421.413257][22573:22575] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001
[1688390421.413271][22573:22575] CHIP:CTL: Status of extending fail-safe for CASE retry: 0
[1688390421.413286][22573:22575] CHIP:DMG: ICR moving to [AwaitingDe]
[1688390422.273282][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 6 --&amp;gt; 2
[1688390422.273321][22573:22575] CHIP:DIS: Resolving 75A6D801D66A1E10:0000000000000036 ...
[1688390422.274554][22573:22575] CHIP:DL: Avahi resolve found
[1688390422.274600][22573:22575] CHIP:DIS: Node ID resolved for 75A6D801D66A1E10:0000000000000036
[1688390422.274607][22573:22575] CHIP:DIS: 	Hostname: A6448819020DB534
[1688390422.274615][22573:22575] CHIP:DIS: 	IP Address #1: fd11:22::f222:7f86:5acf:da40
[1688390422.274619][22573:22575] CHIP:DIS: 	Port: 5540
[1688390422.274624][22573:22575] CHIP:DIS: 	Mrp Interval idle: 5000 ms
[1688390422.274628][22573:22575] CHIP:DIS: 	Mrp Interval active: 300 ms
[1688390422.274635][22573:22575] CHIP:DIS: 	TCP Supported: 0
[1688390422.274920][22573:22575] CHIP:DIS: Lookup clearing interface for non LL address
[1688390422.274949][22573:22575] CHIP:DIS: UDP:[fd11:22::f222:7f86:5acf:da40%otbr0]:5540: new best score: 4
[1688390422.274955][22573:22575] CHIP:DIS: Checking node lookup status after 2 ms
[1688390422.274960][22573:22575] CHIP:DIS: Keeping DNSSD lookup active
[1688390422.472919][22573:22575] CHIP:DIS: Checking node lookup status after 200 ms
[1688390422.472958][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: Updating device address to UDP:[fd11:22::f222:7f86:5acf:da40]:5540 while in state 2
[1688390422.472966][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 2 --&amp;gt; 3
[1688390422.473004][22573:22575] CHIP:IN: SecureSession[0x7fdab001bf80]: Allocated Type:2 LSID:3375
[1688390422.473020][22573:22575] CHIP:SC: Initiating session on local FabricIndex 1 from 0x000000000001B669 -&amp;gt; 0x0000000000000036
[1688390422.479178][22573:22575] CHIP:EM: &amp;lt;&amp;lt;&amp;lt; [E:55454i S:0 M:98152632] (U) Msg TX to 0:0000000000000000 [0000] --- Type 0000:30 (SecureChannel:CASE_Sigma1)
[1688390422.479187][22573:22575] CHIP:IN: (U) Sending msg 98152632 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390422.481513][22573:22575] CHIP:SC: Sent Sigma1 msg
[1688390422.481518][22573:22575] CHIP:DIS: OperationalSessionSetup[1:0000000000000036]: State change 3 --&amp;gt; 4
[1688390424.110209][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390426.667809][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390426.667941][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390429.348639][22573:22575] CHIP:EM: Retransmitting MessageCounter:98152632 on exchange 55454i Send Cnt 1
[1688390429.348692][22573:22575] CHIP:IN: (U) Sending msg 98152632 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390429.372749][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390431.935584][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390431.935706][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390434.680949][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390435.781223][22573:22575] CHIP:EM: Retransmitting MessageCounter:98152632 on exchange 55454i Send Cnt 2
[1688390435.781274][22573:22575] CHIP:IN: (U) Sending msg 98152632 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390437.239768][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390437.239898][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390439.943621][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390442.499704][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390442.499787][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390444.945933][22573:22575] CHIP:EM: Retransmitting MessageCounter:98152632 on exchange 55454i Send Cnt 3
[1688390444.945987][22573:22575] CHIP:IN: (U) Sending msg 98152632 to IP address &amp;#39;UDP:[fd11:22::f222:7f86:5acf:da40]:5540&amp;#39;
[1688390445.161771][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390447.719040][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390447.719091][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390450.424870][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390452.983724][22573:22574] CHIP:DL: Indication received, conn = 0x7fdab806d8c0
[1688390452.983847][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1688390455.688867][22573:22575] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1688390455.757115][22573:22573] CHIP:CTL: Shutting down the commissioner
[1688390455.757139][22573:22573] CHIP:CTL: Stopping commissioning discovery over DNS-SD
[1688390455.757146][22573:22573] CHIP:DIS: Closing all BLE connections
[1688390455.757157][22573:22573] CHIP:IN: Clearing BLE pending packets.
[1688390455.757348][22573:22573] CHIP:BLE: Auto-closing end point&amp;#39;s BLE connection.
[1688390455.757359][22573:22573] CHIP:DL: Closing BLE GATT connection (con 0x7fdab806d8c0)
[1688390455.757395][22573:22574] CHIP:DL: BluezDisconnect peer=F0:82:C0:02:B4:7C
[1688390458.574152][22573:22573] CHIP:IN: SecureSession[0x7fdab000e600]: MarkForEviction Type:1 LSID:3373
[1688390458.574189][22573:22573] CHIP:SC: SecureSession[0x7fdab000e600]: Moving from state &amp;#39;kActive&amp;#39; --&amp;gt; &amp;#39;kPendingEviction&amp;#39;
[1688390458.574223][22573:22573] CHIP:IN: SecureSession[0x7fdab000e600]: Released - Type:1 LSID:3373
[1688390458.574239][22573:22573] CHIP:CTL: Shutting down the controller
[1688390458.574266][22573:22573] CHIP:IN: SecureSession[0x7fdab001bf80]: Released - Type:2 LSID:3375
[1688390458.574294][22573:22573] CHIP:CTL: Device connection failed. Error src/app/OperationalSessionSetup.cpp:438: CHIP Error 0x00000074: The operation has been cancelled
[1688390458.574305][22573:22573] CHIP:IN: Expiring all sessions for fabric 0x1!!
[1688390458.574312][22573:22573] CHIP:FP: Forgetting fabric 0x1
[1688390458.574325][22573:22573] CHIP:TS: Pending Last Known Good Time: 2023-06-01T07:38:45
[1688390458.574437][22573:22574] CHIP:DL: Bluez disconnected
[1688390458.574453][22573:22574] CHIP:DL: Bluez notify CHIPoBluez connection disconnected
[1688390458.574440][22573:22573] CHIP:TS: Previous Last Known Good Time: 2023-06-01T07:38:45
[1688390458.574484][22573:22573] CHIP:TS: Reverted Last Known Good Time to previous value
[1688390458.574501][22573:22573] CHIP:CTL: Shutting down the commissioner
[1688390458.574507][22573:22573] CHIP:CTL: Stopping commissioning discovery over DNS-SD
[1688390458.574516][22573:22573] CHIP:CTL: Shutting down the controller
[1688390458.574522][22573:22573] CHIP:CTL: Shutting down the System State, this will teardown the CHIP Stack
[1688390458.575125][22573:22573] CHIP:DMG: All ReadHandler-s are clean, clear GlobalDirtySet
[1688390458.575175][22573:22573] CHIP:BLE: BleConnectionDelegate::CancelConnection is not implemented.
[1688390458.575198][22573:22573] CHIP:FP: Shutting down FabricTable
[1688390458.575214][22573:22573] CHIP:TS: Pending Last Known Good Time: 2023-06-01T07:38:45
[1688390458.575293][22573:22573] CHIP:TS: Previous Last Known Good Time: 2023-06-01T07:38:45
[1688390458.575301][22573:22573] CHIP:TS: Reverted Last Known Good Time to previous value
[1688390458.575463][22573:22573] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-0icr8m)
[1688390458.575750][22573:22573] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1688390458.575776][22573:22573] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1688390458.575787][22573:22573] CHIP:DL: Inet Layer shutdown
[1688390458.575795][22573:22573] CHIP:DL: BLE shutdown
[1688390458.576658][22573:22573] CHIP:DL: System Layer shutdown
[1688390458.576874][22573:22573] CHIP:TOO: Run command failure: examples/chip-tool/commands/common/CHIPCommand.cpp:537: CHIP Error 0x00000032: Timeout
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/387469?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 11:16:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:368de7e3-ea3d-409f-abf2-fc46dcd2fc8f</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Filipmrazek,&lt;/p&gt;
&lt;p&gt;Matter is still in an active development stage. You can raise a request from here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/project-chip/connectedhomeip/issues"&gt;Issues · project-chip/connectedhomeip (github.com)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/387459?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 10:46:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f105e61-a313-4fcc-aac7-62de032483ce</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;thank you for your answer. If I understand your answer correctly, do I have to factory reset the nrf52840 dk and pair it again after reboot?&lt;br /&gt;I understand that chip-tool is only a testing tool, but it would be nice if I could change the cache location. It&amp;#39;s really annoying if developers want to test their network for a few days.&lt;br /&gt;&lt;br /&gt;BTW: Is it possible to run chip-tool inside docker container with mounted volume (like -v /path/to/chache/:/tmp)? Then OS will not remove the cache. I can try it later and post the result if it&amp;#39;s working.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/387450?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 10:29:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84668adc-ffd2-49e7-bf58-072312d3c077</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Filipmrazek,&lt;/p&gt;
&lt;p&gt;I got some explanation from our development team about your observation:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If the customer does not recommission the device after rebooting the PC which runs the chip-tool, it will not work. The default chip-tool caches all network data in `/tmp`which works like volatile memory and is cleaned with each reboot. There is not an out-of-the-box solution which would allow changing the storage type in chip-tool, and it&amp;#39;s not possible to change the storage or the system path without altering the chip-tool source code. But note that chip-tool is more like a testing tool. In a real scenario, the ecosystem controller will most likely still be able to talk to the Matter device after it is rebooted. &lt;/em&gt;&lt;br /&gt; &lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/387386?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 06:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d1de5b3-fbdd-42eb-aebe-00f655387c68</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;my setup:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;nrf52840 dk &lt;span&gt;flashed&amp;nbsp;&lt;/span&gt;with doorlock example&lt;/li&gt;
&lt;li&gt;intel nuc with ubuntu 20.04 running OTBR (with nrf52840 dongle coprocessor)&lt;/li&gt;
&lt;li&gt;laptop with ubuntu 20.04 on which I execute chip-tool&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What I do:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;pair nrf52840 dk with doorlock example with the following command:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;sudo ./chip-tool-release pairing ble-thread 1 hex:&amp;lt;operational&amp;gt; 20202021 3840&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;after successful pairing, I try to send a command to unlock the door to test if everything works with the following command:&lt;pre class="ui-code" data-mode="text"&gt;sudo ./chip-tool-release doorlock unlock-door 1 1 --timedInteractionTimeoutMs 100&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;the nrf52840 indicates that the door is unlocked - everything works&lt;/li&gt;
&lt;li&gt;reset my laptop&lt;/li&gt;
&lt;li&gt;try to control nrf52840 dk (lock / unlock door) with the same command as in step 2, but it does not work - log from chip-tool is in my previous post&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Filip&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/387313?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 13:32:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b76ae76-1263-4222-af51-725bf59c466e</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Filipmrazek,&lt;/p&gt;
&lt;p&gt;I try to understand your issue.&amp;nbsp;Do you mean that you run the following after your laptop is reset, and then you get the log you shared?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If not, could you descript the detail steps you did that can repeat the issue?&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;em&gt;`sudo ./chip-tool-release doorlock unlock-door 7 1 --timedInteractionTimeoutMs 100`&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;
&lt;div&gt;Charlie&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/386753?ContentTypeID=1</link><pubDate>Sun, 18 Sep 2022 15:58:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:544edc98-9ceb-42ad-8a39-84892589b266</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;I followed your suggestions and it works!&lt;/p&gt;
&lt;p&gt;I tried several things which didn&amp;#39;t help:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;tried to clean the chip-tool cache&lt;/li&gt;
&lt;li&gt;already had 64-bit Ubuntu 20.04 on my RPi, so I tried to install OTBR also on Intel NUC with Ubuntu 20.04, but it gave me the same error.&lt;/li&gt;
&lt;li&gt;tried to add suggested sysctls to docker-compose config&lt;/li&gt;
&lt;li&gt;tried docker run command&amp;nbsp; in the tutorial&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.1/nrf/ug_thread_tools.html"&gt;here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Then I tried your command for running the docker container and it worked!&amp;nbsp;To find out which part is causing the problem I tried many variations of your command and it seems to me it&amp;#39;s a combination of host network (custom network is used in the tutorial) and using -B nps1s0 in the command.&lt;br /&gt;&lt;br /&gt;Thank you for your help!&lt;br /&gt;Anyway, I&amp;#39;ve got one more question.&amp;nbsp; After successful pairing, I can control my device using for example&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;sudo ./chip-tool-release doorlock unlock-door 7 1 --timedInteractionTimeoutMs 100&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;but after I reset my laptop with chip-tool, I get the following error when trying to interact with the paired device:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;[1663513504.010477][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_kvs-QnevCm)
[1663513504.010548][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_kvs)
[1663513504.010703][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-9iGebm)
[1663513504.010753][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini)
[1663513504.010806][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_config.ini-6eYnyn)
[1663513504.010853][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini)
[1663513504.010901][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-d97uin)
[1663513504.010948][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1663513504.011017][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-rmsSSn)
[1663513504.011142][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini)
[1663513504.011158][5676:5676] CHIP:DL: NVS set: chip-factory/unique-id = &amp;quot;F7A36C44BF44AC4B&amp;quot;
[1663513504.011199][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-MI7Dmm)
[1663513504.011314][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini)
[1663513504.011329][5676:5676] CHIP:DL: NVS set: chip-factory/vendor-id = 65521 (0xFFF1)
[1663513504.011365][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_factory.ini-QqrM3m)
[1663513504.011471][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_factory.ini)
[1663513504.011487][5676:5676] CHIP:DL: NVS set: chip-factory/product-id = 32769 (0x8001)
[1663513504.011523][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-dcFbVn)
[1663513504.011610][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1663513504.011625][5676:5676] CHIP:DL: NVS set: chip-counters/reboot-count = 1 (0x1)
[1663513504.011661][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-7bKXPo)
[1663513504.011757][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1663513504.011772][5676:5676] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1663513504.011813][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-Z68VPo)
[1663513504.011910][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1663513504.011928][5676:5676] CHIP:DL: NVS set: chip-counters/boot-reason = 0 (0x0)
[1663513504.011961][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_config.ini-Gxh2Ep)
[1663513504.012048][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini)
[1663513504.012065][5676:5676] CHIP:DL: NVS set: chip-config/regulatory-location = 0 (0x0)
[1663513504.012102][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_config.ini-4nBt2o)
[1663513504.012253][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_config.ini)
[1663513504.012279][5676:5676] CHIP:DL: NVS set: chip-config/location-capability = 2 (0x2)
[1663513504.012829][5676:5676] CHIP:DL: Got Ethernet interface: enp9s0
[1663513504.013315][5676:5676] CHIP:DL: Found the primary Ethernet interface:enp9s0
[1663513504.013795][5676:5676] CHIP:DL: Got WiFi interface: wlp8s0
[1663513504.014840][5676:5676] CHIP:DL: Found the primary WiFi interface:wlp8s0
[1663513504.015313][5676:5676] CHIP:ZCL: Using ZAP configuration...
[1663513504.017375][5676:5676] CHIP:DL: Avahi client registered
[1663513504.018830][5676:5676] CHIP:CTL: Setting attestation nonce to random value
[1663513504.018858][5676:5676] CHIP:CTL: Setting CSR nonce to random value
[1663513504.018920][5676:5676] CHIP:CTL: Setting attestation nonce to random value
[1663513504.018931][5676:5676] CHIP:CTL: Setting CSR nonce to random value
[1663513504.019111][5676:5676] CHIP:CTL: Couldn&amp;#39;t get ExampleOpCredsCAKey from storage: ../../examples/chip-tool/config/PersistentStorage.cpp:108: CHIP Error 0x000000A0: Value not found in the persisted storage
[1663513504.022092][5676:5676] CHIP:CTL: Couldn&amp;#39;t get ExampleOpCredsICAKey from storage: ../../examples/chip-tool/config/PersistentStorage.cpp:108: CHIP Error 0x000000A0: Value not found in the persisted storage
[1663513504.022505][5676:5676] CHIP:CTL: Generating RCAC
[1663513504.022788][5676:5676] CHIP:CTL: Generating ICAC
[1663513504.023049][5676:5676] CHIP:CTL: Generating NOC
[1663513504.023727][5676:5676] CHIP:DIS: Verifying the received credentials
[1663513504.024229][5676:5676] CHIP:DIS: Added new fabric at index: 0x1, Initialized: 1
[1663513504.024238][5676:5676] CHIP:DIS: Assigned compressed fabric ID: 0xD0430A4B4679D9C7, node ID: 0x000000000001B669
[1663513504.025366][5676:5676] CHIP:DIS: Fabric (1) persisted to storage. Calling OnFabricPersistedToStorage
[1663513504.025542][5676:5676] CHIP:CTL: Joined the fabric at index 1. Compressed fabric ID is: 0xD0430A4B4679D9C7
[1663513504.025578][5676:5676] CHIP:CTL: Setting attestation nonce to random value
[1663513504.025605][5676:5676] CHIP:CTL: Setting CSR nonce to random value
[1663513504.026002][5676:5676] CHIP:CTL: Generating NOC
[1663513504.026289][5676:5676] CHIP:DIS: Verifying the received credentials
[1663513504.026818][5676:5676] CHIP:DIS: Added new fabric at index: 0x2, Initialized: 1
[1663513504.026831][5676:5676] CHIP:DIS: Assigned compressed fabric ID: 0x7F29D9201A48EA8B, node ID: 0x000000000001B669
[1663513504.028127][5676:5676] CHIP:DIS: Fabric (2) persisted to storage. Calling OnFabricPersistedToStorage
[1663513504.028341][5676:5676] CHIP:CTL: Joined the fabric at index 2. Compressed fabric ID is: 0x7F29D9201A48EA8B
[1663513504.028379][5676:5676] CHIP:CTL: Setting attestation nonce to random value
[1663513504.028396][5676:5676] CHIP:CTL: Setting CSR nonce to random value
[1663513504.028754][5676:5676] CHIP:CTL: Generating NOC
[1663513504.029019][5676:5676] CHIP:DIS: Verifying the received credentials
[1663513504.029609][5676:5676] CHIP:DIS: Added new fabric at index: 0x3, Initialized: 1
[1663513504.029620][5676:5676] CHIP:DIS: Assigned compressed fabric ID: 0x692D05399609C116, node ID: 0x000000000001B669
[1663513504.030652][5676:5676] CHIP:DIS: Fabric (3) persisted to storage. Calling OnFabricPersistedToStorage
[1663513504.030866][5676:5676] CHIP:CTL: Joined the fabric at index 3. Compressed fabric ID is: 0x692D05399609C116
[1663513504.053079][5676:5686] CHIP:TOO: Sending command to node 0x9
[1663513504.053107][5676:5686] CHIP:DIS: Resolving D0430A4B4679D9C7:0000000000000009 ...
[1663513504.253958][5676:5686] CHIP:DIS: Checking node lookup status after 201 ms
[1663513509.056111][5676:5686] CHIP:DL: Re-trying resolve
[1663513514.053429][5676:5676] CHIP:DIS: Cancelling incomplete address resolution as device is being deleted.
[1663513514.053496][5676:5676] CHIP:DIS: Discovery does not require any more timeouts
[1663513514.054750][5676:5676] CHIP:BLE: BleConnectionDelegate::CancelConnection is not implemented.
[1663513514.055019][5676:5676] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-ZzlNVn)
[1663513514.055547][5676:5676] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1663513514.055855][5676:5676] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1663513514.056093][5676:5676] CHIP:DL: Inet Layer shutdown
[1663513514.056117][5676:5676] CHIP:DL: BLE shutdown
[1663513514.056136][5676:5676] CHIP:DL: System Layer shutdown
[1663513514.056395][5676:5676] CHIP:TOO: Run command failure: ../../examples/chip-tool/commands/common/CHIPCommand.cpp:397: CHIP Error 0x00000032: Timeout&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What should I do to control the device after resetting the laptop with chip-tool?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/386545?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 08:47:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5806597-9328-4727-bc24-923badaa4b90</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Filipmrazek,&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;Here are some&amp;nbsp;suggestions for your debugging:&lt;/div&gt;
&lt;div&gt;1) Ensure that the chip-tool cache is cleaned after each unsuccessful command:&lt;/div&gt;
&lt;div&gt;&lt;code&gt;rm -rf /tmp/chip_*&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;2) Ensure that the RPi OS is 64 bit (we use Ubuntu 20.04 LTS 64 bit on daily basis, this distro is also used for Matter certification)&lt;/div&gt;
&lt;div&gt;3) It might be that the docker setup blocks the router advertisements on the RPi. Following lines may help is such a case (run on RPi host, replace the wlan0 with proper WiFi iface name if needed):&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;sudo sysctl net.ipv6.conf.wlan0.accept_ra=2&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&lt;/span&gt;&lt;br /&gt; &lt;span&gt;&lt;code&gt;sudo sysctl net.ipv6.conf.wlan0.accept_ra_rt_info_max_plen=128&lt;/code&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;4) Also I advice to run the otbr container in the following fashion on the RPi:&lt;/div&gt;
&lt;div&gt;&lt;code&gt;sudo docker run --rm -it --privileged -d --network host --name otbr --volume /dev/ttyACM0:/dev/ttyACM0 nrfconnect/otbr:1813352 --radio-url spinel+hdlc+uart:///dev/ttyACM0 -B wlan0&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;
&lt;div&gt;Charlie&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/386285?ContentTypeID=1</link><pubDate>Thu, 15 Sep 2022 05:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64b8ae74-85f5-47b8-8ef3-15fb28d1799e</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;thank you for your reply. This shouldn&amp;#39;t be my case, because I have never successfully commissioned a device. Anyway, I tried to update my OTBR to the newest version (nrfconnect/otbr:1813352) and used the Node ID I never used. Unfortunately, I&amp;#39;m getting the same error.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Maybe I forget to mention that I&amp;#39;m using OTBR within docker-compose with the following config:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;version: &amp;#39;3.0&amp;#39;

networks:
  otbr:
    external: true

services:
  otbr:
    container_name: otbr
    image: nrfconnect/otbr:1813352
    privileged: true
    networks:
      - otbr
    volumes:
      - /dev/ttyACM0:/dev/radio
    ports:
      - 8080:80
    sysctls:
      - net.ipv6.conf.all.disable_ipv6=0
      - net.ipv4.conf.all.forwarding=1
      - net.ipv6.conf.all.forwarding=1
    command: --radio-url spinel+hdlc+uart:///dev/radio?uart-baudrate=1000000&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;EDIT: One more thing I noticed: In OTBR frontend, I cannot load topology, it&amp;#39;s still loading. I would expect there will be only the connected co-processor as a leader.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/386135?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2022 10:44:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47bddea6-3f33-4082-9e9d-a532b18d20fc</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Filipmrazek,&lt;/p&gt;
&lt;div&gt;See the following suggestion for a similar issue, is this your case?&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;The&amp;nbsp;possible reason may be that you are trying to use an already-reserved nodeID to commission the device. A typical mistake is the following scenario:&lt;/div&gt;
&lt;div&gt;1) Developer commissions device using node ID 1&lt;/div&gt;
&lt;div&gt;2)&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;Developer&amp;nbsp;&lt;/span&gt;factory resets the device&lt;/div&gt;
&lt;div&gt;3)&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;Developer&amp;nbsp;&lt;/span&gt;tries to commission the same device using node ID=1.&lt;/div&gt;
&lt;div&gt;In such a case, OTBR won&amp;#39;t allow to register the same service again because it thinks it&amp;#39;s already reserved. Resetting OTBR can be a workaround. Please also make sure that you are using the latest OTBR.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;
&lt;div&gt;Charlie&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/385491?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2022 11:03:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1449fcb9-7229-4206-879e-e34110353e50</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi filipmrazek,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sorry for the late reply. I am traveling this week.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will try to test with the same setup next week and see if I can reproduce this issue. Hope to give you feedback soon.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/384658?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2022 18:34:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e17dfeaa-4ee8-479d-8e2e-6afadc5b9c66</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Here is the promised output from the chip-tool, the device and the otbr.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;output from the chip-tool:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;sudo ./chip-tool pairing ble-thread 1 hex:0e080000000000010000000300000f35060004001fffe0020811111111222222220708fd9c435a1fd9a8e1051000112233445566778899aabbccddeeff030f4f70656e54687265616444656d6f32010212340410f9da1828a0e54e6b91178123dde5fa0e0c0402a0f7f8 20202021 3840
[1662402540.573237][22841:22841] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_kvs
[1662402540.573439][22841:22841] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_factory.ini
[1662402540.573485][22841:22841] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_config.ini
[1662402540.573513][22841:22841] CHIP:DL: ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_counters.ini
[1662402540.573652][22841:22841] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-PdHLji)
[1662402540.573850][22841:22841] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1662402540.573891][22841:22841] CHIP:DL: NVS set: chip-counters/reboot-count = 4 (0x4)
[1662402540.574507][22841:22841] CHIP:DL: Got Ethernet interface: enp9s0
[1662402540.575402][22841:22841] CHIP:DL: Found the primary Ethernet interface:enp9s0
[1662402540.575943][22841:22841] CHIP:DL: Got WiFi interface: wlp8s0
[1662402540.577536][22841:22841] CHIP:DL: Found the primary WiFi interface:wlp8s0
[1662402540.577566][22841:22841] CHIP:IN: UDP::Init bind&amp;amp;listen port=0
[1662402540.577595][22841:22841] CHIP:IN: UDP::Init bound to port=40632
[1662402540.577602][22841:22841] CHIP:IN: UDP::Init bind&amp;amp;listen port=0
[1662402540.577626][22841:22841] CHIP:IN: UDP::Init bound to port=39970
[1662402540.577633][22841:22841] CHIP:IN: BLEBase::Init - setting/overriding transport
[1662402540.577639][22841:22841] CHIP:IN: TransportMgr initialized
[1662402540.577650][22841:22841] CHIP:FP: Initializing FabricTable from persistent storage
[1662402540.577711][22841:22841] CHIP:TS: Last Known Good Time: 2022-09-03T19:45:02
[1662402540.577877][22841:22841] CHIP:FP: Fabric index 0x1 was retrieved from storage. Compressed FabricId 0xE422C74F326417E2, FabricId 0x0000000000000001, NodeId 0x000000000001B669, VendorId 0xFFF1
[1662402540.578500][22841:22841] CHIP:ZCL: Using ZAP configuration...
[1662402540.579547][22841:22841] CHIP:DL: MDNS failed to join multicast group on enp9s0 for address type IPv4: ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:758: Inet Error 0x00000110: Address not found
[1662402540.581112][22841:22841] CHIP:CTL: System State Initialized...
[1662402540.581193][22841:22841] CHIP:CTL: Stopping commissioning discovery over DNS-SD
[1662402540.581217][22841:22841] CHIP:CTL: Setting attestation nonce to random value
[1662402540.581240][22841:22841] CHIP:CTL: Setting CSR nonce to random value
[1662402540.581267][22841:22841] CHIP:IN: UDP::Init bind&amp;amp;listen port=5550
[1662402540.581301][22841:22841] CHIP:IN: UDP::Init bound to port=5550
[1662402540.581315][22841:22841] CHIP:IN: UDP::Init bind&amp;amp;listen port=5550
[1662402540.581343][22841:22841] CHIP:IN: UDP::Init bound to port=5550
[1662402540.581355][22841:22841] CHIP:IN: TransportMgr initialized
[1662402540.581480][22841:22846] CHIP:DL: CHIP task running
[1662402540.581555][22841:22846] CHIP:CTL: Stopping commissioning discovery over DNS-SD
[1662402540.581576][22841:22846] CHIP:CTL: Setting attestation nonce to random value
[1662402540.581604][22841:22846] CHIP:CTL: Setting CSR nonce to random value
[1662402540.583150][22841:22846] CHIP:CTL: Generating NOC
[1662402540.583522][22841:22846] CHIP:FP: Validating NOC chain
[1662402540.584038][22841:22846] CHIP:FP: NOC chain validation successful
[1662402540.584096][22841:22846] CHIP:FP: Updated fabric at index: 0x1, Node ID: 0x000000000001B669
[1662402540.584107][22841:22846] CHIP:TS: Last Known Good Time: 2022-09-03T19:45:02
[1662402540.584114][22841:22846] CHIP:TS: New proposed Last Known Good Time: 2021-01-01T00:00:00
[1662402540.584121][22841:22846] CHIP:TS: Retaining current Last Known Good Time
[1662402540.584673][22841:22846] CHIP:FP: Metadata for Fabric 0x1 persisted to storage.
[1662402540.585168][22841:22846] CHIP:TS: Committing Last Known Good Time to storage: 2022-09-03T19:45:02
[1662402540.585599][22841:22846] CHIP:CTL: Joined the fabric at index 1. Compressed fabric ID is: 0x0000000000000000
[1662402540.585615][22841:22846] CHIP:IN: UDP::Init bind&amp;amp;listen port=5550
[1662402540.585665][22841:22846] CHIP:IN: UDP::Init bound to port=5550
[1662402540.585672][22841:22846] CHIP:IN: UDP::Init bind&amp;amp;listen port=5550
[1662402540.585695][22841:22846] CHIP:IN: UDP::Init bound to port=5550
[1662402540.585701][22841:22846] CHIP:IN: TransportMgr initialized
[1662402540.588163][22841:22846] CHIP:IN: SecureSession[0x7fbaa8020f00]: Allocated Type:1 LSID:52546
[1662402540.588180][22841:22846] CHIP:SC: Assigned local session key ID 52546
[1662402540.588205][22841:22846] CHIP:SC: Including MRP parameters in PBKDF param request
[1662402540.588228][22841:22846] CHIP:IN: Prepared unauthenticated message 0x7fbaafffe3a0 to 0x0000000000000000 (0)  of type 0x20 and protocolId (0, 0) on exchange 53197i with MessageCounter:76660738.
[1662402540.588242][22841:22846] CHIP:IN: Sending unauthenticated msg 0x7fbaafffe3a0 with MessageCounter:76660738 to 0x0000000000000000 at monotonic time: 000000000090226C msec
[1662402540.588253][22841:22846] CHIP:IN: Message appended to BLE send queue
[1662402540.588261][22841:22846] CHIP:SC: Sent PBKDF param request
[1662402540.588271][22841:22846] CHIP:CTL: Setting thread operational dataset from parameters
[1662402540.588278][22841:22846] CHIP:CTL: Setting attempt thread scan from parameters
[1662402540.588285][22841:22846] CHIP:CTL: Setting attestation nonce to random value
[1662402540.588297][22841:22846] CHIP:CTL: Setting CSR nonce to random value
[1662402540.588308][22841:22846] CHIP:CTL: Commission called for node ID 0x0000000000000001
[1662402540.588427][22841:22847] CHIP:DL: TRACE: Bluez mainloop starting Thread
[1662402540.588883][22841:22844] CHIP:DL: TRACE: Bus acquired for name C-5939
[1662402540.602786][22841:22846] CHIP:DL: PlatformBlueZInit init success
[1662402540.612001][22841:22844] CHIP:BLE: BLE removing known devices.
[1662402540.623014][22841:22844] CHIP:BLE: BLE initiating scan.
[1662402540.751672][22841:22846] CHIP:DL: Long dispatch time: 164 ms, for event type 2
[1662402540.770868][22841:22844] CHIP:BLE: New device scanned: C2:1D:EE:AB:64:AB
[1662402540.770891][22841:22844] CHIP:BLE: Device discriminator match. Attempting to connect.
[1662402540.779668][22841:22844] CHIP:BLE: Scan complete notification without an active scan.
[1662402540.884706][22841:22844] CHIP:DL: ConnectDevice complete
[1662402541.903312][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903361][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903389][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903412][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903437][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903459][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903487][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service003f
[1662402541.903511][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903535][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service003f
[1662402541.903557][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903580][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service003f
[1662402541.903602][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903629][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903650][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903674][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903695][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903718][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903739][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903764][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903785][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903809][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903831][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903854][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.903875][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903910][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.903932][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.903958][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.903980][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904005][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.904026][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904055][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.904077][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904101][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.904122][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904147][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.904168][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904197][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904218][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904244][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904265][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904288][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904309][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904344][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904366][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904393][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904415][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904444][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service0008
[1662402541.904466][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904490][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service0008
[1662402541.904511][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904535][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service0008
[1662402541.904556][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904585][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904607][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904631][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904652][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904677][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904698][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904727][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.904748][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904776][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.904797][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904822][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0001
[1662402541.904843][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904871][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904893][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904917][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904939][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.904963][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_D4_DC_17_26_DA_51/service000c
[1662402541.904985][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.905017][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.905039][22841:22844] CHIP:DL: Char1 /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB/service0010
[1662402541.905072][22841:22844] CHIP:DL: New BLE connection 0x7fbab40571d0, device C2:1D:EE:AB:64:AB, path /org/bluez/hci0/dev_C2_1D_EE_AB_64_AB
[1662402541.905172][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16385
[1662402541.905202][22841:22846] CHIP:IN: BleConnectionComplete: endPoint 0x55a2e336dd00
[1662402542.324078][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402542.415101][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16388
[1662402542.415127][22841:22846] CHIP:BLE: subscribe complete, ep = 0x55a2e336dd00
[1662402542.459885][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402542.460112][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402542.460128][22841:22846] CHIP:BLE: peripheral chose BTP version 4; central expected between 4 and 4
[1662402542.460136][22841:22846] CHIP:BLE: using BTP fragment sizes rx 244 / tx 244.
[1662402542.460143][22841:22846] CHIP:BLE: local and remote recv window size = 5
[1662402542.460193][22841:22846] CHIP:IN: BLE EndPoint 0x55a2e336dd00 Connection Complete
[1662402542.594595][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402542.731593][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402542.731776][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402542.731826][22841:22846] CHIP:EM: Received message of type 0x21 with protocolId (0, 0) and MessageCounter:3709129030 on exchange 53197i
[1662402542.731843][22841:22846] CHIP:EM: Found matching exchange: 53197i, Delegate: 0x7fbaa8023790
[1662402542.731890][22841:22846] CHIP:SC: Received PBKDF param response
[1662402542.731944][22841:22846] CHIP:SC: Peer assigned session ID 20419
[1662402542.732000][22841:22846] CHIP:SC: Found MRP parameters in the message
[1662402542.734450][22841:22846] CHIP:IN: Prepared unauthenticated message 0x7fbaafffdfb0 to 0x0000000000000000 (0)  of type 0x22 and protocolId (0, 0) on exchange 53197i with MessageCounter:76660739.
[1662402542.734475][22841:22846] CHIP:IN: Sending unauthenticated msg 0x7fbaafffdfb0 with MessageCounter:76660739 to 0x0000000000000000 at monotonic time: 0000000000902ACE msec
[1662402542.734509][22841:22846] CHIP:SC: Sent spake2p msg1
[1662402542.818729][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402544.804735][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402544.810117][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402544.810313][22841:22846] CHIP:EM: Received message of type 0x23 with protocolId (0, 0) and MessageCounter:3709129031 on exchange 53197i
[1662402544.810495][22841:22846] CHIP:EM: Found matching exchange: 53197i, Delegate: 0x7fbaa8023790
[1662402544.810567][22841:22846] CHIP:SC: Received spake2p msg2
[1662402544.811753][22841:22846] CHIP:IN: Prepared unauthenticated message 0x7fbaafffe0b0 to 0x0000000000000000 (0)  of type 0x24 and protocolId (0, 0) on exchange 53197i with MessageCounter:76660740.
[1662402544.812052][22841:22846] CHIP:IN: Sending unauthenticated msg 0x7fbaafffe0b0 with MessageCounter:76660740 to 0x0000000000000000 at monotonic time: 00000000009032EC msec
[1662402544.812329][22841:22846] CHIP:SC: Sent spake2p msg3
[1662402544.978672][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402545.069492][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402545.069628][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402545.069684][22841:22846] CHIP:EM: Received message of type 0x40 with protocolId (0, 0) and MessageCounter:3709129032 on exchange 53197i
[1662402545.069697][22841:22846] CHIP:EM: Found matching exchange: 53197i, Delegate: 0x7fbaa8023790
[1662402545.069746][22841:22846] CHIP:SC: SecureSession[0x7fbaa8020f00]: Moving from state &amp;#39;kEstablishing&amp;#39; --&amp;gt; &amp;#39;kActive&amp;#39;
[1662402545.069754][22841:22846] CHIP:IN: SecureSession[0x7fbaa8020f00]: Activated - Type:1 LSID:52546
[1662402545.069763][22841:22846] CHIP:IN: New secure session activated for device &amp;lt;FFFFFFFB00000000, 0&amp;gt;, LSID:52546 PSID:20419!
[1662402545.069773][22841:22846] CHIP:CTL: Remote device completed SPAKE2+ handshake
[1662402545.069781][22841:22846] CHIP:TOO: Pairing Success
[1662402545.069788][22841:22846] CHIP:TOO: PASE establishment successful
[1662402545.069797][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;SecurePairing&amp;#39; -&amp;gt; &amp;#39;ReadCommissioningInfo&amp;#39;
[1662402545.069806][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;ReadCommissioningInfo&amp;#39;
[1662402545.069814][22841:22846] CHIP:CTL: Sending request for commissioning information
[1662402545.069830][22841:22846] CHIP:DMG: SendReadRequest ReadClient[0x7fbaa8043400]: Sending Read Request
[1662402545.069942][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd900 to 0xFFFFFFFB00000000 (0)  of type 0x2 and protocolId (0, 1) on exchange 53198i with MessageCounter:264659631.
[1662402545.069957][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd900 with MessageCounter:264659631 to 0xFFFFFFFB00000000 (0) at monotonic time: 00000000009033EE msec
[1662402545.069993][22841:22846] CHIP:DMG: MoveToState ReadClient[0x7fbaa8043400]: Moving to [AwaitingIn]
[1662402545.203640][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402545.525694][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402545.525858][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402545.613614][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402545.614924][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402545.615067][22841:22846] CHIP:EM: Received message of type 0x5 with protocolId (0, 1) and MessageCounter:4875582 on exchange 53198i
[1662402545.615133][22841:22846] CHIP:EM: Found matching exchange: 53198i, Delegate: 0x7fbaa8043410
[1662402545.616076][22841:22846] CHIP:DMG: ReportDataMessage =
[1662402545.616521][22841:22846] CHIP:DMG: {
[1662402545.616575][22841:22846] CHIP:DMG: 	AttributeReportIBs =
[1662402545.616931][22841:22846] CHIP:DMG: 	[
[1662402545.617085][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.617171][22841:22846] CHIP:DMG: 		{
[1662402545.617319][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.617474][22841:22846] CHIP:DMG: 			{
[1662402545.617631][22841:22846] CHIP:DMG: 				DataVersion = 0xc9f1ed5d,
[1662402545.617789][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.617885][22841:22846] CHIP:DMG: 				{
[1662402545.618073][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.618249][22841:22846] CHIP:DMG: 					Cluster = 0x31,
[1662402545.618427][22841:22846] CHIP:DMG: 					Attribute = 0x0000_0003,
[1662402545.618527][22841:22846] CHIP:DMG: 				}
[1662402545.618693][22841:22846] CHIP:DMG: 					
[1662402545.618858][22841:22846] CHIP:DMG: 				Data = 20, 
[1662402545.619024][22841:22846] CHIP:DMG: 			},
[1662402545.619184][22841:22846] CHIP:DMG: 			
[1662402545.619321][22841:22846] CHIP:DMG: 		},
[1662402545.619467][22841:22846] CHIP:DMG: 		
[1662402545.619613][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.619767][22841:22846] CHIP:DMG: 		{
[1662402545.619838][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.619991][22841:22846] CHIP:DMG: 			{
[1662402545.620145][22841:22846] CHIP:DMG: 				DataVersion = 0x26a87f38,
[1662402545.620311][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.620402][22841:22846] CHIP:DMG: 				{
[1662402545.620566][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.620738][22841:22846] CHIP:DMG: 					Cluster = 0x28,
[1662402545.620912][22841:22846] CHIP:DMG: 					Attribute = 0x0000_0004,
[1662402545.621083][22841:22846] CHIP:DMG: 				}
[1662402545.621252][22841:22846] CHIP:DMG: 					
[1662402545.621418][22841:22846] CHIP:DMG: 				Data = 32774, 
[1662402545.621586][22841:22846] CHIP:DMG: 			},
[1662402545.621679][22841:22846] CHIP:DMG: 			
[1662402545.621829][22841:22846] CHIP:DMG: 		},
[1662402545.622183][22841:22846] CHIP:DMG: 		
[1662402545.622247][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.622415][22841:22846] CHIP:DMG: 		{
[1662402545.622486][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.622655][22841:22846] CHIP:DMG: 			{
[1662402545.622812][22841:22846] CHIP:DMG: 				DataVersion = 0x26a87f38,
[1662402545.622988][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.623168][22841:22846] CHIP:DMG: 				{
[1662402545.623268][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.623458][22841:22846] CHIP:DMG: 					Cluster = 0x28,
[1662402545.623641][22841:22846] CHIP:DMG: 					Attribute = 0x0000_0002,
[1662402545.624973][22841:22846] CHIP:DMG: 				}
[1662402545.627065][22841:22846] CHIP:DMG: 					
[1662402545.627182][22841:22846] CHIP:DMG: 				Data = 65521, 
[1662402545.627274][22841:22846] CHIP:DMG: 			},
[1662402545.627363][22841:22846] CHIP:DMG: 			
[1662402545.627500][22841:22846] CHIP:DMG: 		},
[1662402545.627592][22841:22846] CHIP:DMG: 		
[1662402545.627650][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.627725][22841:22846] CHIP:DMG: 		{
[1662402545.627793][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.627895][22841:22846] CHIP:DMG: 			{
[1662402545.628754][22841:22846] CHIP:DMG: 				DataVersion = 0xd2708b3b,
[1662402545.628851][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.635194][22841:22846] CHIP:DMG: 				{
[1662402545.638371][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.638787][22841:22846] CHIP:DMG: 					Cluster = 0x30,
[1662402545.638894][22841:22846] CHIP:DMG: 					Attribute = 0x0000_0003,
[1662402545.638993][22841:22846] CHIP:DMG: 				}
[1662402545.639173][22841:22846] CHIP:DMG: 					
[1662402545.639272][22841:22846] CHIP:DMG: 				Data = 0, 
[1662402545.639360][22841:22846] CHIP:DMG: 			},
[1662402545.639450][22841:22846] CHIP:DMG: 			
[1662402545.639517][22841:22846] CHIP:DMG: 		},
[1662402545.639604][22841:22846] CHIP:DMG: 		
[1662402545.639704][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.639814][22841:22846] CHIP:DMG: 		{
[1662402545.639882][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.639962][22841:22846] CHIP:DMG: 			{
[1662402545.640042][22841:22846] CHIP:DMG: 				DataVersion = 0xd2708b3b,
[1662402545.640131][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.640222][22841:22846] CHIP:DMG: 				{
[1662402545.640312][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.640417][22841:22846] CHIP:DMG: 					Cluster = 0x30,
[1662402545.640516][22841:22846] CHIP:DMG: 					Attribute = 0x0000_0002,
[1662402545.640615][22841:22846] CHIP:DMG: 				}
[1662402545.640706][22841:22846] CHIP:DMG: 					
[1662402545.640796][22841:22846] CHIP:DMG: 				Data = 0, 
[1662402545.640885][22841:22846] CHIP:DMG: 			},
[1662402545.640967][22841:22846] CHIP:DMG: 			
[1662402545.641035][22841:22846] CHIP:DMG: 		},
[1662402545.641118][22841:22846] CHIP:DMG: 		
[1662402545.641175][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.641252][22841:22846] CHIP:DMG: 		{
[1662402545.641319][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.641776][22841:22846] CHIP:DMG: 			{
[1662402545.641860][22841:22846] CHIP:DMG: 				DataVersion = 0xd2708b3b,
[1662402545.641963][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.642051][22841:22846] CHIP:DMG: 				{
[1662402545.642140][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.642238][22841:22846] CHIP:DMG: 					Cluster = 0x30,
[1662402545.642340][22841:22846] CHIP:DMG: 					Attribute = 0x0000_0001,
[1662402545.642437][22841:22846] CHIP:DMG: 				}
[1662402545.642528][22841:22846] CHIP:DMG: 					
[1662402545.642616][22841:22846] CHIP:DMG: 				Data = 
[1662402545.642705][22841:22846] CHIP:DMG: 				{
[1662402545.642795][22841:22846] CHIP:DMG: 					0x0 = 60, 
[1662402545.642893][22841:22846] CHIP:DMG: 				},
[1662402545.642980][22841:22846] CHIP:DMG: 			},
[1662402545.643065][22841:22846] CHIP:DMG: 			
[1662402545.643133][22841:22846] CHIP:DMG: 		},
[1662402545.643220][22841:22846] CHIP:DMG: 		
[1662402545.643279][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.643362][22841:22846] CHIP:DMG: 		{
[1662402545.643430][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.646623][22841:22846] CHIP:DMG: 			{
[1662402545.646744][22841:22846] CHIP:DMG: 				DataVersion = 0xd2708b3b,
[1662402545.646845][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.646941][22841:22846] CHIP:DMG: 				{
[1662402545.647036][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.647148][22841:22846] CHIP:DMG: 					Cluster = 0x30,
[1662402545.647249][22841:22846] CHIP:DMG: 					Attribute = 0x0000_0000,
[1662402545.647346][22841:22846] CHIP:DMG: 				}
[1662402545.647448][22841:22846] CHIP:DMG: 					
[1662402545.647542][22841:22846] CHIP:DMG: 				Data = 0, 
[1662402545.647635][22841:22846] CHIP:DMG: 			},
[1662402545.647743][22841:22846] CHIP:DMG: 			
[1662402545.647815][22841:22846] CHIP:DMG: 		},
[1662402545.647904][22841:22846] CHIP:DMG: 		
[1662402545.647981][22841:22846] CHIP:DMG: 		AttributeReportIB =
[1662402545.648072][22841:22846] CHIP:DMG: 		{
[1662402545.648144][22841:22846] CHIP:DMG: 			AttributeDataIB =
[1662402545.648230][22841:22846] CHIP:DMG: 			{
[1662402545.648315][22841:22846] CHIP:DMG: 				DataVersion = 0xc9f1ed5d,
[1662402545.648412][22841:22846] CHIP:DMG: 				AttributePathIB =
[1662402545.648504][22841:22846] CHIP:DMG: 				{
[1662402545.648596][22841:22846] CHIP:DMG: 					Endpoint = 0x0,
[1662402545.648700][22841:22846] CHIP:DMG: 					Cluster = 0x31,
[1662402545.648812][22841:22846] CHIP:DMG: 					Attribute = 0x0000_FFFC,
[1662402545.648913][22841:22846] CHIP:DMG: 				}
[1662402545.649027][22841:22846] CHIP:DMG: 					
[1662402545.649128][22841:22846] CHIP:DMG: 				Data = 2, 
[1662402545.649216][22841:22846] CHIP:DMG: 			},
[1662402545.649301][22841:22846] CHIP:DMG: 			
[1662402545.649373][22841:22846] CHIP:DMG: 		},
[1662402545.649449][22841:22846] CHIP:DMG: 		
[1662402545.649506][22841:22846] CHIP:DMG: 	],
[1662402545.649615][22841:22846] CHIP:DMG: 	
[1662402545.649670][22841:22846] CHIP:DMG: 	SuppressResponse = true, 
[1662402545.649732][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402545.649790][22841:22846] CHIP:DMG: }
[1662402545.650826][22841:22846] CHIP:CTL: ----- NetworkCommissioning Features: has Thread. endpointid = 0
[1662402545.652972][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;ReadCommissioningInfo&amp;#39;
[1662402545.653039][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;ReadCommissioningInfo&amp;#39; -&amp;gt; &amp;#39;ArmFailSafe&amp;#39;
[1662402545.653089][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;ArmFailSafe&amp;#39;
[1662402545.653128][22841:22846] CHIP:CTL: Arming failsafe (60 seconds)
[1662402545.653203][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402545.653251][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402545.653390][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd540 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53199i with MessageCounter:264659632.
[1662402545.653457][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd540 with MessageCounter:264659632 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000903635 msec
[1662402545.658217][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402545.743674][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402545.924679][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402545.924762][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402545.924822][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875583 on exchange 53199i
[1662402545.924834][22841:22846] CHIP:EM: Found matching exchange: 53199i, Delegate: 0x7fbab4055ea8
[1662402545.924845][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402545.924860][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402545.924866][22841:22846] CHIP:DMG: {
[1662402545.924874][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402545.924881][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402545.924899][22841:22846] CHIP:DMG: 	[
[1662402545.924906][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402545.924915][22841:22846] CHIP:DMG: 		{
[1662402545.924921][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402545.924928][22841:22846] CHIP:DMG: 			{
[1662402545.924936][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402545.924944][22841:22846] CHIP:DMG: 				{
[1662402545.924952][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402545.924960][22841:22846] CHIP:DMG: 					ClusterId = 0x30,
[1662402545.924968][22841:22846] CHIP:DMG: 					CommandId = 0x1,
[1662402545.924976][22841:22846] CHIP:DMG: 				},
[1662402545.924988][22841:22846] CHIP:DMG: 				
[1662402545.924996][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402545.925004][22841:22846] CHIP:DMG: 				{
[1662402545.925012][22841:22846] CHIP:DMG: 					0x0 = 0, 
[1662402545.925021][22841:22846] CHIP:DMG: 					0x1 = &amp;quot;&amp;quot; (0 chars), 
[1662402545.925029][22841:22846] CHIP:DMG: 				},
[1662402545.925036][22841:22846] CHIP:DMG: 			},
[1662402545.925045][22841:22846] CHIP:DMG: 			
[1662402545.925051][22841:22846] CHIP:DMG: 		},
[1662402545.925061][22841:22846] CHIP:DMG: 		
[1662402545.925067][22841:22846] CHIP:DMG: 	],
[1662402545.925076][22841:22846] CHIP:DMG: 	
[1662402545.925083][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402545.925090][22841:22846] CHIP:DMG: },
[1662402545.925109][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001
[1662402545.925121][22841:22846] CHIP:CTL: Received ArmFailSafe response errorCode=0
[1662402545.925132][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;ArmFailSafe&amp;#39;
[1662402545.925139][22841:22846] CHIP:CTL: No NetworkScan enabled or WiFi/Thread endpoint not specified, skipping ScanNetworks
[1662402545.925147][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;ArmFailSafe&amp;#39; -&amp;gt; &amp;#39;ConfigRegulatory&amp;#39;
[1662402545.925157][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;ConfigRegulatory&amp;#39;
[1662402545.925163][22841:22846] CHIP:CTL: Setting Regulatory Config
[1662402545.925170][22841:22846] CHIP:CTL: Device does not support configurable regulatory location
[1662402545.925189][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402545.925198][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402545.925220][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd0d0 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53200i with MessageCounter:264659633.
[1662402545.925232][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd0d0 with MessageCounter:264659633 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000903745 msec
[1662402545.925275][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402545.925294][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402546.059336][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402546.240032][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402546.240253][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402546.240406][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875584 on exchange 53200i
[1662402546.240424][22841:22846] CHIP:EM: Found matching exchange: 53200i, Delegate: 0x7fbab0055c08
[1662402546.240444][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402546.240471][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402546.240482][22841:22846] CHIP:DMG: {
[1662402546.240490][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402546.240499][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402546.240511][22841:22846] CHIP:DMG: 	[
[1662402546.240533][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402546.240546][22841:22846] CHIP:DMG: 		{
[1662402546.240554][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402546.240563][22841:22846] CHIP:DMG: 			{
[1662402546.240571][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402546.240582][22841:22846] CHIP:DMG: 				{
[1662402546.240590][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402546.240600][22841:22846] CHIP:DMG: 					ClusterId = 0x30,
[1662402546.240608][22841:22846] CHIP:DMG: 					CommandId = 0x3,
[1662402546.240618][22841:22846] CHIP:DMG: 				},
[1662402546.240627][22841:22846] CHIP:DMG: 				
[1662402546.240656][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402546.240666][22841:22846] CHIP:DMG: 				{
[1662402546.240677][22841:22846] CHIP:DMG: 					0x0 = 0, 
[1662402546.240687][22841:22846] CHIP:DMG: 					0x1 = &amp;quot;&amp;quot; (0 chars), 
[1662402546.240698][22841:22846] CHIP:DMG: 				},
[1662402546.240706][22841:22846] CHIP:DMG: 			},
[1662402546.240716][22841:22846] CHIP:DMG: 			
[1662402546.240724][22841:22846] CHIP:DMG: 		},
[1662402546.240733][22841:22846] CHIP:DMG: 		
[1662402546.240740][22841:22846] CHIP:DMG: 	],
[1662402546.240750][22841:22846] CHIP:DMG: 	
[1662402546.240757][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402546.240762][22841:22846] CHIP:DMG: },
[1662402546.240783][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0003
[1662402546.240810][22841:22846] CHIP:CTL: Received SetRegulatoryConfig response errorCode=0
[1662402546.240823][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;ConfigRegulatory&amp;#39;
[1662402546.240830][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;ConfigRegulatory&amp;#39; -&amp;gt; &amp;#39;SendPAICertificateRequest&amp;#39;
[1662402546.240841][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;SendPAICertificateRequest&amp;#39;
[1662402546.240852][22841:22846] CHIP:CTL: Sending request for PAI certificate
[1662402546.240861][22841:22846] CHIP:CTL: Sending Certificate Chain request to 0x7fbaa8023740 device
[1662402546.240880][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402546.240896][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402546.240933][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd000 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53201i with MessageCounter:264659634.
[1662402546.240945][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd000 with MessageCounter:264659634 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000903881 msec
[1662402546.240973][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402546.240993][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402546.373718][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402546.515085][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402546.515298][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402546.694860][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402546.695132][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402546.871283][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402546.871825][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402546.872024][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875585 on exchange 53201i
[1662402546.872244][22841:22846] CHIP:EM: Found matching exchange: 53201i, Delegate: 0x7fbab4055ea8
[1662402546.872289][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402546.872337][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402546.872363][22841:22846] CHIP:DMG: {
[1662402546.872386][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402546.872415][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402546.872446][22841:22846] CHIP:DMG: 	[
[1662402546.872471][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402546.872502][22841:22846] CHIP:DMG: 		{
[1662402546.872524][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402546.872549][22841:22846] CHIP:DMG: 			{
[1662402546.872571][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402546.872597][22841:22846] CHIP:DMG: 				{
[1662402546.872639][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402546.872667][22841:22846] CHIP:DMG: 					ClusterId = 0x3e,
[1662402546.872693][22841:22846] CHIP:DMG: 					CommandId = 0x3,
[1662402546.872719][22841:22846] CHIP:DMG: 				},
[1662402546.872745][22841:22846] CHIP:DMG: 				
[1662402546.872771][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402546.872797][22841:22846] CHIP:DMG: 				{
[1662402546.872824][22841:22846] CHIP:DMG: 					0x0 = [
[1662402546.872947][22841:22846] CHIP:DMG: 							0x30, 0x82, 0x1, 0xcb, 0x30, 0x82, 0x1, 0x71, 0xa0, 0x3, 0x2, 0x1, 0x2, 0x2, 0x8, 0x56, 0xad, 0x82, 0x22, 0xad, 0x94, 0x5b, 0x64, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x30, 0x30, 0x31, 0x18, 0x30, 0x16, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0xf, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x54, 0x65, 0x73, 0x74, 0x20, 0x50, 0x41, 0x41, 0x31, 0x14, 0x30, 0x12, 0x6, 0xa, 0x2b, 0x6, 0x1, 0x4, 0x1, 0x82, 0xa2, 0x7c, 0x2, 0x1, 0xc, 0x4, 0x46, 0x46, 0x46, 0x31, 0x30, 0x20, 0x17, 0xd, 0x32, 0x32, 0x30, 0x32, 0x30, 0x35, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x18, 0xf, 0x39, 0x39, 0x39, 0x39, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5a, 0x30, 0x3d, 0x31, 0x25, 0x30, 0x23, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x50, 0x41, 0x49, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x20, 0x6e, 0x6f, 0x20, 0x50, 0x49, 0x44, 0x31, 0x14, 0x30, 0x12, 0x6, 0xa, 0x2b, 0x6, 0x1, 0x4, 0x1, 0x82, 0xa2, 0x7c, 0x2, 0x1, 0xc, 0x4, 0x46, 0x46, 0x46, 0x31, 0x30, 0x59, 0x30, 0x13, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x3, 0x1, 0x7, 0x3, 0x42, 0x0, 0x4, 0x41, 0x9a, 0x93, 0x15, 0xc2, 0x17, 0x3e, 0xc, 0x8c, 0x87, 0x6d, 0x3, 0xcc, 0xfc, 0x94, 0x48, 0x52, 0x64, 0x7f, 0x7f, 0xec, 0x5e, 0x50, 0x82, 0xf4, 0x5, 0x99, 0x28, 0xec, 0xa8, 0x94, 0xc5, 0x94, 0x15, 0x13, 0x9, 0xac, 0x63, 0x1e, 0x4c, 0xb0, 0x33, 0x92, 0xaf, 0x68, 0x4b, 0xb, 0xaf, 0xb7, 0xe6, 0x5b, 0x3b, 0x81, 0x62, 0xc2, 0xf5, 0x2b, 0xf9, 0x31, 0xb8, 0xe7, 0x7a, 0xaa, 0x82, 0xa3, 0x66, 0x30, 0x64, 0x30, 0x12, 0x6, 0x3, 0x55, 0x1d, 0x13, 0x1, 0x1, 0xff, 0x4, 0x8, 0x30, 0x6, 0x1, 0x1, 0xff, 0x2, 0x1,
[1662402546.873018][22841:22846] CHIP:DMG: 					] (463 bytes)
[1662402546.873042][22841:22846] CHIP:DMG: 				},
[1662402546.873065][22841:22846] CHIP:DMG: 			},
[1662402546.873094][22841:22846] CHIP:DMG: 			
[1662402546.873116][22841:22846] CHIP:DMG: 		},
[1662402546.873153][22841:22846] CHIP:DMG: 		
[1662402546.873175][22841:22846] CHIP:DMG: 	],
[1662402546.873205][22841:22846] CHIP:DMG: 	
[1662402546.873227][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402546.873248][22841:22846] CHIP:DMG: },
[1662402546.873311][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003
[1662402546.873343][22841:22846] CHIP:CTL: Received certificate chain from the device
[1662402546.873373][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;SendPAICertificateRequest&amp;#39;
[1662402546.873399][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;SendPAICertificateRequest&amp;#39; -&amp;gt; &amp;#39;SendDACCertificateRequest&amp;#39;
[1662402546.873430][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;SendDACCertificateRequest&amp;#39;
[1662402546.873451][22841:22846] CHIP:CTL: Sending request for DAC certificate
[1662402546.873468][22841:22846] CHIP:CTL: Sending Certificate Chain request to 0x7fbaa8023740 device
[1662402546.873521][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402546.873547][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402546.873617][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd030 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53202i with MessageCounter:264659635.
[1662402546.873654][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd030 with MessageCounter:264659635 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000903AFA msec
[1662402546.873746][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402546.873801][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402547.049023][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402547.234231][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402547.236598][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402547.415680][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402547.416013][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402547.590273][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402547.590389][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402547.590443][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875586 on exchange 53202i
[1662402547.590463][22841:22846] CHIP:EM: Found matching exchange: 53202i, Delegate: 0x7fbab4057ee8
[1662402547.590477][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402547.590495][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402547.590504][22841:22846] CHIP:DMG: {
[1662402547.590518][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402547.590527][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402547.590537][22841:22846] CHIP:DMG: 	[
[1662402547.590544][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402547.590558][22841:22846] CHIP:DMG: 		{
[1662402547.590566][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402547.590574][22841:22846] CHIP:DMG: 			{
[1662402547.590582][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402547.590591][22841:22846] CHIP:DMG: 				{
[1662402547.590631][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402547.590641][22841:22846] CHIP:DMG: 					ClusterId = 0x3e,
[1662402547.590649][22841:22846] CHIP:DMG: 					CommandId = 0x3,
[1662402547.590656][22841:22846] CHIP:DMG: 				},
[1662402547.590665][22841:22846] CHIP:DMG: 				
[1662402547.590676][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402547.590690][22841:22846] CHIP:DMG: 				{
[1662402547.590700][22841:22846] CHIP:DMG: 					0x0 = [
[1662402547.590745][22841:22846] CHIP:DMG: 							0x30, 0x82, 0x1, 0xe7, 0x30, 0x82, 0x1, 0x8d, 0xa0, 0x3, 0x2, 0x1, 0x2, 0x2, 0x7, 0x21, 0xf6, 0x6d, 0xf5, 0x1d, 0x72, 0x58, 0x30, 0xa, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x30, 0x3d, 0x31, 0x25, 0x30, 0x23, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x50, 0x41, 0x49, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x20, 0x6e, 0x6f, 0x20, 0x50, 0x49, 0x44, 0x31, 0x14, 0x30, 0x12, 0x6, 0xa, 0x2b, 0x6, 0x1, 0x4, 0x1, 0x82, 0xa2, 0x7c, 0x2, 0x1, 0xc, 0x4, 0x46, 0x46, 0x46, 0x31, 0x30, 0x20, 0x17, 0xd, 0x32, 0x32, 0x30, 0x32, 0x30, 0x35, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x18, 0xf, 0x39, 0x39, 0x39, 0x39, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5a, 0x30, 0x53, 0x31, 0x25, 0x30, 0x23, 0x6, 0x3, 0x55, 0x4, 0x3, 0xc, 0x1c, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x44, 0x65, 0x76, 0x20, 0x44, 0x41, 0x43, 0x20, 0x30, 0x78, 0x46, 0x46, 0x46, 0x31, 0x2f, 0x30, 0x78, 0x38, 0x30, 0x30, 0x36, 0x31, 0x14, 0x30, 0x12, 0x6, 0xa, 0x2b, 0x6, 0x1, 0x4, 0x1, 0x82, 0xa2, 0x7c, 0x2, 0x1, 0xc, 0x4, 0x46, 0x46, 0x46, 0x31, 0x31, 0x14, 0x30, 0x12, 0x6, 0xa, 0x2b, 0x6, 0x1, 0x4, 0x1, 0x82, 0xa2, 0x7c, 0x2, 0x2, 0xc, 0x4, 0x38, 0x30, 0x30, 0x36, 0x30, 0x59, 0x30, 0x13, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x3, 0x1, 0x7, 0x3, 0x42, 0x0, 0x4, 0x5e, 0x91, 0xed, 0x92, 0x50, 0x16, 0xcc, 0x82, 0x67, 0x19, 0x7a, 0x9, 0xb, 0x75, 0x33, 0xe5, 0x54, 0xe2, 0x5c, 0x8b, 0x9, 0x3c, 0xdd, 0xca, 0x9e, 0xaf, 0xcb, 0xa7, 0x47, 0xfe, 0xb8, 0xb5, 0xb8, 0xdc, 0x78, 0x9f, 0xf, 0x9d, 0xb0, 0xd8, 0xfc, 0xae, 0xac, 0x6c, 0xfd, 0x83, 0x9c, 0x51, 0xb3, 0xbd, 0xe, 0x4b, 0xc
[1662402547.590772][22841:22846] CHIP:DMG: 					] (491 bytes)
[1662402547.590781][22841:22846] CHIP:DMG: 				},
[1662402547.590789][22841:22846] CHIP:DMG: 			},
[1662402547.590800][22841:22846] CHIP:DMG: 			
[1662402547.590808][22841:22846] CHIP:DMG: 		},
[1662402547.590818][22841:22846] CHIP:DMG: 		
[1662402547.590825][22841:22846] CHIP:DMG: 	],
[1662402547.590836][22841:22846] CHIP:DMG: 	
[1662402547.590844][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402547.590852][22841:22846] CHIP:DMG: },
[1662402547.590876][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003
[1662402547.590889][22841:22846] CHIP:CTL: Received certificate chain from the device
[1662402547.590901][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;SendDACCertificateRequest&amp;#39;
[1662402547.590912][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;SendDACCertificateRequest&amp;#39; -&amp;gt; &amp;#39;SendAttestationRequest&amp;#39;
[1662402547.590923][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;SendAttestationRequest&amp;#39;
[1662402547.590930][22841:22846] CHIP:CTL: Sending Attestation Request to the device.
[1662402547.590938][22841:22846] CHIP:CTL: Sending Attestation request to 0x7fbaa8023740 device
[1662402547.590959][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402547.590969][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402547.591011][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd010 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53203i with MessageCounter:264659636.
[1662402547.591025][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd010 with MessageCounter:264659636 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000903DC7 msec
[1662402547.591056][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402547.591067][22841:22846] CHIP:CTL: Sent Attestation request, waiting for the Attestation Information
[1662402547.591099][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402547.814053][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402547.955063][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402547.955217][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402548.135665][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402548.135900][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402548.492985][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402548.493203][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402548.493307][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875587 on exchange 53203i
[1662402548.493340][22841:22846] CHIP:EM: Found matching exchange: 53203i, Delegate: 0x7fbab40581a8
[1662402548.493386][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402548.493439][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402548.493462][22841:22846] CHIP:DMG: {
[1662402548.493485][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402548.493527][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402548.493611][22841:22846] CHIP:DMG: 	[
[1662402548.493673][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402548.493758][22841:22846] CHIP:DMG: 		{
[1662402548.493782][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402548.493809][22841:22846] CHIP:DMG: 			{
[1662402548.493833][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402548.493860][22841:22846] CHIP:DMG: 				{
[1662402548.493886][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402548.493913][22841:22846] CHIP:DMG: 					ClusterId = 0x3e,
[1662402548.493976][22841:22846] CHIP:DMG: 					CommandId = 0x1,
[1662402548.494000][22841:22846] CHIP:DMG: 				},
[1662402548.494028][22841:22846] CHIP:DMG: 				
[1662402548.494053][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402548.494079][22841:22846] CHIP:DMG: 				{
[1662402548.494183][22841:22846] CHIP:DMG: 					0x0 = [
[1662402548.494334][22841:22846] CHIP:DMG: 							0x15, 0x31, 0x1, 0x1d, 0x2, 0x30, 0x82, 0x2, 0x19, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x7, 0x2, 0xa0, 0x82, 0x2, 0xa, 0x30, 0x82, 0x2, 0x6, 0x2, 0x1, 0x3, 0x31, 0xd, 0x30, 0xb, 0x6, 0x9, 0x60, 0x86, 0x48, 0x1, 0x65, 0x3, 0x4, 0x2, 0x1, 0x30, 0x82, 0x1, 0x71, 0x6, 0x9, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0xd, 0x1, 0x7, 0x1, 0xa0, 0x82, 0x1, 0x62, 0x4, 0x82, 0x1, 0x5e, 0x15, 0x24, 0x0, 0x1, 0x25, 0x1, 0xf1, 0xff, 0x36, 0x2, 0x5, 0x0, 0x80, 0x5, 0x1, 0x80, 0x5, 0x2, 0x80, 0x5, 0x3, 0x80, 0x5, 0x4, 0x80, 0x5, 0x5, 0x80, 0x5, 0x6, 0x80, 0x5, 0x7, 0x80, 0x5, 0x8, 0x80, 0x5, 0x9, 0x80, 0x5, 0xa, 0x80, 0x5, 0xb, 0x80, 0x5, 0xc, 0x80, 0x5, 0xd, 0x80, 0x5, 0xe, 0x80, 0x5, 0xf, 0x80, 0x5, 0x10, 0x80, 0x5, 0x11, 0x80, 0x5, 0x12, 0x80, 0x5, 0x13, 0x80, 0x5, 0x14, 0x80, 0x5, 0x15, 0x80, 0x5, 0x16, 0x80, 0x5, 0x17, 0x80, 0x5, 0x18, 0x80, 0x5, 0x19, 0x80, 0x5, 0x1a, 0x80, 0x5, 0x1b, 0x80, 0x5, 0x1c, 0x80, 0x5, 0x1d, 0x80, 0x5, 0x1e, 0x80, 0x5, 0x1f, 0x80, 0x5, 0x20, 0x80, 0x5, 0x21, 0x80, 0x5, 0x22, 0x80, 0x5, 0x23, 0x80, 0x5, 0x24, 0x80, 0x5, 0x25, 0x80, 0x5, 0x26, 0x80, 0x5, 0x27, 0x80, 0x5, 0x28, 0x80, 0x5, 0x29, 0x80, 0x5, 0x2a, 0x80, 0x5, 0x2b, 0x80, 0x5, 0x2c, 0x80, 0x5, 0x2d, 0x80, 0x5, 0x2e, 0x80, 0x5, 0x2f, 0x80, 0x5, 0x30, 0x80, 0x5, 0x31, 0x80, 0x5, 0x32, 0x80, 0x5, 0x33, 0x80, 0x5, 0x34, 0x80, 0x5, 0x35, 0x80, 0x5, 0x36, 0x80, 0x5, 0x37, 0x80, 0x5, 0x38, 0x80, 0x5, 0x39, 0x80, 0x5, 0x3a, 0x80, 0x5, 0x3b, 0x80, 0x5, 0x3c, 0x80, 0x5, 0x3d, 0x80, 0x5, 0x3e, 0x80, 0x5, 0x3f, 0x80, 0x5, 0x40, 0x80, 0x5, 0x41, 0x80, 0x5, 0x42, 0x80, 0x5, 0x43, 0x80, 0x5, 0x44, 0x80, 0x5, 0x45, 0x80, 0x5, 0x46, 0x80, 0x5, 0x47, 0x80, 0x5, 0x48, 0x80, 0x5, 0x49, 0x80, 0x5, 0x4a, 0x80, 0x5, 0
[1662402548.494412][22841:22846] CHIP:DMG: 					] (585 bytes)
[1662402548.494439][22841:22846] CHIP:DMG: 					0x1 = [
[1662402548.494485][22841:22846] CHIP:DMG: 							0xac, 0xd0, 0xbc, 0x6c, 0x71, 0x34, 0x40, 0xcf, 0x98, 0x93, 0x39, 0xb9, 0x6b, 0xf7, 0xeb, 0x6b, 0xa6, 0x68, 0x44, 0x80, 0x82, 0xa, 0x17, 0x8, 0x1e, 0xeb, 0xd4, 0x1a, 0xfc, 0x4, 0x9d, 0x46, 0xf7, 0x4a, 0x44, 0x6d, 0x45, 0xa9, 0xa4, 0x60, 0x7a, 0xf1, 0xf, 0x63, 0x43, 0x5a, 0xd9, 0xea, 0x68, 0xae, 0xff, 0x18, 0xc6, 0x5f, 0xcd, 0x7c, 0xcd, 0x70, 0xf, 0x40, 0xb1, 0x36, 0xba, 0x36, 
[1662402548.494521][22841:22846] CHIP:DMG: 					] (64 bytes)
[1662402548.494561][22841:22846] CHIP:DMG: 				},
[1662402548.494585][22841:22846] CHIP:DMG: 			},
[1662402548.494616][22841:22846] CHIP:DMG: 			
[1662402548.494638][22841:22846] CHIP:DMG: 		},
[1662402548.494670][22841:22846] CHIP:DMG: 		
[1662402548.494692][22841:22846] CHIP:DMG: 	],
[1662402548.494760][22841:22846] CHIP:DMG: 	
[1662402548.494804][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402548.494877][22841:22846] CHIP:DMG: },
[1662402548.494950][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001
[1662402548.494995][22841:22846] CHIP:CTL: Received Attestation Information from the device
[1662402548.495026][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;SendAttestationRequest&amp;#39;
[1662402548.495096][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;SendAttestationRequest&amp;#39; -&amp;gt; &amp;#39;AttestationVerification&amp;#39;
[1662402548.495150][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;AttestationVerification&amp;#39;
[1662402548.495192][22841:22846] CHIP:CTL: Verifying attestation
[1662402548.500012][22841:22846] CHIP:CTL: Successfully validated &amp;#39;Attestation Information&amp;#39; command received from the device.
[1662402548.500344][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;AttestationVerification&amp;#39;
[1662402548.500473][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;AttestationVerification&amp;#39; -&amp;gt; &amp;#39;SendOpCertSigningRequest&amp;#39;
[1662402548.500593][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;SendOpCertSigningRequest&amp;#39;
[1662402548.500619][22841:22846] CHIP:CTL: Sending CSR request to 0x7fbaa8023740 device
[1662402548.500699][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402548.500750][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402548.500842][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffc5d0 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53204i with MessageCounter:264659637.
[1662402548.500882][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffc5d0 with MessageCounter:264659637 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000904155 msec
[1662402548.500995][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402548.501062][22841:22846] CHIP:CTL: Sent CSR request, waiting for the CSR
[1662402548.501152][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402548.714215][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402549.215586][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402549.215668][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402549.391964][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402549.392081][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402549.392152][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875588 on exchange 53204i
[1662402549.392169][22841:22846] CHIP:EM: Found matching exchange: 53204i, Delegate: 0x7fbab4057ee8
[1662402549.392189][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402549.392215][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402549.392227][22841:22846] CHIP:DMG: {
[1662402549.392238][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402549.392249][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402549.392265][22841:22846] CHIP:DMG: 	[
[1662402549.392276][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402549.392291][22841:22846] CHIP:DMG: 		{
[1662402549.392303][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402549.392322][22841:22846] CHIP:DMG: 			{
[1662402549.392333][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402549.392347][22841:22846] CHIP:DMG: 				{
[1662402549.392360][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402549.392376][22841:22846] CHIP:DMG: 					ClusterId = 0x3e,
[1662402549.392388][22841:22846] CHIP:DMG: 					CommandId = 0x5,
[1662402549.392400][22841:22846] CHIP:DMG: 				},
[1662402549.392413][22841:22846] CHIP:DMG: 				
[1662402549.392426][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402549.392438][22841:22846] CHIP:DMG: 				{
[1662402549.392450][22841:22846] CHIP:DMG: 					0x0 = [
[1662402549.392499][22841:22846] CHIP:DMG: 							0x15, 0x30, 0x1, 0xcd, 0x30, 0x81, 0xca, 0x30, 0x70, 0x2, 0x1, 0x0, 0x30, 0xe, 0x31, 0xc, 0x30, 0xa, 0x6, 0x3, 0x55, 0x4, 0xa, 0xc, 0x3, 0x43, 0x53, 0x52, 0x30, 0x59, 0x30, 0x13, 0x6, 0x7, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x2, 0x1, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x3, 0x1, 0x7, 0x3, 0x42, 0x0, 0x4, 0x5e, 0x84, 0x78, 0x55, 0x31, 0xfc, 0xe9, 0x63, 0xbe, 0x8c, 0x2a, 0xa2, 0x49, 0x39, 0xe5, 0x95, 0xf1, 0x27, 0x29, 0xee, 0xac, 0xba, 0xdc, 0x86, 0x4d, 0xef, 0x13, 0x5, 0xa8, 0x52, 0x21, 0x54, 0x30, 0xac, 0x7a, 0x77, 0xba, 0x6e, 0xf0, 0xeb, 0x34, 0xcc, 0x54, 0x73, 0x71, 0xd5, 0x68, 0x2b, 0x37, 0x98, 0xe, 0xf8, 0x58, 0x8d, 0x1b, 0xdc, 0xc6, 0xed, 0xb2, 0x64, 0x71, 0xd5, 0x3c, 0x2c, 0xa0, 0x0, 0x30, 0xc, 0x6, 0x8, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x4, 0x3, 0x2, 0x5, 0x0, 0x3, 0x48, 0x0, 0x30, 0x45, 0x2, 0x20, 0x75, 0xaf, 0xbf, 0xac, 0x6c, 0x71, 0xff, 0xc0, 0x7b, 0x29, 0x42, 0xd, 0x5b, 0x14, 0xc9, 0xd1, 0x5e, 0xa, 0xf8, 0x10, 0x86, 0xe0, 0xe0, 0xe8, 0x2c, 0xff, 0x1d, 0x23, 0x1, 0x97, 0x5f, 0x79, 0x2, 0x21, 0x0, 0xb9, 0x5f, 0x7d, 0x8d, 0x4f, 0x9a, 0x6e, 0x73, 0x17, 0xc, 0x75, 0xcf, 0xc1, 0x8c, 0xe7, 0x48, 0x26, 0xf8, 0x8f, 0x1, 0x7a, 0x9f, 0x40, 0xe3, 0xa3, 0xca, 0xb, 0xa0, 0x39, 0x9f, 0xa2, 0x72, 0x30, 0x2, 0x20, 0xfe, 0x40, 0xa4, 0x2, 0x46, 0xcd, 0x4a, 0xac, 0x5d, 0x67, 0x7b, 0xe7, 0x36, 0xe3, 0xb0, 0x55, 0xf2, 0x1d, 0x6f, 0xa2, 0x43, 0x1c, 0xd3, 0x98, 0x1c, 0xd, 0xf, 0xa8, 0x8e, 0x21, 0x18, 0x32, 0x18, 
[1662402549.392531][22841:22846] CHIP:DMG: 					] (245 bytes)
[1662402549.392543][22841:22846] CHIP:DMG: 					0x1 = [
[1662402549.392564][22841:22846] CHIP:DMG: 							0xa9, 0xee, 0xf8, 0x13, 0x3c, 0x18, 0x50, 0xa0, 0xd9, 0xcf, 0xfe, 0x37, 0xac, 0x46, 0xfe, 0x3f, 0x65, 0x13, 0x79, 0x2c, 0x7c, 0xe5, 0x16, 0x57, 0x3b, 0xca, 0x15, 0xf8, 0xe5, 0xbe, 0xbe, 0x4a, 0xf3, 0x5a, 0xac, 0x9f, 0x25, 0xb5, 0xb5, 0x25, 0xa0, 0x86, 0x15, 0xb7, 0x68, 0x47, 0xa3, 0x73, 0x1b, 0x32, 0x7b, 0xf0, 0xf8, 0x49, 0x5c, 0x51, 0xd1, 0x5f, 0xe7, 0x88, 0x9, 0xaa, 0xa9, 0x72, 
[1662402549.392581][22841:22846] CHIP:DMG: 					] (64 bytes)
[1662402549.392595][22841:22846] CHIP:DMG: 				},
[1662402549.392606][22841:22846] CHIP:DMG: 			},
[1662402549.392620][22841:22846] CHIP:DMG: 			
[1662402549.392631][22841:22846] CHIP:DMG: 		},
[1662402549.392645][22841:22846] CHIP:DMG: 		
[1662402549.392654][22841:22846] CHIP:DMG: 	],
[1662402549.392669][22841:22846] CHIP:DMG: 	
[1662402549.392679][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402549.392688][22841:22846] CHIP:DMG: },
[1662402549.392721][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0005
[1662402549.392739][22841:22846] CHIP:CTL: Received certificate signing request from the device
[1662402549.392755][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;SendOpCertSigningRequest&amp;#39;
[1662402549.392766][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;SendOpCertSigningRequest&amp;#39; -&amp;gt; &amp;#39;ValidateCSR&amp;#39;
[1662402549.392779][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;ValidateCSR&amp;#39;
[1662402549.393270][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;ValidateCSR&amp;#39;
[1662402549.393285][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;ValidateCSR&amp;#39; -&amp;gt; &amp;#39;GenerateNOCChain&amp;#39;
[1662402549.393296][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;GenerateNOCChain&amp;#39;
[1662402549.393307][22841:22846] CHIP:CTL: Getting certificate chain for the device from the issuer
[1662402549.393412][22841:22846] CHIP:CTL: Verifying Certificate Signing Request
[1662402549.393759][22841:22846] CHIP:CTL: Generating NOC
[1662402549.393890][22841:22846] CHIP:CTL: Providing certificate chain to the commissioner
[1662402549.393906][22841:22846] CHIP:CTL: Received callback from the CA for NOC Chain generation. Status ../examples/chip-tool/third_party/connectedhomeip/src/controller/ExampleOperationalCredentialsIssuer.cpp:396: Success
[1662402549.393937][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;GenerateNOCChain&amp;#39;
[1662402549.394018][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;SendTrustedRootCert&amp;#39;
[1662402549.394029][22841:22846] CHIP:CTL: Sending root certificate to the device
[1662402549.394055][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402549.394067][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402549.394099][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffbe40 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53205i with MessageCounter:264659638.
[1662402549.394118][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffbe40 with MessageCounter:264659638 to 0xFFFFFFFB00000000 (0) at monotonic time: 00000000009044D2 msec
[1662402549.394160][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402549.394175][22841:22846] CHIP:CTL: Sent root certificate to the device
[1662402549.394310][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402549.794494][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402549.973964][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402550.110786][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402550.111083][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402550.111160][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875589 on exchange 53205i
[1662402550.111208][22841:22846] CHIP:EM: Found matching exchange: 53205i, Delegate: 0x7fbab40581a8
[1662402550.111227][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402550.111283][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402550.111342][22841:22846] CHIP:DMG: {
[1662402550.111385][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402550.111394][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402550.111405][22841:22846] CHIP:DMG: 	[
[1662402550.111411][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402550.111420][22841:22846] CHIP:DMG: 		{
[1662402550.111426][22841:22846] CHIP:DMG: 			CommandStatusIB =
[1662402550.111433][22841:22846] CHIP:DMG: 			{
[1662402550.111439][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402550.111446][22841:22846] CHIP:DMG: 				{
[1662402550.111489][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402550.111496][22841:22846] CHIP:DMG: 					ClusterId = 0x3e,
[1662402550.111503][22841:22846] CHIP:DMG: 					CommandId = 0xb,
[1662402550.111510][22841:22846] CHIP:DMG: 				},
[1662402550.111518][22841:22846] CHIP:DMG: 				
[1662402550.111526][22841:22846] CHIP:DMG: 				StatusIB =
[1662402550.111544][22841:22846] CHIP:DMG: 				{
[1662402550.111553][22841:22846] CHIP:DMG: 					status = 0x00 (SUCCESS),
[1662402550.111561][22841:22846] CHIP:DMG: 				},
[1662402550.111569][22841:22846] CHIP:DMG: 				
[1662402550.111577][22841:22846] CHIP:DMG: 			},
[1662402550.111586][22841:22846] CHIP:DMG: 			
[1662402550.111593][22841:22846] CHIP:DMG: 		},
[1662402550.111603][22841:22846] CHIP:DMG: 		
[1662402550.111610][22841:22846] CHIP:DMG: 	],
[1662402550.111619][22841:22846] CHIP:DMG: 	
[1662402550.111627][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402550.111633][22841:22846] CHIP:DMG: },
[1662402550.111653][22841:22846] CHIP:DMG: Received Command Response Status for Endpoint=0 Cluster=0x0000_003E Command=0x0000_000B Status=0x0
[1662402550.111666][22841:22846] CHIP:CTL: Device confirmed that it has received the root certificate
[1662402550.111679][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;SendTrustedRootCert&amp;#39;
[1662402550.111687][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;SendTrustedRootCert&amp;#39; -&amp;gt; &amp;#39;SendNOC&amp;#39;
[1662402550.111698][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;SendNOC&amp;#39;
[1662402550.111723][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402550.111734][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402550.111762][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd040 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53206i with MessageCounter:264659639.
[1662402550.111775][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd040 with MessageCounter:264659639 to 0xFFFFFFFB00000000 (0) at monotonic time: 00000000009047A0 msec
[1662402550.111839][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402550.111849][22841:22846] CHIP:CTL: Sent operational certificate to the device
[1662402550.111864][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402550.334523][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402550.694609][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402550.874051][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402551.281101][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402551.281315][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402551.281455][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875590 on exchange 53206i
[1662402551.281493][22841:22846] CHIP:EM: Found matching exchange: 53206i, Delegate: 0x7fbab4057ee8
[1662402551.281517][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402551.281545][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402551.281554][22841:22846] CHIP:DMG: {
[1662402551.281563][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402551.281571][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402551.281581][22841:22846] CHIP:DMG: 	[
[1662402551.281588][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402551.281598][22841:22846] CHIP:DMG: 		{
[1662402551.281605][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402551.281615][22841:22846] CHIP:DMG: 			{
[1662402551.281623][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402551.281632][22841:22846] CHIP:DMG: 				{
[1662402551.281641][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402551.281682][22841:22846] CHIP:DMG: 					ClusterId = 0x3e,
[1662402551.281718][22841:22846] CHIP:DMG: 					CommandId = 0x8,
[1662402551.281748][22841:22846] CHIP:DMG: 				},
[1662402551.281771][22841:22846] CHIP:DMG: 				
[1662402551.281780][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402551.281789][22841:22846] CHIP:DMG: 				{
[1662402551.281806][22841:22846] CHIP:DMG: 					0x0 = 0, 
[1662402551.281813][22841:22846] CHIP:DMG: 					0x1 = 21, 
[1662402551.281821][22841:22846] CHIP:DMG: 				},
[1662402551.281833][22841:22846] CHIP:DMG: 			},
[1662402551.281843][22841:22846] CHIP:DMG: 			
[1662402551.281851][22841:22846] CHIP:DMG: 		},
[1662402551.281861][22841:22846] CHIP:DMG: 		
[1662402551.281869][22841:22846] CHIP:DMG: 	],
[1662402551.281891][22841:22846] CHIP:DMG: 	
[1662402551.281907][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402551.281938][22841:22846] CHIP:DMG: },
[1662402551.281970][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0008
[1662402551.281989][22841:22846] CHIP:CTL: Device returned status 0 on receiving the NOC
[1662402551.281996][22841:22846] CHIP:CTL: Operational credentials provisioned on device 0x7fbaa8023740
[1662402551.282003][22841:22846] CHIP:TOO: Secure Pairing Success
[1662402551.282010][22841:22846] CHIP:TOO: CASE establishment successful
[1662402551.282020][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;SendNOC&amp;#39;
[1662402551.282037][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;SendNOC&amp;#39; -&amp;gt; &amp;#39;ThreadNetworkSetup&amp;#39;
[1662402551.282047][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;ThreadNetworkSetup&amp;#39;
[1662402551.282066][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402551.282075][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402551.282100][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd060 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53207i with MessageCounter:264659640.
[1662402551.282113][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd060 with MessageCounter:264659640 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000904C32 msec
[1662402551.282158][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402551.282178][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402551.504573][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402551.640516][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402551.640710][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402551.640775][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875591 on exchange 53207i
[1662402551.640796][22841:22846] CHIP:EM: Found matching exchange: 53207i, Delegate: 0x7fbab40581a8
[1662402551.640816][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402551.640841][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402551.640855][22841:22846] CHIP:DMG: {
[1662402551.640868][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402551.640887][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402551.640910][22841:22846] CHIP:DMG: 	[
[1662402551.640962][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402551.641001][22841:22846] CHIP:DMG: 		{
[1662402551.641052][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402551.641128][22841:22846] CHIP:DMG: 			{
[1662402551.641162][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402551.641199][22841:22846] CHIP:DMG: 				{
[1662402551.641229][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402551.641261][22841:22846] CHIP:DMG: 					ClusterId = 0x31,
[1662402551.641295][22841:22846] CHIP:DMG: 					CommandId = 0x5,
[1662402551.641327][22841:22846] CHIP:DMG: 				},
[1662402551.641358][22841:22846] CHIP:DMG: 				
[1662402551.641387][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402551.641399][22841:22846] CHIP:DMG: 				{
[1662402551.641423][22841:22846] CHIP:DMG: 					0x0 = 0, 
[1662402551.641452][22841:22846] CHIP:DMG: 					0x2 = 0, 
[1662402551.641485][22841:22846] CHIP:DMG: 				},
[1662402551.641516][22841:22846] CHIP:DMG: 			},
[1662402551.641544][22841:22846] CHIP:DMG: 			
[1662402551.641567][22841:22846] CHIP:DMG: 		},
[1662402551.641581][22841:22846] CHIP:DMG: 		
[1662402551.641603][22841:22846] CHIP:DMG: 	],
[1662402551.641628][22841:22846] CHIP:DMG: 	
[1662402551.641644][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402551.641664][22841:22846] CHIP:DMG: },
[1662402551.641691][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0005
[1662402551.641716][22841:22846] CHIP:CTL: Received NetworkConfig response, networkingStatus=0
[1662402551.641728][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;ThreadNetworkSetup&amp;#39;
[1662402551.641737][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;ThreadNetworkSetup&amp;#39; -&amp;gt; &amp;#39;ThreadNetworkEnable&amp;#39;
[1662402551.641752][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;ThreadNetworkEnable&amp;#39;
[1662402551.641781][22841:22846] CHIP:DMG: ICR moving to [AddingComm]
[1662402551.641791][22841:22846] CHIP:DMG: ICR moving to [AddedComma]
[1662402551.641817][22841:22846] CHIP:IN: Prepared secure message 0x7fbaafffd0c0 to 0xFFFFFFFB00000000 (0)  of type 0x8 and protocolId (0, 1) on exchange 53208i with MessageCounter:264659641.
[1662402551.641830][22841:22846] CHIP:IN: Sending encrypted msg 0x7fbaafffd0c0 with MessageCounter:264659641 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000904D9A msec
[1662402551.641862][22841:22846] CHIP:DMG: ICR moving to [CommandSen]
[1662402551.641881][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402551.864589][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402552.225294][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402552.225385][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402552.225467][22841:22846] CHIP:EM: Received message of type 0x9 with protocolId (0, 1) and MessageCounter:4875592 on exchange 53208i
[1662402552.225532][22841:22846] CHIP:EM: Found matching exchange: 53208i, Delegate: 0x7fbab4057ee8
[1662402552.225546][22841:22846] CHIP:DMG: ICR moving to [ResponseRe]
[1662402552.225564][22841:22846] CHIP:DMG: InvokeResponseMessage =
[1662402552.225572][22841:22846] CHIP:DMG: {
[1662402552.225579][22841:22846] CHIP:DMG: 	suppressResponse = false, 
[1662402552.225587][22841:22846] CHIP:DMG: 	InvokeResponseIBs =
[1662402552.225597][22841:22846] CHIP:DMG: 	[
[1662402552.225604][22841:22846] CHIP:DMG: 		InvokeResponseIB =
[1662402552.225614][22841:22846] CHIP:DMG: 		{
[1662402552.225621][22841:22846] CHIP:DMG: 			CommandDataIB =
[1662402552.225630][22841:22846] CHIP:DMG: 			{
[1662402552.225636][22841:22846] CHIP:DMG: 				CommandPathIB =
[1662402552.225644][22841:22846] CHIP:DMG: 				{
[1662402552.225653][22841:22846] CHIP:DMG: 					EndpointId = 0x0,
[1662402552.225662][22841:22846] CHIP:DMG: 					ClusterId = 0x31,
[1662402552.225670][22841:22846] CHIP:DMG: 					CommandId = 0x7,
[1662402552.225678][22841:22846] CHIP:DMG: 				},
[1662402552.225689][22841:22846] CHIP:DMG: 				
[1662402552.225700][22841:22846] CHIP:DMG: 				CommandFields = 
[1662402552.225709][22841:22846] CHIP:DMG: 				{
[1662402552.225717][22841:22846] CHIP:DMG: 					0x0 = 0, 
[1662402552.225726][22841:22846] CHIP:DMG: 					0x2 = NULL
[1662402552.225734][22841:22846] CHIP:DMG: 				},
[1662402552.225742][22841:22846] CHIP:DMG: 			},
[1662402552.225751][22841:22846] CHIP:DMG: 			
[1662402552.225758][22841:22846] CHIP:DMG: 		},
[1662402552.225767][22841:22846] CHIP:DMG: 		
[1662402552.225774][22841:22846] CHIP:DMG: 	],
[1662402552.225784][22841:22846] CHIP:DMG: 	
[1662402552.225791][22841:22846] CHIP:DMG: 	InteractionModelRevision = 1
[1662402552.225798][22841:22846] CHIP:DMG: },
[1662402552.225823][22841:22846] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0007
[1662402552.225836][22841:22846] CHIP:CTL: Received ConnectNetwork response, networkingStatus=0
[1662402552.225848][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;ThreadNetworkEnable&amp;#39;
[1662402552.225857][22841:22846] CHIP:CTL: Commissioning stage next step: &amp;#39;ThreadNetworkEnable&amp;#39; -&amp;gt; &amp;#39;FindOperational&amp;#39;
[1662402552.225866][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;FindOperational&amp;#39;
[1662402552.225874][22841:22846] CHIP:CSM: FindOrEstablishSession: PeerId = [1:0000000000000001]
[1662402552.225882][22841:22846] CHIP:CSM: FindOrEstablishSession: No existing OperationalSessionSetup instance found
[1662402552.225894][22841:22846] CHIP:CTL: OperationalSessionSetup[1:0000000000000001]: State change 1 --&amp;gt; 2
[1662402552.226018][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on enp9s0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402552.226376][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on docker0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402552.226388][22841:22846] CHIP:DIS: mDNS broadcast had only partial success: 4 successes and 2 failures.
[1662402552.226419][22841:22846] CHIP:DMG: ICR moving to [AwaitingDe]
[1662402552.426782][22841:22846] CHIP:DIS: Checking node lookup status after 201 ms
[1662402553.226788][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on enp9s0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402553.227994][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on docker0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402553.228171][22841:22846] CHIP:DIS: mDNS broadcast had only partial success: 3 successes and 2 failures.
[1662402554.969977][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402555.227563][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on enp9s0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402555.228422][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on docker0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402555.228655][22841:22846] CHIP:DIS: mDNS broadcast had only partial success: 3 successes and 2 failures.
[1662402557.535681][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402557.535904][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402559.228936][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on enp9s0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402559.229498][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on docker0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402559.229686][22841:22846] CHIP:DIS: mDNS broadcast had only partial success: 3 successes and 2 failures.
[1662402560.280104][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402562.853870][22841:22844] CHIP:DL: Indication received, conn = 0x7fbab40571d0
[1662402562.854150][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16389
[1662402565.590537][22841:22846] CHIP:DL: HandlePlatformSpecificBLEEvent 16387
[1662402567.228363][22841:22846] CHIP:DIS: Checking node lookup status after 15002 ms
[1662402567.228433][22841:22846] CHIP:DIS: OperationalSessionSetup[1:0000000000000001]: operational discovery failed: ../examples/chip-tool/third_party/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:174: CHIP Error 0x00000032: Timeout
[1662402567.228516][22841:22846] CHIP:CTL: Device connection failed. Error ../examples/chip-tool/third_party/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:174: CHIP Error 0x00000032: Timeout
[1662402567.228577][22841:22846] CHIP:CTL: Error on commissioning step &amp;#39;FindOperational&amp;#39;: &amp;#39;../examples/chip-tool/third_party/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:174: CHIP Error 0x00000032: Timeout&amp;#39;
[1662402567.228604][22841:22846] CHIP:CTL: Failed to perform commissioning step 18
[1662402567.228627][22841:22846] CHIP:CTL: Going from commissioning step &amp;#39;FindOperational&amp;#39; with lastErr = &amp;#39;../examples/chip-tool/third_party/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:174: CHIP Error 0x00000032: Timeout&amp;#39; -&amp;gt; &amp;#39;Cleanup&amp;#39;
[1662402567.228664][22841:22846] CHIP:CTL: Performing next commissioning step &amp;#39;Cleanup&amp;#39; with completion status = &amp;#39;../examples/chip-tool/third_party/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:174: CHIP Error 0x00000032: Timeout&amp;#39;
[1662402567.228720][22841:22846] CHIP:CTL: Successfully finished commissioning step &amp;#39;Cleanup&amp;#39;
[1662402567.228762][22841:22846] CHIP:TOO: Device commissioning Failure: ../examples/chip-tool/third_party/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:174: CHIP Error 0x00000032: Timeout
[1662402567.229051][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on enp9s0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402567.230190][22841:22846] CHIP:DIS: Warning: Attempt to mDNS broadcast failed on docker0:  ../examples/chip-tool/third_party/connectedhomeip/src/inet/UDPEndPointImplSockets.cpp:406: OS Error 0x02000065: Network is unreachable
[1662402567.230227][22841:22846] CHIP:DIS: mDNS broadcast had only partial success: 3 successes and 2 failures.
[1662402567.230520][22841:22841] CHIP:CTL: Shutting down the commissioner
[1662402567.230566][22841:22841] CHIP:CTL: Stopping commissioning discovery over DNS-SD
[1662402567.230679][22841:22841] CHIP:DIS: Closing all BLE connections
[1662402567.230707][22841:22841] CHIP:IN: Clearing BLE pending packets.
[1662402567.230780][22841:22841] CHIP:BLE: Auto-closing end point&amp;#39;s BLE connection.
[1662402567.230806][22841:22841] CHIP:DL: Closing BLE GATT connection (con 0x7fbab40571d0)
[1662402567.230859][22841:22841] CHIP:IN: SecureSession[0x7fbaa8020f00]: MarkForEviction Type:1 LSID:52546
[1662402567.230883][22841:22841] CHIP:SC: SecureSession[0x7fbaa8020f00]: Moving from state &amp;#39;kActive&amp;#39; --&amp;gt; &amp;#39;kPendingEviction&amp;#39;
[1662402567.230953][22841:22841] CHIP:IN: SecureSession[0x7fbaa8020f00]: Released - Type:1 LSID:52546
[1662402567.230985][22841:22841] CHIP:CTL: Shutting down the controller
[1662402567.231023][22841:22841] CHIP:IN: Expiring all sessions for fabric 0x1!!
[1662402567.231059][22841:22841] CHIP:FP: Forgetting fabric 0x1
[1662402567.231107][22841:22841] CHIP:TS: Pending Last Known Good Time: 2022-09-03T19:45:02
[1662402567.231033][22841:22844] CHIP:DL: BluezDisconnect peer=C2:1D:EE:AB:64:AB
[1662402567.231256][22841:22841] CHIP:TS: Previous Last Known Good Time: 2022-09-03T19:45:02
[1662402567.231276][22841:22841] CHIP:TS: Reverted Last Known Good Time to previous value
[1662402567.231312][22841:22841] CHIP:CTL: Shutting down the commissioner
[1662402567.231330][22841:22841] CHIP:CTL: Stopping commissioning discovery over DNS-SD
[1662402567.231394][22841:22841] CHIP:CTL: Shutting down the controller
[1662402567.231412][22841:22841] CHIP:CTL: Shutting down the System State, this will teardown the CHIP Stack
[1662402567.232021][22841:22841] CHIP:DMG: IM WH moving to [Uninitialized]
[1662402567.232050][22841:22841] CHIP:DMG: IM WH moving to [Uninitialized]
[1662402567.232068][22841:22841] CHIP:DMG: IM WH moving to [Uninitialized]
[1662402567.232084][22841:22841] CHIP:DMG: IM WH moving to [Uninitialized]
[1662402567.232106][22841:22841] CHIP:DMG: All ReadHandler-s are clean, clear GlobalDirtySet
[1662402567.232176][22841:22841] CHIP:BLE: BleConnectionDelegate::CancelConnection is not implemented.
[1662402567.232518][22841:22841] CHIP:DL: writing settings to file (/tmp/chip_counters.ini-J1oI4i)
[1662402567.233069][22841:22841] CHIP:DL: renamed tmp file to file (/tmp/chip_counters.ini)
[1662402567.233126][22841:22841] CHIP:DL: NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1662402567.233149][22841:22841] CHIP:DL: Inet Layer shutdown
[1662402567.233167][22841:22841] CHIP:DL: BLE shutdown
[1662402567.235656][22841:22841] CHIP:DL: System Layer shutdown
[1662402567.235763][22841:22841] CHIP:TOO: Run command failure: ../examples/chip-tool/third_party/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.cpp:174: CHIP Error 0x00000032: Timeout&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;output from the nrf52840 dk with doorlock sample flashed:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;I: nRF5 802154 radio initialized
I: 4 Sectors of 4096 bytes
I: alloc wra: 3, f68
I: data wra: 3, 2c
*** Booting Zephyr OS build v3.0.99-ncs1  ***
I: Init CHIP stack
D: 128 [DL]Boot reason: 1


uaI: 229 [DL]BLE address: C2:1D:EE:AB:64:AB
I: SoftDevice Controller build revision:
I: 33 78 2a 18 20 f5 61 61 |3x*. .aa
I: a6 8b 77 60 62 83 39 2a |..w`b.9*
I: 7c f1 14 e4             ||...
rt:~$ I: 253 [DL]OpenThread started: OK
I: 256 [DL]Setting OpenThread device type to MINIMAL END DEVICE
I: 263 [SVR]Server initializing...
D: 266 [DIS]Init fabric pairing table with server storage
I: 272 [DMG]AccessControl: initializing
I: 276 [DMG]Examples::AccessControlDelegate::Init
I: 280 [DMG]AccessControl: setting
I: 283 [DMG]DefaultAclStorage: initializing
I: 287 [DMG]DefaultAclStorage: 0 entries loaded
I: 292 [ZCL]Using ZAP configuration...
I: 296 [DMG]AccessControlCluster: initializing
I: 300 [ZCL]Initiating Admin Commissioning cluster.
I: 305 [ZCL]Door Lock server initialized
D: 309 [DMG]Endpoint 0, Cluster 0x0000_0030 update version to d2708b3b
I: 315 [ZCL]OpCreds: Initiating OpCreds cluster by writing fabrics list from fabric table.
D: 323 [DIS]Add fabric pairing table delegate
E: 327 [ZCL]DeviceInfoProvider is not registered
E: 331 [ZCL]Trying to write invalid Calendar Type
E: 336 [ZCL]Failed to write calendar type with error: 0x87
I: 341 [ZCL]Door Lock cluster initialized at endpoint #1
D: 346 [DMG]Endpoint 1, Cluster 0x0000_0101 update version to 32376c89
E: 352 [ZCL]Failed to log event: err=0x3, event_id=0x2
D: 357 [DMG]Endpoint 1, Cluster 0x0000_0101 update version to 32376c8a
D: 364 [IN]UDP::Init bind&amp;amp;listen port=5540
E: 368 [IN]SO_REUSEPORT failed: 109
D: 371 [IN]UDP::Init bound to port=5540
D: 374 [IN]BLEBase::Init - setting/overriding transport
D: 379 [IN]TransportMgr initialized
D: 389 [DIS]Add fabric pairing table delegate
D: 393 [DL]Using Thread extended MAC for hostname.
I: 400 [DIS]Updating services using commissioning mode 0
D: 405 [DL]Using Thread extended MAC for hostname.
D: 410 [DL]Using Thread extended MAC for hostname.
I: 416 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15
E: 424 [DIS]Failed to advertise extended commissionable node: Error CHIP:0x00000003
D: 432 [DIS]Scheduling extended discovery timeout in 900s
E: 437 [DIS]Failed to finalize service update: Error CHIP:0x0000001C
I: 443 [DIS]Delaying proxy of operational discovery: missing delegate
I: 449 [IN]CASE Server enabling CASE session setups
I: 454 [SVR]Joining Multicast groups
D: 457 [ZCL]Emitting StartUp event
D: 460 [EVL]LogEvent event number: 0x00000000000A0000 priority: 2, endpoint id:  0x0 cluster id: 0x0000_0028 event id: 0x0 Sys timestamp: 0x00000000000001CC
D: 474 [ZCL]GeneralDiagnosticsDelegate: OnDeviceRebooted
D: 479 [DMG]Endpoint 0, Cluster 0x0000_0033 update version to c1255c48
D: 486 [EVL]LogEvent event number: 0x00000000000A0001 priority: 2, endpoint id:  0x0 cluster id: 0x0000_0033 event id: 0x3 Sys timestamp: 0x00000000000001E5
I: 499 [SVR]Server Listening...
I: 502 [DL]Device Configuration:
I: 506 [DL]  Serial Number: TEST_SN
I: 509 [DL]  Vendor Id: 65521 (0xFFF1)
I: 512 [DL]  Product Id: 32774 (0x8006)
I: 516 [DL]  Hardware Version: 0
I: 520 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
I: 526 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
I: 533 [DL]  Manufacturing Date: (not set)
I: 537 [DL]  Device Type: 65535 (0xFFFF)
I: 542 [SVR]SetupQRCode: [MT:8IXS142C00KA0648G00]
I: 547 [SVR]Copy/paste the below URL in a browser to see the QR Code:
I: 553 [SVR]https://dhrishi.github.io/connectedhomeip/qrcode.html?data=MT%3A8IXS142C00KA0648G00
I: 561 [SVR]Manual pairing code: [34970112332]
I: 566 [DL]CHIP task running
D: Updating LockState attribute
D: 573 [DMG]Endpoint 1, Cluster 0x0000_0101 update version to 32376c8b
D: 579 [EVL]LogEvent event number: 0x00000000000A0002 priority: 2, endpoint id:  0x1 cluster id: 0x0000_0101 event id: 0x2 Sys timestamp: 0x0000000000000243
D: 4493 [SC]Assigned local session key ID 20419
D: 4498 [SC]Waiting for PBKDF param request
D: 4501 [DL]CHIPoBLE advertising set to on
I: 4505 [DIS]Updating services using commissioning mode 1
D: 4510 [DL]Using Thread extended MAC for hostname.
D: 4515 [DL]Using Thread extended MAC for hostname.
I: 4521 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15
E: 4530 [DIS]Failed to advertise commissionable node: Error CHIP:0x00000003
D: 4536 [DIS]Scheduling discovery timeout in 900s
E: 4541 [DIS]Failed to finalize service update: Error CHIP:0x0000001C
I: 4550 [DL]CHIPoBLE advertising started
I: 4555 [DL]NFC Tag emulation started
I: 24414 [DL]BLE connection established (ConnId: 0x00)
I: 24419 [DL]Current number of connections: 1/1
I: 24423 [DL]CHIPoBLE advertising stopped
I: 24427 [DL]NFC Tag emulation stopped
D: 25857 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 25863 [BLE]local and remote recv window sizes = 5
I: 25867 [BLE]selected BTP version 4
I: 25871 [BLE]using BTP fragment sizes rx 244 / tx 244.
D: 25947 [DL]ConnId: 0x00, New CCCD value: 0x0001
D: 25951 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 6)
D: 25957 [IN]BLE EndPoint 0x20009ac8 Connection Complete
I: 25962 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 247)
D: 26082 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 26128 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 26134 [EM]Received message of type 0x20 with protocolId (0, 0) and MessageCounter:76660738 on exchange 53197r
D: 26144 [EM]Handling via exchange: 53197r, Delegate: 0x20005940
D: 26150 [SC]Received PBKDF param request
D: 26153 [SC]Peer assigned session ID 52546
D: 26157 [SC]Found MRP parameters in the message
D: 26162 [SC]Including MRP parameters in PBKDF param response
I: 26168 [IN]Prepared unauthenticated message 0x2002b0f8 to 0x0000000000000000 (0)  of type 0x21 and protocolId (0, 0) on exchange 53197r with MessageCounter:3709129030.
I: 26183 [IN]Sending unauthenticated msg 0x2002b0f8 with MessageCounter:3709129030 to 0x0000000000000000 at monotonic time: 0000000000006647 msec
D: 26196 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 140)
D: 26202 [SC]Sent PBKDF param response
D: 26352 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 26358 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 26364 [EM]Received message of type 0x22 with protocolId (0, 0) and MessageCounter:76660739 on exchange 53197r
D: 26374 [EM]Found matching exchange: 53197r, Delegate: 0x20005940
D: 26380 [SC]Received spake2p msg1
I: 28311 [IN]Prepared unauthenticated message 0x2002b088 to 0x0000000000000000 (0)  of type 0x23 and protocolId (0, 0) on exchange 53197r with MessageCounter:3709129031.
I: 28326 [IN]Sending unauthenticated msg 0x2002b088 with MessageCounter:3709129031 to 0x0000000000000000 at monotonic time: 0000000000006EA5 msec
D: 28338 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 132)
D: 28345 [SC]Sent spake2p msg2
E: 28348 [DL]Long dispatch time: 1990 ms, for event type 16388
D: 28422 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 28512 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 28518 [EM]Received message of type 0x24 with protocolId (0, 0) and MessageCounter:76660740 on exchange 53197r
D: 28528 [EM]Found matching exchange: 53197r, Delegate: 0x20005940
D: 28533 [SC]Received spake2p msg3
D: 28537 [SC]Sending status report. Protocol code 0, exchange 53197
I: 28543 [IN]Prepared unauthenticated message 0x2002b118 to 0x0000000000000000 (0)  of type 0x40 and protocolId (0, 0) on exchange 53197r with MessageCounter:3709129032.
I: 28558 [IN]Sending unauthenticated msg 0x2002b118 with MessageCounter:3709129032 to 0x0000000000000000 at monotonic time: 0000000000006F8E msec
D: 28571 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 35)
D: 28578 [IN]New secure session created for device &amp;lt;FFFFFFFB00000000, 0&amp;gt;, LSID:20419 PSID:52546!
I: 28587 [SVR]Commissioning completed session establishment step
I: 28593 [DIS]Updating services using commissioning mode 0
D: 28598 [DL]Using Thread extended MAC for hostname.
D: 28604 [DL]Using Thread extended MAC for hostname.
I: 28609 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15
E: 28618 [DIS]Failed to advertise extended commissionable node: Error CHIP:0x00000003
D: 28625 [DIS]Scheduling extended discovery timeout in 900s
E: 28631 [DIS]Failed to finalize service update: Error CHIP:0x0000001C
D: 28637 [DL]CHIPoBLE advertising set to off
I: 28651 [SVR]Device completed Rendezvous process
E: 28656 [DL]Long dispatch time: 144 ms, for event type 16388
D: 28692 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 28739 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 28746 [EM]Received message of type 0x2 with protocolId (0, 1) and MessageCounter:264659631 on exchange 53198r
D: 28756 [EM]Handling via exchange: 53198r, Delegate: 0x200078bc
D: 28761 [IM]Received Read request
D: 28766 [DMG]IM RH moving to [GeneratingReports]
D: 28771 [DMG]Building Reports for ReadHandler with LastReportGeneration = 0 DirtyGeneration = 0
D: 28780 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 31, Attribute 3 is dirty
D: 28785 [DMG]Reading attribute: Cluster=0x0000_0031 Endpoint=0 AttributeId=0x0000_0003 (expanded=1)
D: 28794 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 28, Attribute 4 is dirty
D: 28799 [DMG]Reading attribute: Cluster=0x0000_0028 Endpoint=0 AttributeId=0x0000_0004 (expanded=0)
D: 28808 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 28, Attribute 2 is dirty
D: 28813 [DMG]Reading attribute: Cluster=0x0000_0028 Endpoint=0 AttributeId=0x0000_0002 (expanded=0)
D: 28821 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 30, Attribute 3 is dirty
D: 28827 [DMG]Reading attribute: Cluster=0x0000_0030 Endpoint=0 AttributeId=0x0000_0003 (expanded=0)
D: 28836 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 30, Attribute 2 is dirty
D: 28841 [DMG]Reading attribute: Cluster=0x0000_0030 Endpoint=0 AttributeId=0x0000_0002 (expanded=0)
D: 28850 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 30, Attribute 1 is dirty
D: 28855 [DMG]Reading attribute: Cluster=0x0000_0030 Endpoint=0 AttributeId=0x0000_0001 (expanded=0)
D: 28864 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 30, Attribute 0 is dirty
D: 28869 [DMG]Reading attribute: Cluster=0x0000_0030 Endpoint=0 AttributeId=0x0000_0000 (expanded=0)
D: 28878 [DMG]&amp;lt;RE:Run&amp;gt; Cluster 31, Attribute fffc is dirty
D: 28883 [DMG]Reading attribute: Cluster=0x0000_0031 Endpoint=0 AttributeId=0x0000_FFFC (expanded=1)
D: 28892 [DMG]&amp;lt;RE&amp;gt; Sending report (payload has 224 bytes)...
I: 28899 [IN]Prepared secure message 0x2002b2c0 to 0xFFFFFFFB00000000 (0)  of type 0x5 and protocolId (0, 1) on exchange 53198r with MessageCounter:4875582.
I: 28913 [IN]Sending encrypted msg 0x2002b2c0 with MessageCounter:4875582 to 0xFFFFFFFB00000000 (0) at monotonic time: 00000000000070F0 msec
D: 28925 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 28932 [DMG]&amp;lt;RE&amp;gt; OnReportConfirm: NumReports = 0
D: 28936 [DMG]&amp;lt;RE&amp;gt; ReportsInFlight = 0 with readHandler 0, RE has no more messages
D: 28943 [DMG]IM RH moving to [AwaitingDestruction]
D: 28948 [DMG]All ReadHandler-s are clean, clear GlobalDirtySet
D: 29141 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 29147 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 17)
D: 29231 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 29278 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 29285 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659632 on exchange 53199r
D: 29294 [EM]Handling via exchange: 53199r, Delegate: 0x200078bc
D: 29301 [DMG]Received command for Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0000
D: 29309 [DMG]Endpoint 0, Cluster 0x0000_0030 update version to d2708b3c
D: 29315 [DMG]ICR moving to [ Preparing]
D: 29319 [DMG]ICR moving to [AddingComm]
D: 29323 [DMG]ICR moving to [AddedComma]
D: 29327 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 29334 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (0)  of type 0x9 and protocolId (0, 1) on exchange 53199r with MessageCounter:4875583.
I: 29348 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875583 to 0xFFFFFFFB00000000 (0) at monotonic time: 00000000000072A3 msec
D: 29360 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 71)
D: 29367 [DMG]ICR moving to [CommandSen]
D: 29370 [DMG]ICR moving to [AwaitingDe]
D: 29546 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 29591 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 29598 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659633 on exchange 53200r
D: 29608 [EM]Handling via exchange: 53200r, Delegate: 0x200078bc
D: 29614 [DMG]Received command for Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0002
D: 29623 [DMG]Endpoint 0, Cluster 0x0000_0030 update version to d2708b3d
D: 29630 [DMG]ICR moving to [ Preparing]
D: 29633 [DMG]ICR moving to [AddingComm]
D: 29638 [DMG]ICR moving to [AddedComma]
D: 29641 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 29648 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (0)  of type 0x9 and protocolId (0, 1) on exchange 53200r with MessageCounter:4875584.
I: 29662 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875584 to 0xFFFFFFFB00000000 (0) at monotonic time: 00000000000073DE msec
D: 29675 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 71)
D: 29682 [DMG]ICR moving to [CommandSen]
D: 29685 [DMG]ICR moving to [AwaitingDe]
D: 29862 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 29907 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 29914 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659634 on exchange 53201r
D: 29924 [EM]Handling via exchange: 53201r, Delegate: 0x200078bc
D: 29930 [DMG]Received command for Endpoint=0 Cluster=0x0000_003E Command=0x0000_0002
I: 29937 [ZCL]OpCreds: Certificate Chain request received for PAI
D: 29943 [DMG]ICR moving to [ Preparing]
D: 29947 [DMG]ICR moving to [AddingComm]
D: 29951 [DMG]ICR moving to [AddedComma]
D: 29955 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 29964 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (0)  of type 0x9 and protocolId (0, 1) on exchange 53201r with MessageCounter:4875585.
I: 29978 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875585 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000007519 msec
D: 29990 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 29997 [DMG]ICR moving to [CommandSen]
D: 30001 [DMG]ICR moving to [AwaitingDe]
D: 30131 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 30137 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 30311 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 30317 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 48)
D: 30492 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 30582 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 30588 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659635 on exchange 53202r
D: 30598 [EM]Handling via exchange: 53202r, Delegate: 0x200078bc
D: 30604 [DMG]Received command for Endpoint=0 Cluster=0x0000_003E Command=0x0000_0002
I: 30612 [ZCL]OpCreds: Certificate Chain request received for DAC
D: 30618 [DMG]ICR moving to [ Preparing]
D: 30621 [DMG]ICR moving to [AddingComm]
D: 30625 [DMG]ICR moving to [AddedComma]
D: 30629 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 30638 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (0)  of type 0x9 and protocolId (0, 1) on exchange 53202r with MessageCounter:4875586.
I: 30652 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875586 to 0xFFFFFFFB00000000 (0) at monotonic time: 00000000000077BC msec
D: 30664 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 30671 [DMG]ICR moving to [CommandSen]
D: 30675 [DMG]ICR moving to [AwaitingDe]
D: 30851 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 30857 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 31031 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 31037 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 76)
D: 31212 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 31347 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 31353 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659636 on exchange 53203r
D: 31363 [EM]Handling via exchange: 53203r, Delegate: 0x200078bc
D: 31369 [DMG]Received command for Endpoint=0 Cluster=0x0000_003E Command=0x0000_0000
I: 31377 [ZCL]OpCreds: received an AttestationRequest
D: 31413 [DMG]ICR moving to [ Preparing]
D: 31416 [DMG]ICR moving to [AddingComm]
D: 31420 [DMG]ICR moving to [AddedComma]
D: 31424 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 31434 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (0)  of type 0x9 and protocolId (0, 1) on exchange 53203r with MessageCounter:4875587.
I: 31448 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875587 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000007AD8 msec
D: 31461 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 31467 [DMG]ICR moving to [CommandSen]
D: 31471 [DMG]ICR moving to [AwaitingDe]
E: 31474 [DL]Long dispatch time: 127 ms, for event type 16388
D: 31571 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 31577 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 31751 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 31757 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 237)
D: 32112 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 32247 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 32253 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659637 on exchange 53204r
D: 32263 [EM]Handling via exchange: 53204r, Delegate: 0x200078bc
D: 32269 [DMG]Received command for Endpoint=0 Cluster=0x0000_003E Command=0x0000_0004
I: 32277 [ZCL]OpCreds: commissioner has requested a CSR
I: 32634 [ZCL]OpCreds: NewCertificateSigningRequest returned 0
D: 32670 [DMG]ICR moving to [ Preparing]
D: 32674 [DMG]ICR moving to [AddingComm]
D: 32678 [DMG]ICR moving to [AddedComma]
D: 32681 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 32690 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (0)  of type 0x9 and protocolId (0, 1) on exchange 53204r with MessageCounter:4875588.
I: 32704 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875588 to 0xFFFFFFFB00000000 (0) at monotonic time: 0000000000007FC0 msec
D: 32716 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 244)
D: 32723 [DMG]ICR moving to [CommandSen]
D: 32726 [DMG]ICR moving to [AwaitingDe]
E: 32730 [DL]Long dispatch time: 483 ms, for event type 16388
D: 32831 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 32837 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 138)
D: 33011 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 33328 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
D: 33506 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 33514 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659638 on exchange 53205r
D: 33524 [EM]Handling via exchange: 53205r, Delegate: 0x200078bc
D: 33530 [DMG]Received command for Endpoint=0 Cluster=0x0000_003E Command=0x0000_000B
I: 33538 [ZCL]OpCreds: commissioner has added a trusted root Cert
D: 33543 [DMG]ICR moving to [ Preparing]
D: 33547 [DMG]ICR moving to [AddingComm]
D: 33551 [DMG]ICR moving to [AddedComma]
D: 33555 [DMG]Endpoint 0, Cluster 0x0000_003E update version to a487ae18
D: 33561 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 33568 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (0)  of type 0x9 and protocolId (0, 1) on exchange 53205r with MessageCounter:4875589.
I: 33582 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875589 to 0xFFFFFFFB00000000 (0) at monotonic time: 000000000000832E msec
D: 33595 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 68)
D: 33601 [DMG]ICR moving to [CommandSen]
D: 33605 [DMG]ICR moving to [AwaitingDe]
E: 33609 [DL]Long dispatch time: 103 ms, for event type 16388
D: 33731 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 33870 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
D: 34228 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
D: 34407 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 34416 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659639 on exchange 53206r
D: 34426 [EM]Handling via exchange: 53206r, Delegate: 0x200078bc
D: 34432 [DMG]Received command for Endpoint=0 Cluster=0x0000_003E Command=0x0000_0006
I: 34440 [ZCL]OpCreds: Received AddNOC command
I: 34444 [DIS]Verifying the received credentials
I: 34564 [DIS]Added new fabric at index: 0x15, Initialized: 1
I: 34569 [DIS]Assigned compressed fabric ID: 0xE422C74F326417E2, node ID: 0x0000000000000001
I: 34616 [DIS]Fabric (21) persisted to storage. Calling OnFabricPersistedToStorage
I: 34623 [ZCL]OpCreds: Fabric  index 0x15 was persisted to storage. FabricId 0000000000000001, NodeId 0000000000000001, VendorId 0xFFF1
I: 34635 [ZCL]OpCreds: Call to fabricListChanged
D: 34640 [DMG]Endpoint 0, Cluster 0x0000_003E update version to a487ae19
D: 34646 [DMG]Endpoint 0, Cluster 0x0000_003E update version to a487ae1a
D: 34685 [EVL]LogEvent event number: 0x00000000000A0003 priority: 1, endpoint id:  0x0 cluster id: 0x0000_001F event id: 0x0 Sys timestamp: 0x000000000000877C
I: 34699 [ZCL]OpCreds: ACL entry created for Fabric 15 CASE Admin NodeId 0x000000000001B669
D: 34707 [DL]Using Thread extended MAC for hostname.
I: 34711 [DIS]Advertise operational node E422C74F326417E2-0000000000000001
D: 34718 [DMG]ICR moving to [ Preparing]
D: 34722 [DMG]ICR moving to [AddingComm]
D: 34726 [DMG]ICR moving to [AddedComma]
I: 34729 [ZCL]OpCreds: successfully created fabric index 21 via AddNOC
D: 34736 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 34743 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (21)  of type 0x9 and protocolId (0, 1) on exchange 53206r with MessageCounter:4875590.
I: 34757 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875590 to 0xFFFFFFFB00000000 (21) at monotonic time: 00000000000087C5 msec
D: 34769 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 71)
D: 34776 [DMG]ICR moving to [CommandSen]
D: 34779 [DMG]ICR moving to [AwaitingDe]
E: 34783 [DL]Long dispatch time: 376 ms, for event type 16388
D: 34901 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 35039 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 35046 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659640 on exchange 53207r
D: 35055 [EM]Handling via exchange: 53207r, Delegate: 0x200078bc
D: 35062 [DMG]Received command for Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0003
D: 35082 [DMG]ICR moving to [ Preparing]
D: 35086 [DMG]ICR moving to [AddingComm]
D: 35089 [DMG]ICR moving to [AddedComma]
D: 35093 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 35100 [IN]Prepared secure message 0x2002b188 to 0xFFFFFFFB00000000 (21)  of type 0x9 and protocolId (0, 1) on exchange 53207r with MessageCounter:4875591.
I: 35114 [IN]Sending encrypted msg 0x2002b188 with MessageCounter:4875591 to 0xFFFFFFFB00000000 (21) at monotonic time: 000000000000892A msec
D: 35127 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 71)
D: 35133 [DMG]ICR moving to [CommandSen]
D: 35137 [DMG]ICR moving to [AwaitingDe]
E: 35141 [DL]Long dispatch time: 103 ms, for event type 16388
D: 35261 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 35396 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
I: 35403 [EM]Received message of type 0x8 with protocolId (0, 1) and MessageCounter:264659641 on exchange 53208r
D: 35413 [EM]Handling via exchange: 53208r, Delegate: 0x200078bc
D: 35419 [DMG]Received command for Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0006
D: 35480 [DMG]Decreasing reference count for CommandHandler, remaining 1
D: 35487 [DL]OpenThread State Changed (Flags: 0x1017c100)
D: 35492 [DL]   Network Name: OpenThreadDemo2
D: 35497 [DL]   PAN Id: 0x1234
D: 35500 [DL]   Extended PAN Id: 0x1111111122222222
D: 35504 [DL]   Channel: 15
D: 35507 [DL]   Mesh Prefix: fd9c:435a:1fd9:a8e1::/64
I: 35515 [DL]CHIPoBLE advertising disabled because device is fully provisioned
D: 35522 [DL]OpenThread State Changed (Flags: 0x0100103d)
D: 35528 [DL]   Device Role: CHILD
D: 35531 [DL]   Thread Unicast Addresses:
D: 35535 [DL]        fd9c:435a:1fd9:a8e1:0:ff:fe00:804/64 valid rloc
D: 35541 [DL]        fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589/64 valid
D: 35547 [DL]        fe80::ec31:5de5:4f35:52a6/64 valid preferred
D: 35555 [DL]OpenThread State Changed (Flags: 0x00000084)
D: 35561 [DL]   Device Role: CHILD
D: 35564 [DL]   Partition Id: 0x3D997F2A
I: 35574 [SWU]Stopping the watchdog timer
I: 35579 [SWU]Starting the periodic query timer, timeout: 86400 seconds
D: 35585 [DL]Using Thread extended MAC for hostname.
I: 35593 [DL]SRP Client was started, detected server: fd9c:435a:1fd9:a8e1:6421:5b4d:9879:766d
I: 35602 [DIS]Advertise operational node E422C74F326417E2-0000000000000001
I: 35645 [SVR]Operational advertising enabled
D: 35649 [DMG]ICR moving to [ Preparing]
D: 35653 [DMG]ICR moving to [AddingComm]
D: 35657 [DMG]ICR moving to [AddedComma]
D: 35661 [DMG]Decreasing reference count for CommandHandler, remaining 0
I: 35669 [IN]Prepared secure message 0x2002b370 to 0xFFFFFFFB00000000 (21)  of type 0x9 and protocolId (0, 1) on exchange 53208r with MessageCounter:4875592.
I: 35683 [IN]Sending encrypted msg 0x2002b370 with MessageCounter:4875592 to 0xFFFFFFFB00000000 (21) at monotonic time: 0000000000008B63 msec
D: 35696 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 70)
D: 35704 [DMG]ICR moving to [CommandSen]
D: 35708 [DMG]ICR moving to [AwaitingDe]
E: 35712 [DL]Long dispatch time: 127 ms, for event type 3
D: 35718 [DMG]Endpoint 0, Cluster 0x0000_002A update version to 925df6f3
D: 35725 [DMG]Endpoint 0, Cluster 0x0000_002A update version to 925df6f4
D: 35733 [DL]OpenThread State Changed (Flags: 0x00000200)
D: 35739 [DL]OnSrpClientNotification: Last requested operation completed successfully
I: 35746 [DIS]Setting operational delegate post init
D: 35753 [DL]OpenThread State Changed (Flags: 0x00000001)
D: 35758 [DL]   Thread Unicast Addresses:
D: 35762 [DL]        fd11:22::7744:b4ee:2f9d:28da/64 valid preferred
D: 35768 [DL]        fd9c:435a:1fd9:a8e1:0:ff:fe00:804/64 valid rloc
D: 35774 [DL]        fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589/64 valid
D: 35781 [DL]        fe80::ec31:5de5:4f35:52a6/64 valid preferred
I: 35788 [DIS]Updating services using commissioning mode 0
D: 35793 [DL]Using Thread extended MAC for hostname.
I: 35798 [DIS]Advertise operational node E422C74F326417E2-0000000000000001
I: 35805 [DL]advertising srp service: E422C74F326417E2-0000000000000001._matter._tcp
D: 35813 [DL]Using Thread extended MAC for hostname.
I: 35818 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15
I: 35864 [DL]advertising srp service: D1D90DFEC09FA54C._matterc._udp
D: 35871 [DIS]Scheduling extended discovery timeout in 900s
E: 35913 [DL]Long dispatch time: 125 ms, for event type 32787
D: 35920 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 36672 [DL]OnSrpClientNotification: Last requested operation completed successfully
D: 38501 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
D: 41007 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 3)
D: 41066 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 43811 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
D: 46317 [DL]Sending notification for CHIPoBLE TX (ConnId 00, len 3)
D: 46376 [DL]Notification for CHIPoBLE TX done (ConnId 0x00)
D: 49121 [DL]Write request received for CHIPoBLE RX (ConnId 0x00)
D: 50831 [DL]ConnId: 0x00, New CCCD value: 0x0000
D: 50836 [IN]Clearing BLE pending packets.
I: 50839 [BLE]Releasing end point&amp;#39;s BLE connection back to application.
I: 50846 [DL]Closing BLE GATT connection (ConnId 00)
I: 50966 [DL]BLE GAP connection terminated (reason 0x16)
I: 50971 [DL]Current number of connections: 0/1
E: 89308 [SVR]Failsafe timer expired
E: 89312 [SVR]Commissioning failed (attempt 1): Error CHIP:0x00000032
D: 89321 [SC]Assigned local session key ID 20420
D: 89325 [SC]Waiting for PBKDF param request
D: 89329 [DL]CHIPoBLE advertising set to on
I: 89333 [DIS]Updating services using commissioning mode 1
D: 89338 [DL]Using Thread extended MAC for hostname.
I: 89343 [DIS]Advertise operational node E422C74F326417E2-0000000000000001
I: 89350 [DL]advertising srp service: E422C74F326417E2-0000000000000001._matter._tcp
D: 89358 [DL]Using Thread extended MAC for hostname.
I: 89399 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15
I: 89409 [DL]advertising srp service: D1D90DFEC09FA54C._matterc._udp
I: 89416 [ZCL]OpCreds: Call to FailSafeCleanup
D: 89458 [IN]Expiring all connections for fabric 21!!
I: 89617 [DIS]Fabric (0x15) deleted. Calling OnFabricDeletedFromStorage
I: 89712 [ZCL]OpCreds: Fabric index 0x15 was deleted from fabric storage.
I: 89718 [ZCL]OpCreds: Call to fabricListChanged
D: 89722 [DMG]Endpoint 0, Cluster 0x0000_003E update version to a487ae1b
D: 89729 [DMG]Endpoint 0, Cluster 0x0000_003E update version to a487ae1c
D: 89736 [EVL]LogEvent event number: 0x00000000000A0004 priority: 1, endpoint id:  0x0 cluster id: 0x0000_0028 event id: 0x2 Sys timestamp: 0x0000000000015E87
D: 89750 [DMG]All ReadHandler-s are clean, clear GlobalDirtySet
I: 89783 [DIS]Updating services using commissioning mode 1
D: 89789 [DL]Using Thread extended MAC for hostname.
I: 89794 [DIS]Advertise commission parameter vendorID=65521 productID=32774 discriminator=3840/15
I: 89803 [DL]advertising srp service: D1D90DFEC09FA54C._matterc._udp
D: 89810 [DIS]Scheduling discovery timeout in 900s
I: 89851 [DL]removing srp service: E422C74F326417E2-0000000000000001._matter._tcp
D: 89858 [DMG]Endpoint 0, Cluster 0x0000_0030 update version to d2708b3e
D: 89865 [ZCL]Failsafe timeout, tell platform driver to revert network credentials.
E: 89943 [DL]Long dispatch time: 635 ms, for event type 32785
I: 89954 [DL]CHIPoBLE advertising started
D: 89958 [DL]OpenThread State Changed (Flags: 0x11002046)
D: 89965 [DL]   Device Role: DISABLED
D: 89968 [DL]   Thread Unicast Addresses:
D: 89972 [DL]        fd11:22::7744:b4ee:2f9d:28da/64 valid preferred
D: 89979 [DL]OpenThread State Changed (Flags: 0x10000000)
I: 89991 [DL]NFC Tag emulation started
I: 119958 [DL]CHIPoBLE advertising mode changed to slow&lt;/pre&gt;&lt;pre class="ui-code" data-mode="text"&gt;Sep  5 18:29:07 eb75652d08f2 otbr-agent[163]: 22:59:11.394 [I] Mle-----------: Send Advertisement (ff02:0:0:0:0:0:0:1)
Sep  5 18:29:07 eb75652d08f2 otbr-agent[163]: 22:59:11.400 [I] MeshForwarder-: Sent IPv6 UDP msg, len:90, chksum:6aa8, ecn:no, to:0xffff, sec:no, prio:net
Sep  5 18:29:07 eb75652d08f2 otbr-agent[163]: 22:59:11.400 [I] MeshForwarder-:     src:[fe80:0:0:0:cc49:50f3:46b1:2083]:19788
Sep  5 18:29:07 eb75652d08f2 otbr-agent[163]: 22:59:11.400 [I] MeshForwarder-:     dst:[ff02:0:0:0:0:0:0:1]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.205 [I] MeshForwarder-: Received IPv6 UDP msg, len:88, chksum:2c3d, ecn:no, from:ee315de54f3552a6, sec:no, prio:net, rss:-41.0
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.205 [I] MeshForwarder-:     src:[fe80:0:0:0:ec31:5de5:4f35:52a6]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.205 [I] MeshForwarder-:     dst:[fe80:0:0:0:cc49:50f3:46b1:2083]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.205 [I] Mle-----------: Receive Child Update Request from child (fe80:0:0:0:ec31:5de5:4f35:52a6)
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.205 [I] Mle-----------: Child 0x0804 IPv6 address[1]=fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.205 [I] Mle-----------: Child 0x0804 has 1 registered IPv6 address, 1 address stored
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.205 [I] Mle-----------: Send Child Update Response to child (fe80:0:0:0:ec31:5de5:4f35:52a6,0x0804)
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.214 [I] MeshForwarder-: Sent IPv6 UDP msg, len:105, chksum:0b5d, ecn:no, to:ee315de54f3552a6, sec:no, prio:net
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.214 [I] MeshForwarder-:     src:[fe80:0:0:0:cc49:50f3:46b1:2083]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.214 [I] MeshForwarder-:     dst:[fe80:0:0:0:ec31:5de5:4f35:52a6]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.279 [I] MeshForwarder-: Received IPv6 UDP msg, len:77, chksum:8fc9, ecn:no, from:ee315de54f3552a6, sec:no, prio:net, rss:-42.0
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.279 [I] MeshForwarder-:     src:[fe80:0:0:0:ec31:5de5:4f35:52a6]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.279 [I] MeshForwarder-:     dst:[fe80:0:0:0:cc49:50f3:46b1:2083]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.279 [I] Mle-----------: Receive Data Request (fe80:0:0:0:ec31:5de5:4f35:52a6)
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.279 [I] Mle-----------: Send Data Response (fe80:0:0:0:ec31:5de5:4f35:52a6)
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.301 [I] MeshForwarder-: Sent IPv6 UDP msg, len:172, chksum:c11e, ecn:no, to:ee315de54f3552a6, sec:yes, prio:net
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.301 [I] MeshForwarder-:     src:[fe80:0:0:0:cc49:50f3:46b1:2083]:19788
Sep  5 18:29:11 eb75652d08f2 otbr-agent[163]: 22:59:16.301 [I] MeshForwarder-:     dst:[fe80:0:0:0:ec31:5de5:4f35:52a6]:19788
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.423 [I] MeshForwarder-: Received IPv6 UDP msg, len:313, chksum:11a1, ecn:no, from:0x0804, sec:yes, prio:normal, rss:-41.0
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.423 [I] MeshForwarder-:     src:[fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589]:49155
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.423 [I] MeshForwarder-:     dst:[fd9c:435a:1fd9:a8e1:6421:5b4d:9879:766d]:53535
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.423 [I] SrpServer-----: Received DNS update from fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.434 [I] SrpServer-----: SRP update handler is notified (updatedId = 1638691224)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Advertise SRP service updates: host=EE315DE54F3552A6.default.service.arpa.
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Unpublish SRP service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Removing service E422C74F326417E2-0000000000000001._matter._tcp
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle unpublish SRP service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Waiting for more publishing callbacks 2
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Unpublish SRP service &amp;#39;9FB1CB22B8B2362B._matterc._udp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Removing service 9FB1CB22B8B2362B._matterc._udp
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle unpublish SRP service &amp;#39;9FB1CB22B8B2362B._matterc._udp.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Waiting for more publishing callbacks 1
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Unpublish SRP host &amp;#39;EE315DE54F3552A6.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Removing host EE315DE54F3552A6
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Removed host EE315DE54F3552A6
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Send goodbye message for host EE315DE54F3552A6.local address fd11:22::7744:b4ee:2f9d:28da: OK: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Remove record for host EE315DE54F3552A6.local address fd11:22::7744:b4ee:2f9d:28da: OK: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle unpublish SRP host &amp;#39;EE315DE54F3552A6.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Handler result of SRP update (id = 1638691224) is received: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove host EE315DE54F3552A6.default.service.arpa. (but retain its name)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;9FB1CB22B8B2362B._matterc._udp.default.service.arpa.&amp;#39; subtype:_CM
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;9FB1CB22B8B2362B._matterc._udp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;9FB1CB22B8B2362B._matterc._udp.default.service.arpa.&amp;#39; subtype:_V65521
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;9FB1CB22B8B2362B._matterc._udp.default.service.arpa.&amp;#39; subtype:_S15
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;9FB1CB22B8B2362B._matterc._udp.default.service.arpa.&amp;#39; subtype:_L3840
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39; subtype:_IE422C74F326417E2
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;FD4B81C3C662331F._matterc._udp.default.service.arpa.&amp;#39; subtype:_CM
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;FD4B81C3C662331F._matterc._udp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;FD4B81C3C662331F._matterc._udp.default.service.arpa.&amp;#39; subtype:_V65521
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;FD4B81C3C662331F._matterc._udp.default.service.arpa.&amp;#39; subtype:_S15
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;FD4B81C3C662331F._matterc._udp.default.service.arpa.&amp;#39; subtype:_L3840
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;B5AE56709FBCA93D._matterc._udp.default.service.arpa.&amp;#39; subtype:_CM
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;B5AE56709FBCA93D._matterc._udp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;B5AE56709FBCA93D._matterc._udp.default.service.arpa.&amp;#39; subtype:_V65521
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;B5AE56709FBCA93D._matterc._udp.default.service.arpa.&amp;#39; subtype:_S15
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;B5AE56709FBCA93D._matterc._udp.default.service.arpa.&amp;#39; subtype:_L3840
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;2392C7AEB8E6786E._matterc._udp.default.service.arpa.&amp;#39; subtype:_CM
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;2392C7AEB8E6786E._matterc._udp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;2392C7AEB8E6786E._matterc._udp.default.service.arpa.&amp;#39; subtype:_V65521
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;2392C7AEB8E6786E._matterc._udp.default.service.arpa.&amp;#39; subtype:_S15
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;2392C7AEB8E6786E._matterc._udp.default.service.arpa.&amp;#39; subtype:_L3840
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;0BE7E3D5C69D528F-0000000000000002._matter._tcp.default.service.arpa.&amp;#39; subtype:_I0BE7E3D5C69D528F
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Remove but retain name of service &amp;#39;0BE7E3D5C69D528F-0000000000000002._matter._tcp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] SrpServer-----: Send success response
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] MeshForwarder-: Received IPv6 UDP msg, len:107, chksum:5339, ecn:no, from:ee315de54f3552a6, sec:no, prio:net, rss:-42.0
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] MeshForwarder-:     src:[fe80:0:0:0:ec31:5de5:4f35:52a6]:19788
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] MeshForwarder-:     dst:[fe80:0:0:0:cc49:50f3:46b1:2083]:19788
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] Mle-----------: Receive Child Update Request from child (fe80:0:0:0:ec31:5de5:4f35:52a6)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] Mle-----------: Child 0x0804 IPv6 address[1]=fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] Mle-----------: Child 0x0804 IPv6 address[2]=fd11:22:0:0:7744:b4ee:2f9d:28da
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] Mle-----------: Child 0x0804 has 2 registered IPv6 addresses, 2 addresses stored
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.435 [I] Mle-----------: Send Child Update Response to child (fe80:0:0:0:ec31:5de5:4f35:52a6,0x0804)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.442 [I] MeshForwarder-: Sent IPv6 UDP msg, len:98, chksum:34f0, ecn:no, to:ee315de54f3552a6, sec:no, prio:net
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.442 [I] MeshForwarder-:     src:[fe80:0:0:0:cc49:50f3:46b1:2083]:19788
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.442 [I] MeshForwarder-:     dst:[fe80:0:0:0:ec31:5de5:4f35:52a6]:19788
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.448 [I] MeshForwarder-: Sent IPv6 UDP msg, len:60, chksum:5045, ecn:no, to:0x0804, sec:yes, prio:low
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.448 [I] MeshForwarder-:     src:[fd9c:435a:1fd9:a8e1:6421:5b4d:9879:766d]:53535
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.448 [I] MeshForwarder-:     dst:[fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589]:49155
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.665 [I] MeshForwarder-: Received IPv6 UDP msg, len:505, chksum:e127, ecn:no, from:0x0804, sec:yes, prio:normal, rss:-41.0
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.665 [I] MeshForwarder-:     src:[fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589]:49155
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.665 [I] MeshForwarder-:     dst:[fd9c:435a:1fd9:a8e1:6421:5b4d:9879:766d]:53535
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.665 [I] SrpServer-----: Received DNS update from fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.686 [I] SrpServer-----: SRP update handler is notified (updatedId = 1638691225)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Advertise SRP service updates: host=EE315DE54F3552A6.default.service.arpa.
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Publish SRP service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Registering new service E422C74F326417E2-0000000000000001._matter._tcp,_IE422C74F326417E2.local, serviceRef = (nil)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Publish SRP host &amp;#39;EE315DE54F3552A6.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Registering new host EE315DE54F3552A6
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Received reply for host EE315DE54F3552A6.local: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Successfully registered host EE315DE54F3552A6.local
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle publish SRP host &amp;#39;EE315DE54F3552A6.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Waiting for more publishing callbacks 1
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.720 [I] MeshForwarder-: Received IPv6 UDP msg, len:719, chksum:fc1d, ecn:no, from:0x0804, sec:yes, prio:normal, rss:-41.125
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.720 [I] MeshForwarder-:     src:[fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589]:49155
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.720 [I] MeshForwarder-:     dst:[fd9c:435a:1fd9:a8e1:6421:5b4d:9879:766d]:53535
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.720 [I] SrpServer-----: Received DNS update from fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: 22:59:16.739 [I] SrpServer-----: SRP update handler is notified (updatedId = 1638691226)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Advertise SRP service updates: host=EE315DE54F3552A6.default.service.arpa.
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Publish SRP service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Publish SRP service &amp;#39;D1D90DFEC09FA54C._matterc._udp.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Registering new service D1D90DFEC09FA54C._matterc._udp,_L3840,_S15,_V65521.local, serviceRef = (nil)
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [DEBG]-ADPROXY-: Publish SRP host &amp;#39;EE315DE54F3552A6.default.service.arpa.&amp;#39;
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle publish SRP host &amp;#39;EE315DE54F3552A6.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:12 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Waiting for more publishing callbacks 2
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Received reply for service D1D90DFEC09FA54C._matterc._udp., serviceRef = 0x55d80fc38160
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Successfully registered service D1D90DFEC09FA54C._matterc._udp.
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle publish SRP service &amp;#39;D1D90DFEC09FA54C._matterc._udp.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Waiting for more publishing callbacks 1
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Received reply for service E422C74F326417E2-0000000000000001._matter._tcp., serviceRef = 0x55d80fc385a0
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-MDNS----: Successfully registered service E422C74F326417E2-0000000000000001._matter._tcp.
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle publish SRP service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.371 [I] SrpServer-----: Handler result of SRP update (id = 1638691225) is received: OK
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.371 [I] SrpServer-----: Update host EE315DE54F3552A6.default.service.arpa.
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.371 [I] SrpServer-----: Update existing service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39; subtype:_IE422C74F326417E2
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Update existing service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Send success response
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: [INFO]-ADPROXY-: Handle publish SRP service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;: OK
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Handler result of SRP update (id = 1638691226) is received: OK
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Update host EE315DE54F3552A6.default.service.arpa.
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Update existing service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39; subtype:_IE422C74F326417E2
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Update existing service &amp;#39;E422C74F326417E2-0000000000000001._matter._tcp.default.service.arpa.&amp;#39;
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Add new service &amp;#39;D1D90DFEC09FA54C._matterc._udp.default.service.arpa.&amp;#39; subtype:_L3840
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Add new service &amp;#39;D1D90DFEC09FA54C._matterc._udp.default.service.arpa.&amp;#39; subtype:_S15
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Add new service &amp;#39;D1D90DFEC09FA54C._matterc._udp.default.service.arpa.&amp;#39; subtype:_V65521
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Add new service &amp;#39;D1D90DFEC09FA54C._matterc._udp.default.service.arpa.&amp;#39;
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.372 [I] SrpServer-----: Send success response
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.379 [I] MeshForwarder-: Sent IPv6 UDP msg, len:60, chksum:08a3, ecn:no, to:0x0804, sec:yes, prio:low
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.379 [I] MeshForwarder-:     src:[fd9c:435a:1fd9:a8e1:6421:5b4d:9879:766d]:53535
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.379 [I] MeshForwarder-:     dst:[fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589]:49155
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.386 [I] MeshForwarder-: Sent IPv6 UDP msg, len:60, chksum:0f7b, ecn:no, to:0x0804, sec:yes, prio:low
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.386 [I] MeshForwarder-:     src:[fd9c:435a:1fd9:a8e1:6421:5b4d:9879:766d]:53535
Sep  5 18:29:13 eb75652d08f2 otbr-agent[163]: 22:59:17.386 [I] MeshForwarder-:     dst:[fd9c:435a:1fd9:a8e1:9f70:cb85:5d62:3589]:49155&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;output from the open thread border router:&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/384543?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2022 11:03:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66fa091b-e5ee-4f06-9488-562f36a12db1</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thank you for your answer.&lt;/p&gt;
&lt;p&gt;Yes, I pressed button 4 before executing the command. I also tried to execute the command without pressing button 4 and the command outputs lines something like: &amp;quot;device {address} does not seem to be matter device&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I also looked at the terminal from the development kit and it seems it&amp;#39;s doing something. I don&amp;#39;t have the development kit with me right now, but I can send you the output from the uart terminal in few hours.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error on commissioning step 'FindOperational' while pairing matter sample over ble-thread</title><link>https://devzone.nordicsemi.com/thread/384537?ContentTypeID=1</link><pubDate>Mon, 05 Sep 2022 10:34:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa7408d6-3076-4771-a464-06fa24937125</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Filipmarzek,&lt;/p&gt;
&lt;p&gt;Did you press button 4 to m&lt;span&gt;ake the device discoverable over Bluetooth LE?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>