Unable to Commission nRF5340DK Matter Light Bulb Example Using NCS 3.1.0 and chip-tool 3.1.0

I am currently working with the Nordic nRF5340DK board using the official Matter light bulb example from the nRF Connect SDK version 3.1.0. I am also using the nordicconnectedhomeip repository version 3.1.0 along with the chip-tool command line tool version 3.1.0 on Rpi5+nrf52840 dongle for commissioning. 

Despite following the standard commissioning process, I am unable to commission the device successfully. The chip-tool and firmware produce commissioning failures, including device attestation errors and continuous failures to advertise the commissionable node over Thread (error code 3).

I am attaching the chip-tool output log and device firmware log window for reference. The logs show:

  • Attestation verification failing due to "mbedTLS error: ECP - The signature is not valid" and "Failed Device Attestation".

  • Firmware complaints about "Failed to advertise commissionable node: 3" and fail-safe timer expirations.

  • Secure session and pairing over BLE appear to function fine, but commissioning still fails.

I have used unmodified Nordic example firmware and tools, so I suspect the issue may be related to environment setup, certificate handling, or potential edge bugs in NCS 3.1.0 or the chip-tool.

Any insights, suggestions, or similar experiences would be very helpful. Thank you in advance!



log from CHIP tool

linux1@linux1-Vishal:~/Downloads$ ./chip-tool_x64 pairing ble-thread 1 hex:0e08000000000001000000030000194a0300001035060004001fffe00208347d53a051e5dd230708fda2fa62ad804c48051011d9d5160e2daa7166ef77a9b4187a6a030f4f70656e5468726561642d3330313901023019041040972111cdc035de2d1ef7203a3580380c0402a0f7f8 20202021 3840
[1757438792.284] [45354:45354] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_tool_kvs
[1757438792.284] [45354:45354] [DL] ChipLinuxStorage::Init: Attempt to re-initialize with KVS config file: /tmp/chip_kvs, IGNORING.
[1757438792.284] [45354:45354] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_factory.ini
[1757438792.284] [45354:45354] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_config.ini
[1757438792.284] [45354:45354] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_counters.ini
[1757438792.298] [45354:45354] [DL] Wrote settings to /tmp/chip_counters.ini
[1757438792.298] [45354:45354] [DL] NVS set: chip-counters/reboot-count = 18 (0x12)
[1757438792.299] [45354:45354] [DL] Failed to get Ethernet interface
[1757438792.299] [45354:45354] [DL] Failed to reset Ethernet statistic counts
[1757438792.299] [45354:45354] [DL] Got WiFi interface: wlp0s20f3
[1757438792.299] [45354:45354] [DL] Found the primary WiFi interface:wlp0s20f3
[1757438792.299] [45354:45354] [PAF] WiFiPAF: WiFiPAFLayer::Init()
[1757438792.299] [45354:45354] [IN] UDP::Init bind&listen port=0
[1757438792.299] [45354:45354] [IN] UDP::Init bound to port=57486
[1757438792.299] [45354:45354] [IN] UDP::Init bind&listen port=0
[1757438792.299] [45354:45354] [IN] UDP::Init bound to port=50977
[1757438792.299] [45354:45354] [IN] BLEBase::Init - setting/overriding transport
[1757438792.299] [45354:45354] [IN] WiFiPAFBase::Init - setting/overriding transport
[1757438792.299] [45354:45354] [IN] TransportMgr initialized
[1757438792.299] [45354:45354] [FP] Initializing FabricTable from persistent storage
[1757438792.299] [45354:45354] [TS] Last Known Good Time: 2023-10-14T01:16:48
[1757438792.300] [45354:45354] [FP] Fabric index 0x1 was retrieved from storage. Compressed FabricId 0xD424E20FF510BCCC, FabricId 0x0000000000000001, NodeId 0x000000000001B669, VendorId 0xFFF1
[1757438792.300] [45354:45354] [DMG] Ember attribute persistence requires setting up
[1757438792.300] [45354:45354] [ZCL] Using ZAP configuration...
[1757438792.301] [45354:45354] [DL] Avahi client registered
[1757438792.301] [45354:45354] [CTL] System State Initialized...
[1757438792.301] [45354:45354] [CTL] Setting attestation nonce to random value
[1757438792.301] [45354:45354] [CTL] Setting CSR nonce to random value
[1757438792.301] [45354:45356] [DL] CHIP task running
[1757438792.301] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 32786
[1757438792.301] [45354:45356] [CTL] Setting attestation nonce to random value
[1757438792.302] [45354:45356] [CTL] Setting CSR nonce to random value
[1757438792.304] [45354:45356] [CTL] Generating NOC
[1757438792.306] [45354:45356] [FP] Validating NOC chain
[1757438792.311] [45354:45356] [FP] NOC chain validation successful
[1757438792.311] [45354:45356] [FP] Updated fabric at index: 0x1, Node ID: 0x000000000001B669
[1757438792.311] [45354:45356] [TS] Last Known Good Time: 2023-10-14T01:16:48
[1757438792.311] [45354:45356] [TS] New proposed Last Known Good Time: 2021-01-01T00:00:00
[1757438792.311] [45354:45356] [TS] Retaining current Last Known Good Time
[1757438792.311] [45354:45356] [FP] Metadata for Fabric 0x1 persisted to storage.
[1757438792.311] [45354:45356] [TS] Committing Last Known Good Time to storage: 2023-10-14T01:16:48
[1757438792.311] [45354:45356] [CTL] Joined the fabric at index 1. Fabric ID is 0x0000000000000001 (Compressed Fabric ID: D424E20FF510BCCC)
[1757438792.312] [45354:45356] [CTL] Setting thread operational dataset from parameters
[1757438792.312] [45354:45356] [CTL] Setting attestation nonce to random value
[1757438792.312] [45354:45356] [CTL] Setting CSR nonce to random value
[1757438792.312] [45354:45356] [CTL] Commission called for node ID 0x0000000000000001
[1757438792.314] [45354:45355] [BLE] BLE removing known devices
[1757438792.314] [45354:45355] [BLE] BLE initiating scan
[1757438792.431] [45354:45356] [BLE] ChipDeviceScanner has started scanning!
[1757438792.431] [45354:45356] [DL] Long dispatch time: 119 ms, for event type 3
[1757438792.435] [45354:45355] [BLE] Device 7F:10:0D:F2:E1:B5 does not look like a CHIP device.
[1757438792.444] [45354:45355] [BLE] Device CC:03:7B:5E:94:46 does not look like a CHIP device.
[1757438792.444] [45354:45355] [BLE] Device 2D:0C:D8:57:F8:72 does not look like a CHIP device.
[1757438792.449] [45354:45355] [BLE] Device 65:F5:54:86:AB:F0 does not look like a CHIP device.
[1757438792.450] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.497] [45354:45355] [BLE] Device 4C:C5:CF:9B:3B:95 does not look like a CHIP device.
[1757438792.498] [45354:45355] [BLE] Device 32:13:8B:01:0C:CB does not look like a CHIP device.
[1757438792.498] [45354:45355] [BLE] Device 1D:79:68:3D:EC:3D does not look like a CHIP device.
[1757438792.501] [45354:45355] [BLE] Device 5C:83:AC:52:E0:F6 does not look like a CHIP device.
[1757438792.509] [45354:45355] [BLE] Device C7:80:9D:80:D4:B9 does not look like a CHIP device.
[1757438792.509] [45354:45355] [BLE] Device 16:CB:19:32:53:11 does not look like a CHIP device.
[1757438792.511] [45354:45355] [BLE] Device 7F:59:BD:C0:B4:46 does not look like a CHIP device.
[1757438792.512] [45354:45355] [BLE] Device 33:CE:4E:97:C2:75 does not look like a CHIP device.
[1757438792.513] [45354:45355] [BLE] Device CB:C4:49:CD:DC:6B does not look like a CHIP device.
[1757438792.524] [45354:45355] [BLE] Device 1F:6C:DA:3F:49:5E does not look like a CHIP device.
[1757438792.543] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.558] [45354:45355] [BLE] Device 30:62:26:00:06:9D does not look like a CHIP device.
[1757438792.561] [45354:45355] [BLE] Device 00:81:F9:1D:6B:77 does not look like a CHIP device.
[1757438792.561] [45354:45355] [BLE] Device 3C:21:D0:CF:47:F8 does not look like a CHIP device.
[1757438792.565] [45354:45355] [BLE] Device 26:41:38:2A:F6:B9 does not look like a CHIP device.
[1757438792.571] [45354:45355] [BLE] Device 75:23:71:12:84:2A does not look like a CHIP device.
[1757438792.572] [45354:45355] [BLE] Device 75:45:23:16:4E:59 does not look like a CHIP device.
[1757438792.580] [45354:45355] [BLE] Device 04:4B:ED:B2:F3:27 does not look like a CHIP device.
[1757438792.584] [45354:45355] [BLE] Device 43:44:9B:CC:9E:E5 does not look like a CHIP device.
[1757438792.585] [45354:45355] [BLE] Device 1D:0A:3F:40:D5:A1 does not look like a CHIP device.
[1757438792.587] [45354:45355] [BLE] Device 0C:67:EC:66:D1:43 does not look like a CHIP device.
[1757438792.588] [45354:45355] [BLE] Device 2D:02:46:F8:BA:3E does not look like a CHIP device.
[1757438792.592] [45354:45355] [BLE] Device 12:01:70:01:D2:C4 does not look like a CHIP device.
[1757438792.597] [45354:45355] [BLE] Device E4:FA:5B:9D:18:10 does not look like a CHIP device.
[1757438792.605] [45354:45355] [BLE] Device CC:03:7B:5E:94:46 does not look like a CHIP device.
[1757438792.606] [45354:45355] [BLE] Device 05:68:A6:E0:6A:0C does not look like a CHIP device.
[1757438792.612] [45354:45355] [BLE] Device 4A:F1:25:EF:45:FF does not look like a CHIP device.
[1757438792.613] [45354:45355] [BLE] Device 2B:42:50:00:43:2F does not look like a CHIP device.
[1757438792.614] [45354:45355] [BLE] Device 27:03:71:07:51:35 does not look like a CHIP device.
[1757438792.617] [45354:45355] [BLE] Device 16:CB:19:32:53:11 does not look like a CHIP device.
[1757438792.621] [45354:45355] [BLE] Device 33:CE:4E:97:C2:75 does not look like a CHIP device.
[1757438792.623] [45354:45355] [BLE] Device 1F:6C:DA:3F:49:5E does not look like a CHIP device.
[1757438792.632] [45354:45355] [BLE] Device 14:E4:D3:E0:08:69 does not look like a CHIP device.
[1757438792.639] [45354:45355] [BLE] Device 1A:46:EA:B3:80:95 does not look like a CHIP device.
[1757438792.641] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.646] [45354:45355] [BLE] Device CC:03:7B:5E:94:46 does not look like a CHIP device.
[1757438792.647] [45354:45355] [BLE] Device 18:E1:60:F4:4B:CC does not look like a CHIP device.
[1757438792.656] [45354:45355] [BLE] Device 2D:0C:D8:57:F8:72 does not look like a CHIP device.
[1757438792.662] [45354:45355] [BLE] Device 13:44:DA:8C:AB:EF does not look like a CHIP device.
[1757438792.672] [45354:45355] [BLE] Device C6:91:6F:11:60:F4 does not look like a CHIP device.
[1757438792.678] [45354:45355] [BLE] Device 5E:CF:09:54:64:3C does not look like a CHIP device.
[1757438792.678] [45354:45355] [BLE] Device 26:41:38:2A:F6:B9 does not look like a CHIP device.
[1757438792.690] [45354:45355] [BLE] Device 0C:67:EC:66:D1:43 does not look like a CHIP device.
[1757438792.693] [45354:45355] [BLE] Device 1D:0A:3F:40:D5:A1 does not look like a CHIP device.
[1757438792.694] [45354:45355] [BLE] Device 5E:EF:94:EF:82:82 does not look like a CHIP device.
[1757438792.702] [45354:45355] [BLE] Device 14:9C:EF:4A:DB:F7 does not look like a CHIP device.
[1757438792.703] [45354:45355] [BLE] Device 1C:1B:51:84:BA:5A does not look like a CHIP device.
[1757438792.704] [45354:45355] [BLE] Device 4D:3D:01:A0:6E:FD does not look like a CHIP device.
[1757438792.707] [45354:45355] [BLE] Device C7:80:9D:80:D4:B9 does not look like a CHIP device.
[1757438792.708] [45354:45355] [BLE] Device 4D:F2:32:9A:94:A6 does not look like a CHIP device.
[1757438792.714] [45354:45355] [BLE] Device 32:13:8B:01:0C:CB does not look like a CHIP device.
[1757438792.722] [45354:45355] [BLE] Device CA:B9:EB:65:C4:B6 does not look like a CHIP device.
[1757438792.722] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.724] [45354:45355] [BLE] Device C6:91:6F:11:60:F4 does not look like a CHIP device.
[1757438792.728] [45354:45355] [BLE] Device CC:03:7B:5E:94:46 does not look like a CHIP device.
[1757438792.729] [45354:45355] [BLE] Device 36:10:D2:00:91:B2 does not look like a CHIP device.
[1757438792.731] [45354:45355] [BLE] Device 33:CE:4E:97:C2:75 does not look like a CHIP device.
[1757438792.735] [45354:45355] [BLE] Device 2F:C6:66:13:DF:5A does not look like a CHIP device.
[1757438792.737] [45354:45355] [BLE] Device 75:45:23:16:4E:59 does not look like a CHIP device.
[1757438792.738] [45354:45355] [BLE] Device 14:E4:D3:E0:08:69 does not look like a CHIP device.
[1757438792.748] [45354:45355] [BLE] Device 0E:FA:29:DE:88:A3 does not look like a CHIP device.
[1757438792.752] [45354:45355] [BLE] Device CC:03:7B:5E:94:46 does not look like a CHIP device.
[1757438792.755] [45354:45355] [BLE] Device 18:E1:60:F4:4B:CC does not look like a CHIP device.
[1757438792.765] [45354:45355] [BLE] Device 75:23:71:12:84:2A does not look like a CHIP device.
[1757438792.766] [45354:45355] [BLE] Device 2D:0C:D8:57:F8:72 does not look like a CHIP device.
[1757438792.770] [45354:45355] [BLE] Device 5B:3F:94:B7:51:A4 does not look like a CHIP device.
[1757438792.771] [45354:45355] [BLE] Device 3C:21:D0:CF:47:F8 does not look like a CHIP device.
[1757438792.773] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.787] [45354:45355] [BLE] Device 7E:57:58:2A:F9:87 does not look like a CHIP device.
[1757438792.793] [45354:45355] [BLE] Device 2D:88:55:B7:A0:64 does not look like a CHIP device.
[1757438792.795] [45354:45355] [BLE] Device 1D:0A:3F:40:D5:A1 does not look like a CHIP device.
[1757438792.798] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.800] [45354:45355] [BLE] Device 11:91:A4:B1:48:F1 does not look like a CHIP device.
[1757438792.802] [45354:45355] [BLE] Device C9:40:BE:79:CB:4D does not look like a CHIP device.
[1757438792.806] [45354:45355] [BLE] Device 12:01:70:01:D2:C4 does not look like a CHIP device.
[1757438792.813] [45354:45355] [BLE] Device C6:91:6F:11:60:F4 does not look like a CHIP device.
[1757438792.820] [45354:45355] [BLE] Device 50:EA:97:3F:FF:06 does not look like a CHIP device.
[1757438792.820] [45354:45355] [BLE] Device 27:03:71:07:51:35 does not look like a CHIP device.
[1757438792.825] [45354:45355] [BLE] Device 2B:42:50:00:43:2F does not look like a CHIP device.
[1757438792.827] [45354:45355] [BLE] Device 15:48:1A:A5:1C:34 does not look like a CHIP device.
[1757438792.831] [45354:45355] [BLE] Device 33:CE:4E:97:C2:75 does not look like a CHIP device.
[1757438792.833] [45354:45355] [BLE] Device 2B:70:04:BF:97:75 does not look like a CHIP device.
[1757438792.837] [45354:45355] [BLE] Device 1F:6C:DA:3F:49:5E does not look like a CHIP device.
[1757438792.866] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.866] [45354:45355] [BLE] Device 18:E1:60:F4:4B:CC does not look like a CHIP device.
[1757438792.867] [45354:45355] [BLE] Device 78:FC:34:64:56:61 does not look like a CHIP device.
[1757438792.874] [45354:45355] [BLE] Device 49:5C:89:2F:C9:5F does not look like a CHIP device.
[1757438792.876] [45354:45355] [BLE] Device 0F:08:AF:08:C1:78 does not look like a CHIP device.
[1757438792.877] [45354:45355] [BLE] Device 30:62:26:00:06:9D does not look like a CHIP device.
[1757438792.882] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.886] [45354:45355] [BLE] Device 4A:F1:25:EF:45:FF does not look like a CHIP device.
[1757438792.894] [45354:45355] [BLE] Device E4:FA:5B:9D:18:10 does not look like a CHIP device.
[1757438792.895] [45354:45355] [BLE] Device 26:41:38:2A:F6:B9 does not look like a CHIP device.
[1757438792.903] [45354:45355] [BLE] Device E4:FA:5B:9E:73:70 does not look like a CHIP device.
[1757438792.931] [45354:45355] [BLE] Device 6D:CC:FD:BF:5C:22 does not look like a CHIP device.
[1757438792.934] [45354:45355] [BLE] Device 16:CB:19:32:53:11 does not look like a CHIP device.
[1757438792.935] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438792.938] [45354:45355] [BLE] Device 33:CE:4E:97:C2:75 does not look like a CHIP device.
[1757438792.949] [45354:45355] [BLE] Device E4:FA:5B:9E:73:70 does not look like a CHIP device.
[1757438792.958] [45354:45355] [BLE] Device 43:66:97:54:A4:A2 does not look like a CHIP device.
[1757438792.961] [45354:45355] [BLE] Device 0E:FA:29:DE:88:A3 does not look like a CHIP device.
[1757438792.982] [45354:45355] [BLE] Device E4:FA:5B:9E:73:70 does not look like a CHIP device.
[1757438792.983] [45354:45355] [BLE] Device 30:62:26:00:06:9D does not look like a CHIP device.
[1757438792.996] [45354:45355] [BLE] Device 44:73:D6:DD:56:28 does not look like a CHIP device.
[1757438792.999] [45354:45355] [BLE] Device 26:41:38:2A:F6:B9 does not look like a CHIP device.
[1757438793.008] [45354:45355] [BLE] Device C6:91:6F:11:60:F4 does not look like a CHIP device.
[1757438793.009] [45354:45355] [BLE] Device 2D:02:46:F8:BA:3E does not look like a CHIP device.
[1757438793.012] [45354:45355] [BLE] Device 0C:67:EC:66:D1:43 does not look like a CHIP device.
[1757438793.017] [45354:45355] [BLE] Device 1C:1B:51:84:BA:5A does not look like a CHIP device.
[1757438793.023] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438793.027] [45354:45355] [BLE] Device 44:01:E0:9B:0A:27 does not look like a CHIP device.
[1757438793.034] [45354:45355] [BLE] Device 59:69:B7:22:6C:B0 does not look like a CHIP device.
[1757438793.034] [45354:45355] [BLE] Device 2B:42:50:00:43:2F does not look like a CHIP device.
[1757438793.037] [45354:45355] [BLE] Device 33:CE:4E:97:C2:75 does not look like a CHIP device.
[1757438793.043] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438793.045] [45354:45355] [BLE] Device 1F:6C:DA:3F:49:5E does not look like a CHIP device.
[1757438793.047] [45354:45355] [BLE] Device 14:E4:D3:E0:08:69 does not look like a CHIP device.
[1757438793.048] [45354:45355] [BLE] Device 78:FC:34:64:56:61 does not look like a CHIP device.
[1757438793.058] [45354:45355] [BLE] Device 75:45:23:16:4E:59 does not look like a CHIP device.
[1757438793.064] [45354:45355] [BLE] Device C6:91:6F:11:60:F4 does not look like a CHIP device.
[1757438793.065] [45354:45355] [BLE] Device 0E:FA:29:DE:88:A3 does not look like a CHIP device.
[1757438793.066] [45354:45355] [BLE] Device 1B:30:BF:51:CB:E3 does not look like a CHIP device.
[1757438793.072] [45354:45355] [BLE] Device E4:52:1E:14:79:66 does not look like a CHIP device.
[1757438793.078] [45354:45355] [BLE] Device 50:EA:97:3F:FF:06 does not look like a CHIP device.
[1757438793.081] [45354:45355] [BLE] Device 30:62:26:00:06:9D does not look like a CHIP device.
[1757438793.084] [45354:45355] [BLE] Device 0F:08:AF:08:C1:78 does not look like a CHIP device.
[1757438793.086] [45354:45355] [BLE] Device 2D:0C:D8:57:F8:72 does not look like a CHIP device.
[1757438793.091] [45354:45355] [BLE] Device 3C:21:D0:CF:47:F8 does not look like a CHIP device.
[1757438793.096] [45354:45355] [BLE] Device E4:FA:5B:9D:18:10 does not look like a CHIP device.
[1757438793.098] [45354:45355] [BLE] Device 39:95:A7:BD:E6:BC does not look like a CHIP device.
[1757438793.101] [45354:45355] [BLE] Device 43:44:9B:CC:9E:E5 does not look like a CHIP device.
[1757438793.108] [45354:45355] [BLE] Device 1D:0A:3F:40:D5:A1 does not look like a CHIP device.
[1757438793.113] [45354:45355] [BLE] Device 2D:02:46:F8:BA:3E does not look like a CHIP device.
[1757438793.122] [45354:45355] [BLE] Device 11:91:A4:B1:48:F1 does not look like a CHIP device.
[1757438793.124] [45354:45355] [BLE] Device 1C:1B:51:84:BA:5A does not look like a CHIP device.
[1757438793.131] [45354:45355] [BLE] New device scanned: DA:EB:1A:99:75:64
[1757438793.131] [45354:45355] [BLE] Device discriminator match. Attempting to connect.
[1757438793.134] [45354:45355] [BLE] ChipDeviceScanner has stopped scanning!
[1757438793.533] [45354:45355] [DL] ConnectDevice complete
[1757438793.533] [45354:45355] [BLE] New device connected: DA:EB:1A:99:75:64
[1757438794.415] [45354:45355] [DL] CHIP service found
[1757438794.415] [45354:45355] [DL] Valid C2 characteristic found
[1757438794.415] [45354:45355] [DL] Valid C1 characteristic found
[1757438794.415] [45354:45355] [DL] New BLE connection: conn=0x79bfb006ccf0 device=DA:EB:1A:99:75:64 path=/org/bluez/hci0/dev_DA_EB_1A_99_75_64
[1757438794.415] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16387
[1757438794.415] [45354:45356] [DIS] Closing all BLE connections
[1757438794.415] [45354:45356] [IN] BleConnectionComplete: endPoint 0x56845d27ad00
[1757438794.415] [45354:45356] [IN] SecureSession[0x79bfa800b4b0]: Allocated Type:1 LSID:37260
[1757438794.415] [45354:45356] [SC] Assigned local session key ID 37260
[1757438794.415] [45354:45356] [EM] <<< [E:54425i S:0 M:123803580] (U) Msg TX from 2A81D60EC0236D4B to 0:0000000000000000 [0000] [BLE] --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
[1757438794.415] [45354:45356] [IN] Message appended to BLE send queue
[1757438794.415] [45354:45356] [SC] Sent PBKDF param request [II:500ms AI:300ms AT:4000ms)
[1757438794.929] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438795.020] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16390
[1757438795.020] [45354:45356] [BLE] subscribe complete, ep = 0x56845d27ad00
[1757438795.020] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438795.020] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438795.020] [45354:45356] [BLE] peripheral chose BTP version 4; central expected between 4 and 4
[1757438795.020] [45354:45356] [BLE] using BTP fragment sizes rx 244 / tx 244.
[1757438795.020] [45354:45356] [BLE] local and remote recv window size = 5
[1757438795.020] [45354:45356] [IN] BLE EndPoint 0x56845d27ad00 Connection Complete
[1757438795.109] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438795.156] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438795.156] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438795.156] [45354:45356] [EM] >>> [E:54425i S:0 M:57345423] (U) Msg RX from 0:0000000000000000 [0000] to 2A81D60EC0236D4B --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
[1757438795.156] [45354:45356] [EM] Found matching exchange: 54425i, Delegate: 0x79bfa800c168
[1757438795.156] [45354:45356] [SC] Received PBKDF param response
[1757438795.156] [45354:45356] [SC] Peer assigned session ID 6167
[1757438795.156] [45354:45356] [SC] Found MRP parameters in the message
[1757438795.164] [45354:45356] [EM] <<< [E:54425i S:0 M:123803581] (U) Msg TX from 2A81D60EC0236D4B to 0:0000000000000000 [0000] [BLE] --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
[1757438795.165] [45354:45356] [SC] Sent spake2p msg1
[1757438795.289] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438795.426] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438795.426] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438795.426] [45354:45356] [EM] >>> [E:54425i S:0 M:57345424] (U) Msg RX from 0:0000000000000000 [0000] to 2A81D60EC0236D4B --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
[1757438795.426] [45354:45356] [EM] Found matching exchange: 54425i, Delegate: 0x79bfa800c168
[1757438795.426] [45354:45356] [SC] Received spake2p msg2
[1757438795.434] [45354:45356] [EM] <<< [E:54425i S:0 M:123803582] (U) Msg TX from 2A81D60EC0236D4B to 0:0000000000000000 [0000] [BLE] --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
[1757438795.434] [45354:45356] [SC] Sent spake2p msg3
[1757438795.514] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438795.560] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438795.560] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438795.560] [45354:45356] [EM] >>> [E:54425i S:0 M:57345425] (U) Msg RX from 0:0000000000000000 [0000] to 2A81D60EC0236D4B --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
[1757438795.560] [45354:45356] [EM] Found matching exchange: 54425i, Delegate: 0x79bfa800c168
[1757438795.560] [45354:45356] [SC] SecureSession[0x79bfa800b4b0, LSID:37260]: State change 'kEstablishing' --> 'kActive'
[1757438795.560] [45354:45356] [IN] SecureSession[0x79bfa800b4b0]: Activated - Type:1 LSID:37260
[1757438795.560] [45354:45356] [IN] New secure session activated for device <FFFFFFFB00000000, 0>, LSID:37260 PSID:6167!
[1757438795.560] [45354:45356] [CTL] Remote device completed SPAKE2+ handshake
[1757438795.560] [45354:45356] [TOO] Pairing Success
[1757438795.560] [45354:45356] [TOO] PASE establishment successful
[1757438795.560] [45354:45356] [CTL] Commissioning stage next step: 'SecurePairing' -> 'ReadCommissioningInfo'
[1757438795.560] [45354:45356] [CTL] Performing next commissioning step 'ReadCommissioningInfo'
[1757438795.560] [45354:45356] [CTL] Sending read requests for commissioning information
[1757438795.560] [45354:45356] [DMG] SendReadRequest ReadClient[0x79bfa800dba0]: Sending Read Request
[1757438795.560] [45354:45356] [DMG] 0 data version filters provided, 0 not relevant, 0 encoded, 0 skipped due to lack of space
[1757438795.560] [45354:45356] [EM] <<< [E:54426i S:37260 M:199337710] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:02 (IM:ReadRequest) (B:134)
[1757438795.560] [45354:45356] [DMG] MoveToState ReadClient[0x79bfa800dba0]: Moving to [AwaitingIn]
[1757438795.561] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 32792
[1757438795.649] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438795.697] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438795.697] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438795.784] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438795.784] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438795.785] [45354:45356] [EM] >>> [E:54426i S:37260 M:192540095] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:05 (IM:ReportData) (B:257)
[1757438795.785] [45354:45356] [EM] Found matching exchange: 54426i, Delegate: 0x79bfa800dbb0
[1757438795.785] [45354:45356] [DMG] ReportDataMessage =
[1757438795.785] [45354:45356] [DMG] {
[1757438795.785] [45354:45356] [DMG]    AttributeReportIBs =
[1757438795.785] [45354:45356] [DMG]    [
[1757438795.785] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.785] [45354:45356] [DMG]            {
[1757438795.785] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.785] [45354:45356] [DMG]                    {
[1757438795.785] [45354:45356] [DMG]                            DataVersion = 0xa4a9506d,
[1757438795.785] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.785] [45354:45356] [DMG]                            {
[1757438795.785] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.785] [45354:45356] [DMG]                                    Cluster = 0x31,
[1757438795.785] [45354:45356] [DMG]                                    Attribute = 0x0000_FFFC,
[1757438795.785] [45354:45356] [DMG]                            }
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]                            Data = 2 (unsigned),
[1757438795.785] [45354:45356] [DMG]                    },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.785] [45354:45356] [DMG]            {
[1757438795.785] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.785] [45354:45356] [DMG]                    {
[1757438795.785] [45354:45356] [DMG]                            DataVersion = 0x38b55960,
[1757438795.785] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.785] [45354:45356] [DMG]                            {
[1757438795.785] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.785] [45354:45356] [DMG]                                    Cluster = 0x28,
[1757438795.785] [45354:45356] [DMG]                                    Attribute = 0x0000_0004,
[1757438795.785] [45354:45356] [DMG]                            }
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]                            Data = 32773 (unsigned),
[1757438795.785] [45354:45356] [DMG]                    },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.785] [45354:45356] [DMG]            {
[1757438795.785] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.785] [45354:45356] [DMG]                    {
[1757438795.785] [45354:45356] [DMG]                            DataVersion = 0x38b55960,
[1757438795.785] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.785] [45354:45356] [DMG]                            {
[1757438795.785] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.785] [45354:45356] [DMG]                                    Cluster = 0x28,
[1757438795.785] [45354:45356] [DMG]                                    Attribute = 0x0000_0002,
[1757438795.785] [45354:45356] [DMG]                            }
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]                            Data = 65521 (unsigned),
[1757438795.785] [45354:45356] [DMG]                    },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.785] [45354:45356] [DMG]            {
[1757438795.785] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.785] [45354:45356] [DMG]                    {
[1757438795.785] [45354:45356] [DMG]                            DataVersion = 0xdd13970d,
[1757438795.785] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.785] [45354:45356] [DMG]                            {
[1757438795.785] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.785] [45354:45356] [DMG]                                    Cluster = 0x30,
[1757438795.785] [45354:45356] [DMG]                                    Attribute = 0x0000_0003,
[1757438795.785] [45354:45356] [DMG]                            }
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]                            Data = 0 (unsigned),
[1757438795.785] [45354:45356] [DMG]                    },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            },
[1757438795.785] [45354:45356] [DMG]
[1757438795.785] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.785] [45354:45356] [DMG]            {
[1757438795.785] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.785] [45354:45356] [DMG]                    {
[1757438795.785] [45354:45356] [DMG]                            DataVersion = 0xdd13970d,
[1757438795.786] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.786] [45354:45356] [DMG]                            {
[1757438795.786] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.786] [45354:45356] [DMG]                                    Cluster = 0x30,
[1757438795.786] [45354:45356] [DMG]                                    Attribute = 0x0000_0002,
[1757438795.786] [45354:45356] [DMG]                            }
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]                            Data = 0 (unsigned),
[1757438795.786] [45354:45356] [DMG]                    },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]            },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.786] [45354:45356] [DMG]            {
[1757438795.786] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.786] [45354:45356] [DMG]                    {
[1757438795.786] [45354:45356] [DMG]                            DataVersion = 0xdd13970d,
[1757438795.786] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.786] [45354:45356] [DMG]                            {
[1757438795.786] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.786] [45354:45356] [DMG]                                    Cluster = 0x30,
[1757438795.786] [45354:45356] [DMG]                                    Attribute = 0x0000_0001,
[1757438795.786] [45354:45356] [DMG]                            }
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]                            Data =
[1757438795.786] [45354:45356] [DMG]                            {
[1757438795.786] [45354:45356] [DMG]                                    0x0 = 60 (unsigned),
[1757438795.786] [45354:45356] [DMG]                                    0x1 = 900 (unsigned),
[1757438795.786] [45354:45356] [DMG]                            },
[1757438795.786] [45354:45356] [DMG]                    },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]            },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.786] [45354:45356] [DMG]            {
[1757438795.786] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.786] [45354:45356] [DMG]                    {
[1757438795.786] [45354:45356] [DMG]                            DataVersion = 0xdd13970d,
[1757438795.786] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.786] [45354:45356] [DMG]                            {
[1757438795.786] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.786] [45354:45356] [DMG]                                    Cluster = 0x30,
[1757438795.786] [45354:45356] [DMG]                                    Attribute = 0x0000_0000,
[1757438795.786] [45354:45356] [DMG]                            }
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]                            Data = 0 (unsigned),
[1757438795.786] [45354:45356] [DMG]                    },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]            },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]            AttributeReportIB =
[1757438795.786] [45354:45356] [DMG]            {
[1757438795.786] [45354:45356] [DMG]                    AttributeDataIB =
[1757438795.786] [45354:45356] [DMG]                    {
[1757438795.786] [45354:45356] [DMG]                            DataVersion = 0xdd13970d,
[1757438795.786] [45354:45356] [DMG]                            AttributePathIB =
[1757438795.786] [45354:45356] [DMG]                            {
[1757438795.786] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438795.786] [45354:45356] [DMG]                                    Cluster = 0x30,
[1757438795.786] [45354:45356] [DMG]                                    Attribute = 0x0000_0004,
[1757438795.786] [45354:45356] [DMG]                            }
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]                            Data = true,
[1757438795.786] [45354:45356] [DMG]                    },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]            },
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]    ],
[1757438795.786] [45354:45356] [DMG]
[1757438795.786] [45354:45356] [DMG]    SuppressResponse = true,
[1757438795.786] [45354:45356] [DMG]    InteractionModelRevision = 12
[1757438795.786] [45354:45356] [DMG] }
[1757438795.787] [45354:45356] [DMG] SendReadRequest ReadClient[0x79bfa800dba0]: Sending Read Request
[1757438795.787] [45354:45356] [DMG] 0 data version filters provided, 0 not relevant, 0 encoded, 0 skipped due to lack of space
[1757438795.787] [45354:45356] [EM] <<< [E:54427i S:37260 M:199337711] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:02 (IM:ReadRequest) (B:103)
[1757438795.787] [45354:45356] [DMG] MoveToState ReadClient[0x79bfa800dba0]: Moving to [AwaitingIn]
[1757438795.874] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438796.013] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.013] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.013] [45354:45356] [EM] >>> [E:54427i S:37260 M:192540096] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:05 (IM:ReportData) (B:181)
[1757438796.013] [45354:45356] [EM] Found matching exchange: 54427i, Delegate: 0x79bfa800dbb0
[1757438796.013] [45354:45356] [DMG] ReportDataMessage =
[1757438796.013] [45354:45356] [DMG] {
[1757438796.013] [45354:45356] [DMG]    AttributeReportIBs =
[1757438796.013] [45354:45356] [DMG]    [
[1757438796.013] [45354:45356] [DMG]            AttributeReportIB =
[1757438796.013] [45354:45356] [DMG]            {
[1757438796.013] [45354:45356] [DMG]                    AttributeStatusIB =
[1757438796.013] [45354:45356] [DMG]                    {
[1757438796.013] [45354:45356] [DMG]                            AttributePathIB =
[1757438796.013] [45354:45356] [DMG]                            {
[1757438796.013] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438796.013] [45354:45356] [DMG]                                    Cluster = 0x46,
[1757438796.013] [45354:45356] [DMG]                                    Attribute = 0x0000_0002,
[1757438796.013] [45354:45356] [DMG]                            }
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]                            StatusIB =
[1757438796.013] [45354:45356] [DMG]                            {
[1757438796.013] [45354:45356] [DMG]                                    status = 0xc3 (UNSUPPORTED_CLUSTER),
[1757438796.013] [45354:45356] [DMG]                            },
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]                    },
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]            },
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]            AttributeReportIB =
[1757438796.013] [45354:45356] [DMG]            {
[1757438796.013] [45354:45356] [DMG]                    AttributeStatusIB =
[1757438796.013] [45354:45356] [DMG]                    {
[1757438796.013] [45354:45356] [DMG]                            AttributePathIB =
[1757438796.013] [45354:45356] [DMG]                            {
[1757438796.013] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438796.013] [45354:45356] [DMG]                                    Cluster = 0x46,
[1757438796.013] [45354:45356] [DMG]                                    Attribute = 0x0000_0001,
[1757438796.013] [45354:45356] [DMG]                            }
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]                            StatusIB =
[1757438796.013] [45354:45356] [DMG]                            {
[1757438796.013] [45354:45356] [DMG]                                    status = 0xc3 (UNSUPPORTED_CLUSTER),
[1757438796.013] [45354:45356] [DMG]                            },
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]                    },
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]            },
[1757438796.013] [45354:45356] [DMG]
[1757438796.013] [45354:45356] [DMG]            AttributeReportIB =
[1757438796.013] [45354:45356] [DMG]            {
[1757438796.013] [45354:45356] [DMG]                    AttributeStatusIB =
[1757438796.014] [45354:45356] [DMG]                    {
[1757438796.014] [45354:45356] [DMG]                            AttributePathIB =
[1757438796.014] [45354:45356] [DMG]                            {
[1757438796.014] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438796.014] [45354:45356] [DMG]                                    Cluster = 0x46,
[1757438796.014] [45354:45356] [DMG]                                    Attribute = 0x0000_0000,
[1757438796.014] [45354:45356] [DMG]                            }
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]                            StatusIB =
[1757438796.014] [45354:45356] [DMG]                            {
[1757438796.014] [45354:45356] [DMG]                                    status = 0xc3 (UNSUPPORTED_CLUSTER),
[1757438796.014] [45354:45356] [DMG]                            },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]                    },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]            },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]            AttributeReportIB =
[1757438796.014] [45354:45356] [DMG]            {
[1757438796.014] [45354:45356] [DMG]                    AttributeStatusIB =
[1757438796.014] [45354:45356] [DMG]                    {
[1757438796.014] [45354:45356] [DMG]                            AttributePathIB =
[1757438796.014] [45354:45356] [DMG]                            {
[1757438796.014] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438796.014] [45354:45356] [DMG]                                    Cluster = 0x46,
[1757438796.014] [45354:45356] [DMG]                                    Attribute = 0x0000_0007,
[1757438796.014] [45354:45356] [DMG]                            }
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]                            StatusIB =
[1757438796.014] [45354:45356] [DMG]                            {
[1757438796.014] [45354:45356] [DMG]                                    status = 0xc3 (UNSUPPORTED_CLUSTER),
[1757438796.014] [45354:45356] [DMG]                            },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]                    },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]            },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]            AttributeReportIB =
[1757438796.014] [45354:45356] [DMG]            {
[1757438796.014] [45354:45356] [DMG]                    AttributeStatusIB =
[1757438796.014] [45354:45356] [DMG]                    {
[1757438796.014] [45354:45356] [DMG]                            AttributePathIB =
[1757438796.014] [45354:45356] [DMG]                            {
[1757438796.014] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438796.014] [45354:45356] [DMG]                                    Cluster = 0x46,
[1757438796.014] [45354:45356] [DMG]                                    Attribute = 0x0000_0006,
[1757438796.014] [45354:45356] [DMG]                            }
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]                            StatusIB =
[1757438796.014] [45354:45356] [DMG]                            {
[1757438796.014] [45354:45356] [DMG]                                    status = 0xc3 (UNSUPPORTED_CLUSTER),
[1757438796.014] [45354:45356] [DMG]                            },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]                    },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]            },
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]            AttributeReportIB =
[1757438796.014] [45354:45356] [DMG]            {
[1757438796.014] [45354:45356] [DMG]                    AttributeDataIB =
[1757438796.014] [45354:45356] [DMG]                    {
[1757438796.014] [45354:45356] [DMG]                            DataVersion = 0xa4a9506d,
[1757438796.014] [45354:45356] [DMG]                            AttributePathIB =
[1757438796.014] [45354:45356] [DMG]                            {
[1757438796.014] [45354:45356] [DMG]                                    Endpoint = 0x0,
[1757438796.014] [45354:45356] [DMG]                                    Cluster = 0x31,
[1757438796.014] [45354:45356] [DMG]                                    Attribute = 0x0000_0003,
[1757438796.014] [45354:45356] [DMG]                            }
[1757438796.014] [45354:45356] [DMG]
[1757438796.014] [45354:45356] [DMG]                            Data = 20 (unsigned),
[1757438796.014] [45354:45356] [DMG]                    },
[1757438796.015] [45354:45356] [DMG]
[1757438796.015] [45354:45356] [DMG]            },
[1757438796.015] [45354:45356] [DMG]
[1757438796.015] [45354:45356] [DMG]    ],
[1757438796.015] [45354:45356] [DMG]
[1757438796.015] [45354:45356] [DMG]    SuppressResponse = true,
[1757438796.015] [45354:45356] [DMG]    InteractionModelRevision = 12
[1757438796.015] [45354:45356] [DMG] }
[1757438796.015] [45354:45356] [CTL] NetworkCommissioning Features: has Thread. endpointid = 0
[1757438796.015] [45354:45356] [SVR] OnReadCommissioningInfo - vendorId=0xFFF1 productId=0x8005
[1757438796.015] [45354:45356] [SVR] OnReadCommissioningInfo ICD - IdleModeDuration=0 activeModeDuration=0 activeModeThreshold=0
[1757438796.015] [45354:45356] [CTL] Successfully finished commissioning step 'ReadCommissioningInfo'
[1757438796.015] [45354:45356] [CTL] Commissioning stage next step: 'ReadCommissioningInfo' -> 'ArmFailSafe'
[1757438796.015] [45354:45356] [CTL] Performing next commissioning step 'ArmFailSafe'
[1757438796.015] [45354:45356] [CTL] Arming failsafe (60 seconds)
[1757438796.015] [45354:45356] [DMG] ICR moving to [AddingComm]
[1757438796.015] [45354:45356] [DMG] ICR moving to [AddedComma]
[1757438796.015] [45354:45356] [EM] <<< [E:54428i S:37260 M:199337712] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
[1757438796.015] [45354:45356] [DMG] ICR moving to [AwaitingRe]
[1757438796.189] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438796.234] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.234] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.234] [45354:45356] [EM] >>> [E:54428i S:37260 M:192540097] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
[1757438796.235] [45354:45356] [EM] Found matching exchange: 54428i, Delegate: 0x79bfa80060e8
[1757438796.235] [45354:45356] [DMG] ICR moving to [ResponseRe]
[1757438796.235] [45354:45356] [DMG] InvokeResponseMessage =
[1757438796.235] [45354:45356] [DMG] {
[1757438796.235] [45354:45356] [DMG]    suppressResponse = false,
[1757438796.235] [45354:45356] [DMG]    InvokeResponseIBs =
[1757438796.235] [45354:45356] [DMG]    [
[1757438796.235] [45354:45356] [DMG]            InvokeResponseIB =
[1757438796.235] [45354:45356] [DMG]            {
[1757438796.235] [45354:45356] [DMG]                    CommandDataIB =
[1757438796.235] [45354:45356] [DMG]                    {
[1757438796.235] [45354:45356] [DMG]                            CommandPathIB =
[1757438796.235] [45354:45356] [DMG]                            {
[1757438796.235] [45354:45356] [DMG]                                    EndpointId = 0x0,
[1757438796.235] [45354:45356] [DMG]                                    ClusterId = 0x30,
[1757438796.235] [45354:45356] [DMG]                                    CommandId = 0x1,
[1757438796.235] [45354:45356] [DMG]                            },
[1757438796.235] [45354:45356] [DMG]
[1757438796.235] [45354:45356] [DMG]                            CommandFields =
[1757438796.235] [45354:45356] [DMG]                            {
[1757438796.235] [45354:45356] [DMG]                                    0x0 = 0 (unsigned),
[1757438796.235] [45354:45356] [DMG]                                    0x1 = "" (0 chars),
[1757438796.235] [45354:45356] [DMG]                            },
[1757438796.235] [45354:45356] [DMG]                    },
[1757438796.235] [45354:45356] [DMG]
[1757438796.235] [45354:45356] [DMG]            },
[1757438796.235] [45354:45356] [DMG]
[1757438796.235] [45354:45356] [DMG]    ],
[1757438796.235] [45354:45356] [DMG]
[1757438796.235] [45354:45356] [DMG]    InteractionModelRevision = 12
[1757438796.235] [45354:45356] [DMG] },
[1757438796.235] [45354:45356] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0001
[1757438796.235] [45354:45356] [CTL] Received ArmFailSafe response errorCode=0
[1757438796.235] [45354:45356] [CTL] Successfully finished commissioning step 'ArmFailSafe'
[1757438796.235] [45354:45356] [CTL] Commissioning stage next step: 'ArmFailSafe' -> 'ConfigRegulatory'
[1757438796.235] [45354:45356] [CTL] Performing next commissioning step 'ConfigRegulatory'
[1757438796.235] [45354:45356] [CTL] Setting Regulatory Config
[1757438796.235] [45354:45356] [CTL] Device does not support configurable regulatory location
[1757438796.235] [45354:45356] [DMG] ICR moving to [AddingComm]
[1757438796.235] [45354:45356] [DMG] ICR moving to [AddedComma]
[1757438796.235] [45354:45356] [EM] <<< [E:54429i S:37260 M:199337713] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
[1757438796.235] [45354:45356] [DMG] ICR moving to [AwaitingRe]
[1757438796.235] [45354:45356] [DMG] ICR moving to [AwaitingDe]
[1757438796.324] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438796.369] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.370] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.370] [45354:45356] [EM] >>> [E:54429i S:37260 M:192540098] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
[1757438796.370] [45354:45356] [EM] Found matching exchange: 54429i, Delegate: 0x79bfa8006298
[1757438796.370] [45354:45356] [DMG] ICR moving to [ResponseRe]
[1757438796.370] [45354:45356] [DMG] InvokeResponseMessage =
[1757438796.370] [45354:45356] [DMG] {
[1757438796.370] [45354:45356] [DMG]    suppressResponse = false,
[1757438796.370] [45354:45356] [DMG]    InvokeResponseIBs =
[1757438796.370] [45354:45356] [DMG]    [
[1757438796.370] [45354:45356] [DMG]            InvokeResponseIB =
[1757438796.370] [45354:45356] [DMG]            {
[1757438796.370] [45354:45356] [DMG]                    CommandDataIB =
[1757438796.370] [45354:45356] [DMG]                    {
[1757438796.370] [45354:45356] [DMG]                            CommandPathIB =
[1757438796.370] [45354:45356] [DMG]                            {
[1757438796.370] [45354:45356] [DMG]                                    EndpointId = 0x0,
[1757438796.370] [45354:45356] [DMG]                                    ClusterId = 0x30,
[1757438796.370] [45354:45356] [DMG]                                    CommandId = 0x3,
[1757438796.370] [45354:45356] [DMG]                            },
[1757438796.370] [45354:45356] [DMG]
[1757438796.370] [45354:45356] [DMG]                            CommandFields =
[1757438796.370] [45354:45356] [DMG]                            {
[1757438796.370] [45354:45356] [DMG]                                    0x0 = 0 (unsigned),
[1757438796.370] [45354:45356] [DMG]                                    0x1 = "" (0 chars),
[1757438796.370] [45354:45356] [DMG]                            },
[1757438796.370] [45354:45356] [DMG]                    },
[1757438796.370] [45354:45356] [DMG]
[1757438796.370] [45354:45356] [DMG]            },
[1757438796.370] [45354:45356] [DMG]
[1757438796.370] [45354:45356] [DMG]    ],
[1757438796.370] [45354:45356] [DMG]
[1757438796.370] [45354:45356] [DMG]    InteractionModelRevision = 12
[1757438796.370] [45354:45356] [DMG] },
[1757438796.370] [45354:45356] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_0030 Command=0x0000_0003
[1757438796.370] [45354:45356] [CTL] Received SetRegulatoryConfig response errorCode=0
[1757438796.370] [45354:45356] [CTL] Successfully finished commissioning step 'ConfigRegulatory'
[1757438796.370] [45354:45356] [CTL] Commissioning stage next step: 'ConfigRegulatory' -> 'ConfigureTCAcknowledgments'
[1757438796.370] [45354:45356] [CTL] Performing next commissioning step 'ConfigureTCAcknowledgments'
[1757438796.370] [45354:45356] [CTL] Setting Terms and Conditions
[1757438796.370] [45354:45356] [CTL] Setting Terms and Conditions: Skipped
[1757438796.370] [45354:45356] [CTL] Successfully finished commissioning step 'ConfigureTCAcknowledgments'
[1757438796.370] [45354:45356] [CTL] Commissioning stage next step: 'ConfigureTCAcknowledgments' -> 'SendPAICertificateRequest'
[1757438796.370] [45354:45356] [CTL] Performing next commissioning step 'SendPAICertificateRequest'
[1757438796.370] [45354:45356] [CTL] Sending request for PAI certificate
[1757438796.370] [45354:45356] [CTL] Sending Certificate Chain request to 0x79bfa800c110 device
[1757438796.370] [45354:45356] [DMG] ICR moving to [AddingComm]
[1757438796.370] [45354:45356] [DMG] ICR moving to [AddedComma]
[1757438796.370] [45354:45356] [EM] <<< [E:54430i S:37260 M:199337714] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
[1757438796.370] [45354:45356] [DMG] ICR moving to [AwaitingRe]
[1757438796.370] [45354:45356] [DMG] ICR moving to [AwaitingDe]
[1757438796.459] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438796.507] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.507] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.596] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.596] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.685] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.685] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.685] [45354:45356] [EM] >>> [E:54430i S:37260 M:192540099] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
[1757438796.685] [45354:45356] [EM] Found matching exchange: 54430i, Delegate: 0x79bfa80060e8
[1757438796.685] [45354:45356] [DMG] ICR moving to [ResponseRe]
[1757438796.685] [45354:45356] [DMG] InvokeResponseMessage =
[1757438796.685] [45354:45356] [DMG] {
[1757438796.685] [45354:45356] [DMG]    suppressResponse = false,
[1757438796.685] [45354:45356] [DMG]    InvokeResponseIBs =
[1757438796.685] [45354:45356] [DMG]    [
[1757438796.685] [45354:45356] [DMG]            InvokeResponseIB =
[1757438796.685] [45354:45356] [DMG]            {
[1757438796.685] [45354:45356] [DMG]                    CommandDataIB =
[1757438796.685] [45354:45356] [DMG]                    {
[1757438796.685] [45354:45356] [DMG]                            CommandPathIB =
[1757438796.685] [45354:45356] [DMG]                            {
[1757438796.685] [45354:45356] [DMG]                                    EndpointId = 0x0,
[1757438796.685] [45354:45356] [DMG]                                    ClusterId = 0x3e,
[1757438796.685] [45354:45356] [DMG]                                    CommandId = 0x3,
[1757438796.685] [45354:45356] [DMG]                            },
[1757438796.685] [45354:45356] [DMG]
[1757438796.685] [45354:45356] [DMG]                            CommandFields =
[1757438796.685] [45354:45356] [DMG]                            {
[1757438796.685] [45354:45356] [DMG]                                    0x0 = [
[1757438796.685] [45354:45356] [DMG]                                          0x30, 0x82, 0x01, 0xcb, 0x30, 0x82, 0x01, 0x71, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x08, 0x56, 0xad, 0x82, 0x22, 0xad, 0x94, 0x5b, 0x64, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x30, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x4d, 0x61, 0x74, 0x74, 0x65, 0x72, 0x20, 0x54, 0x65, 0x73, 0x74, 0x20, 0x50, 0x41, 0x41, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x30, 0x20, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x32, 0x30, 0x35, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x18, 0x0f, 0x39, 0x39, 0x39, 0x39, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5a, 0x30, 0x3d, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 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, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x41, 0x9a, 0x93, 0x15, 0xc2, 0x17, 0x3e, 0x0c, 0x8c, 0x87, 0x6d, 0x03, 0xcc, 0xfc, 0x94, 0x48, 0x52, 0x64, 0x7f, 0x7f, 0xec, 0x5e, 0x50, 0x82, 0xf4, 0x05, 0x99, 0x28, 0xec, 0xa8, 0x94, 0xc5, 0x94, 0x15, 0x13, 0x09, 0xac, 0x63, 0x1e, 0x4c, 0xb0, 0x33, 0x92, 0xaf, 0x68, 0x4b, 0x0b, 0xaf, 0xb7, 0xe6, 0x5b, 0x3b, 0x81, 0x62, 0xc2, 0xf5, 0x2b, 0xf9, 0x31, 0xb8, 0xe7, 0x7a, 0xaa, 0x82, 0xa3, 0x66, 0x30, 0x64, 0x30, 0x12, 0x06, 0x03, 0x55, 0x1d, 0x
[1757438796.685] [45354:45356] [DMG]                                    ] (463 bytes)
[1757438796.685] [45354:45356] [DMG]                            },
[1757438796.685] [45354:45356] [DMG]                    },
[1757438796.685] [45354:45356] [DMG]
[1757438796.685] [45354:45356] [DMG]            },
[1757438796.685] [45354:45356] [DMG]
[1757438796.685] [45354:45356] [DMG]    ],
[1757438796.685] [45354:45356] [DMG]
[1757438796.685] [45354:45356] [DMG]    InteractionModelRevision = 12
[1757438796.685] [45354:45356] [DMG] },
[1757438796.685] [45354:45356] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003
[1757438796.685] [45354:45356] [CTL] Received certificate chain from the device
[1757438796.685] [45354:45356] [CTL] Successfully finished commissioning step 'SendPAICertificateRequest'
[1757438796.685] [45354:45356] [CTL] Commissioning stage next step: 'SendPAICertificateRequest' -> 'SendDACCertificateRequest'
[1757438796.685] [45354:45356] [CTL] Performing next commissioning step 'SendDACCertificateRequest'
[1757438796.685] [45354:45356] [CTL] Sending request for DAC certificate
[1757438796.685] [45354:45356] [CTL] Sending Certificate Chain request to 0x79bfa800c110 device
[1757438796.685] [45354:45356] [DMG] ICR moving to [AddingComm]
[1757438796.685] [45354:45356] [DMG] ICR moving to [AddedComma]
[1757438796.685] [45354:45356] [EM] <<< [E:54431i S:37260 M:199337715] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
[1757438796.686] [45354:45356] [DMG] ICR moving to [AwaitingRe]
[1757438796.686] [45354:45356] [DMG] ICR moving to [AwaitingDe]
[1757438796.774] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438796.821] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.821] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.911] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438796.911] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438796.999] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438797.000] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438797.000] [45354:45356] [EM] >>> [E:54431i S:37260 M:192540100] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:556)
[1757438797.000] [45354:45356] [EM] Found matching exchange: 54431i, Delegate: 0x79bfa8006298
[1757438797.000] [45354:45356] [DMG] ICR moving to [ResponseRe]
[1757438797.000] [45354:45356] [DMG] InvokeResponseMessage =
[1757438797.000] [45354:45356] [DMG] {
[1757438797.000] [45354:45356] [DMG]    suppressResponse = false,
[1757438797.000] [45354:45356] [DMG]    InvokeResponseIBs =
[1757438797.000] [45354:45356] [DMG]    [
[1757438797.000] [45354:45356] [DMG]            InvokeResponseIB =
[1757438797.000] [45354:45356] [DMG]            {
[1757438797.000] [45354:45356] [DMG]                    CommandDataIB =
[1757438797.000] [45354:45356] [DMG]                    {
[1757438797.000] [45354:45356] [DMG]                            CommandPathIB =
[1757438797.000] [45354:45356] [DMG]                            {
[1757438797.000] [45354:45356] [DMG]                                    EndpointId = 0x0,
[1757438797.000] [45354:45356] [DMG]                                    ClusterId = 0x3e,
[1757438797.000] [45354:45356] [DMG]                                    CommandId = 0x3,
[1757438797.000] [45354:45356] [DMG]                            },
[1757438797.000] [45354:45356] [DMG]
[1757438797.000] [45354:45356] [DMG]                            CommandFields =
[1757438797.000] [45354:45356] [DMG]                            {
[1757438797.000] [45354:45356] [DMG]                                    0x0 = [
[1757438797.000] [45354:45356] [DMG]                                          0x30, 0x82, 0x01, 0xe8, 0x30, 0x82, 0x01, 0x8e, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x08, 0x6f, 0xdc, 0xb6, 0xed, 0x06, 0xf3, 0x58, 0xf9, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x3d, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 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, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x30, 0x20, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x32, 0x30, 0x35, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x18, 0x0f, 0x39, 0x39, 0x39, 0x39, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5a, 0x30, 0x53, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 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, 0x35, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x01, 0x0c, 0x04, 0x46, 0x46, 0x46, 0x31, 0x31, 0x14, 0x30, 0x12, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0xa2, 0x7c, 0x02, 0x02, 0x0c, 0x04, 0x38, 0x30, 0x30, 0x35, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x7e, 0xf2, 0xf1, 0x08, 0x2b, 0x2a, 0x56, 0x4a, 0x05, 0x44, 0xc0, 0xa6, 0x13, 0xd2, 0x1b, 0x15, 0x75, 0x00, 0x55, 0x2d, 0x03, 0x5f, 0x23, 0x02, 0x25, 0x2f, 0xce, 0xe8, 0x1d, 0x6e, 0xc6, 0x74, 0x17, 0x34, 0x18, 0xa9, 0x4a, 0x88, 0xdb, 0x
[1757438797.000] [45354:45356] [DMG]                                    ] (492 bytes)
[1757438797.000] [45354:45356] [DMG]                            },
[1757438797.000] [45354:45356] [DMG]                    },
[1757438797.000] [45354:45356] [DMG]
[1757438797.000] [45354:45356] [DMG]            },
[1757438797.000] [45354:45356] [DMG]
[1757438797.000] [45354:45356] [DMG]    ],
[1757438797.000] [45354:45356] [DMG]
[1757438797.000] [45354:45356] [DMG]    InteractionModelRevision = 12
[1757438797.000] [45354:45356] [DMG] },
[1757438797.000] [45354:45356] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0003
[1757438797.000] [45354:45356] [CTL] Received certificate chain from the device
[1757438797.000] [45354:45356] [CTL] Successfully finished commissioning step 'SendDACCertificateRequest'
[1757438797.000] [45354:45356] [CTL] Commissioning stage next step: 'SendDACCertificateRequest' -> 'SendAttestationRequest'
[1757438797.000] [45354:45356] [CTL] Performing next commissioning step 'SendAttestationRequest'
[1757438797.000] [45354:45356] [CTL] Sending Attestation Request to the device.
[1757438797.000] [45354:45356] [CTL] Sending Attestation request to 0x79bfa800c110 device
[1757438797.000] [45354:45356] [DMG] ICR moving to [AddingComm]
[1757438797.000] [45354:45356] [DMG] ICR moving to [AddedComma]
[1757438797.000] [45354:45356] [EM] <<< [E:54432i S:37260 M:199337716] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
[1757438797.000] [45354:45356] [DMG] ICR moving to [AwaitingRe]
[1757438797.000] [45354:45356] [CTL] Sent Attestation request, waiting for the Attestation Information
[1757438797.000] [45354:45356] [DMG] ICR moving to [AwaitingDe]
[1757438797.089] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438797.181] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438797.182] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438797.271] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438797.271] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438797.361] [45354:45355] [DL] Indication received, conn = 0x79bfb006ccf0
[1757438797.361] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16391
[1757438797.362] [45354:45356] [EM] >>> [E:54432i S:37260 M:192540101] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
[1757438797.362] [45354:45356] [EM] Found matching exchange: 54432i, Delegate: 0x79bfa80060e8
[1757438797.362] [45354:45356] [DMG] ICR moving to [ResponseRe]
[1757438797.362] [45354:45356] [DMG] InvokeResponseMessage =
[1757438797.362] [45354:45356] [DMG] {
[1757438797.362] [45354:45356] [DMG]    suppressResponse = false,
[1757438797.362] [45354:45356] [DMG]    InvokeResponseIBs =
[1757438797.362] [45354:45356] [DMG]    [
[1757438797.362] [45354:45356] [DMG]            InvokeResponseIB =
[1757438797.362] [45354:45356] [DMG]            {
[1757438797.362] [45354:45356] [DMG]                    CommandDataIB =
[1757438797.362] [45354:45356] [DMG]                    {
[1757438797.362] [45354:45356] [DMG]                            CommandPathIB =
[1757438797.362] [45354:45356] [DMG]                            {
[1757438797.362] [45354:45356] [DMG]                                    EndpointId = 0x0,
[1757438797.362] [45354:45356] [DMG]                                    ClusterId = 0x3e,
[1757438797.362] [45354:45356] [DMG]                                    CommandId = 0x1,
[1757438797.362] [45354:45356] [DMG]                            },
[1757438797.362] [45354:45356] [DMG]
[1757438797.362] [45354:45356] [DMG]                            CommandFields =
[1757438797.362] [45354:45356] [DMG]                            {
[1757438797.362] [45354:45356] [DMG]                                    0x0 = [
[1757438797.362] [45354:45356] [DMG]                                          0x15, 0x31, 0x01, 0x1d, 0x02, 0x30, 0x82, 0x02, 0x19, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0, 0x82, 0x02, 0x0a, 0x30, 0x82, 0x02, 0x06, 0x02, 0x01, 0x03, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x30, 0x82, 0x01, 0x71, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x01, 0xa0, 0x82, 0x01, 0x62, 0x04, 0x82, 0x01, 0x5e, 0x15, 0x24, 0x00, 0x01, 0x25, 0x01, 0xf1, 0xff, 0x36, 0x02, 0x05, 0x00, 0x80, 0x05, 0x01, 0x80, 0x05, 0x02, 0x80, 0x05, 0x03, 0x80, 0x05, 0x04, 0x80, 0x05, 0x05, 0x80, 0x05, 0x06, 0x80, 0x05, 0x07, 0x80, 0x05, 0x08, 0x80, 0x05, 0x09, 0x80, 0x05, 0x0a, 0x80, 0x05, 0x0b, 0x80, 0x05, 0x0c, 0x80, 0x05, 0x0d, 0x80, 0x05, 0x0e, 0x80, 0x05, 0x0f, 0x80, 0x05, 0x10, 0x80, 0x05, 0x11, 0x80, 0x05, 0x12, 0x80, 0x05, 0x13, 0x80, 0x05, 0x14, 0x80, 0x05, 0x15, 0x80, 0x05, 0x16, 0x80, 0x05, 0x17, 0x80, 0x05, 0x18, 0x80, 0x05, 0x19, 0x80, 0x05, 0x1a, 0x80, 0x05, 0x1b, 0x80, 0x05, 0x1c, 0x80, 0x05, 0x1d, 0x80, 0x05, 0x1e, 0x80, 0x05, 0x1f, 0x80, 0x05, 0x20, 0x80, 0x05, 0x21, 0x80, 0x05, 0x22, 0x80, 0x05, 0x23, 0x80, 0x05, 0x24, 0x80, 0x05, 0x25, 0x80, 0x05, 0x26, 0x80, 0x05, 0x27, 0x80, 0x05, 0x28, 0x80, 0x05, 0x29, 0x80, 0x05, 0x2a, 0x80, 0x05, 0x2b, 0x80, 0x05, 0x2c, 0x80, 0x05, 0x2d, 0x80, 0x05, 0x2e, 0x80, 0x05, 0x2f, 0x80, 0x05, 0x30, 0x80, 0x05, 0x31, 0x80, 0x05, 0x32, 0x80, 0x05, 0x33, 0x80, 0x05, 0x34, 0x80, 0x05, 0x35, 0x80, 0x05, 0x36, 0x80, 0x05, 0x37, 0x80, 0x05, 0x38, 0x80, 0x05, 0x39, 0x80, 0x05, 0x3a, 0x80, 0x05, 0x3b, 0x80, 0x05, 0x3c, 0x80, 0x05, 0x3d, 0x80, 0x05, 0x3e, 0x80, 0x05, 0x3f, 0x80, 0x05, 0x40, 0x80, 0x05, 0x41, 0x80, 0x05, 0x42, 0x80, 0x05, 0x43, 0x80, 0x
[1757438797.362] [45354:45356] [DMG]                                    ] (585 bytes)
[1757438797.362] [45354:45356] [DMG]                                    0x1 = [
[1757438797.362] [45354:45356] [DMG]                                          0x54, 0x4b, 0x6e, 0x28, 0xae, 0xac, 0xae, 0x1d, 0x2d, 0x99, 0xfd, 0xa7, 0x9a, 0xac, 0x64, 0xc9, 0x31, 0x90, 0x58, 0x56, 0x5b, 0x0b, 0xd7, 0x67, 0x2c, 0x51, 0xf5, 0x34, 0x74, 0x6e, 0xf1, 0xce, 0x05, 0xc6, 0xc9, 0xc8, 0x81, 0x4d, 0x5d, 0x4c, 0x69, 0xf2, 0xc6, 0x93, 0xf2, 0x42, 0x50, 0xa7, 0xd9, 0xda, 0x52, 0x4f, 0x36, 0x6b, 0x01, 0x45, 0xca, 0xe4, 0xee, 0x56, 0x18, 0x4a, 0xee, 0x86,
[1757438797.362] [45354:45356] [DMG]                                    ] (64 bytes)
[1757438797.362] [45354:45356] [DMG]                            },
[1757438797.362] [45354:45356] [DMG]                    },
[1757438797.362] [45354:45356] [DMG]
[1757438797.362] [45354:45356] [DMG]            },
[1757438797.362] [45354:45356] [DMG]
[1757438797.362] [45354:45356] [DMG]    ],
[1757438797.362] [45354:45356] [DMG]
[1757438797.362] [45354:45356] [DMG]    InteractionModelRevision = 12
[1757438797.362] [45354:45356] [DMG] },
[1757438797.362] [45354:45356] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0001
[1757438797.362] [45354:45356] [CTL] Received Attestation Information from the device
[1757438797.362] [45354:45356] [CTL] Successfully finished commissioning step 'SendAttestationRequest'
[1757438797.362] [45354:45356] [CTL] AutoCommissioner setting attestationElements buffer size 585/585
[1757438797.362] [45354:45356] [CTL] Commissioning stage next step: 'SendAttestationRequest' -> 'AttestationVerification'
[1757438797.362] [45354:45356] [CTL] Performing next commissioning step 'AttestationVerification'
[1757438797.362] [45354:45356] [CTL] Verifying Device Attestation information received from the device
[1757438797.362] [45354:45356] [-] Device candidate DAC chain details:
[1757438797.362] [45354:45356] [-] --> DAC's VID: 0xFFF1, PID: 0x8005
[1757438797.362] [45354:45356] [-] ==== DAC certificate considered (492 bytes) ====
[1757438797.362] [45354:45356] [-] -----BEGIN CERTIFICATE-----
[1757438797.362] [45354:45356] [-] MIIB6DCCAY6gAwIBAgIIb9y27QbzWPkwCgYIKoZIzj0EAwIwPTElMCMGA1UEAwwc
[1757438797.362] [45354:45356] [-] TWF0dGVyIERldiBQQUkgMHhGRkYxIG5vIFBJRDEUMBIGCisGAQQBgqJ8AgEMBEZG
[1757438797.362] [45354:45356] [-] RjEwIBcNMjIwMjA1MDAwMDAwWhgPOTk5OTEyMzEyMzU5NTlaMFMxJTAjBgNVBAMM
[1757438797.362] [45354:45356] [-] HE1hdHRlciBEZXYgREFDIDB4RkZGMS8weDgwMDUxFDASBgorBgEEAYKifAIBDARG
[1757438797.362] [45354:45356] [-] RkYxMRQwEgYKKwYBBAGConwCAgwEODAwNTBZMBMGByqGSM49AgEGCCqGSM49AwEH
[1757438797.362] [45354:45356] [-] A0IABH7y8QgrKlZKBUTAphPSGxV1AFUtA18jAiUvzugdbsZ0FzQYqUqI23N0FVjJ
[1757438797.362] [45354:45356] [-] /IrJNJ72fj411fyG6GIgQrAoMzijYDBeMAwGA1UdEwEB/wQCMAAwDgYDVR0PAQH/
[1757438797.362] [45354:45356] [-] BAQDAgeAMB0GA1UdDgQWBBQFMQDwmXEmh8+te1VBSp8+rUy4BzAfBgNVHSMEGDAW
[1757438797.362] [45354:45356] [-] gBRjVA5H9kscONE4hKRi0WwZXY/7PDAKBggqhkjOPQQDAgNIADBFAiEAgZYKAZrC
[1757438797.362] [45354:45356] [-] IRa+ft0amx+sMnaGHJm9Q/vVDNUHKcLuGhcCIBm8NwwKLlrk89/PWHEwpXYWujIJ
[1757438797.362] [45354:45356] [-] /ziDU+xEpwaHrOJB
[1757438797.362] [45354:45356] [-] -----END CERTIFICATE-----
[1757438797.362] [45354:45356] [-] --> DAC certificate SKID: 05:31:00:F0:99:71:26:87:CF:AD:7B:55:41:4A:9F:3E:AD:4C:B8:07
[1757438797.362] [45354:45356] [-] --> DAC certificate AKID: 63:54:0E:47:F6:4B:1C:38:D1:38:84:A4:62:D1:6C:19:5D:8F:FB:3C
[1757438797.362] [45354:45356] [-] ==== PAI certificate considered (463 bytes) ====
[1757438797.362] [45354:45356] [-] -----BEGIN CERTIFICATE-----
[1757438797.362] [45354:45356] [-] MIIByzCCAXGgAwIBAgIIVq2CIq2UW2QwCgYIKoZIzj0EAwIwMDEYMBYGA1UEAwwP
[1757438797.362] [45354:45356] [-] TWF0dGVyIFRlc3QgUEFBMRQwEgYKKwYBBAGConwCAQwERkZGMTAgFw0yMjAyMDUw
[1757438797.362] [45354:45356] [-] MDAwMDBaGA85OTk5MTIzMTIzNTk1OVowPTElMCMGA1UEAwwcTWF0dGVyIERldiBQ
[1757438797.362] [45354:45356] [-] QUkgMHhGRkYxIG5vIFBJRDEUMBIGCisGAQQBgqJ8AgEMBEZGRjEwWTATBgcqhkjO
[1757438797.362] [45354:45356] [-] PQIBBggqhkjOPQMBBwNCAARBmpMVwhc+DIyHbQPM/JRIUmR/f+xeUIL0BZko7KiU
[1757438797.362] [45354:45356] [-] xZQVEwmsYx5MsDOSr2hLC6+35ls7gWLC9Sv5MbjneqqCo2YwZDASBgNVHRMBAf8E
[1757438797.362] [45354:45356] [-] CDAGAQH/AgEAMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUY1QOR/ZLHDjROISk
[1757438797.362] [45354:45356] [-] YtFsGV2P+zwwHwYDVR0jBBgwFoAUav0idx9RH+y/FkGXZxDc3DGhcX4wCgYIKoZI
[1757438797.362] [45354:45356] [-] zj0EAwIDSAAwRQIhALLvJ/Sa6bUPuR7qyUxNC9u415KcbLiPrOUpNo0SBUwMAiBl
[1757438797.362] [45354:45356] [-] Xckrhr2QmIKmxiF3uCXX0F7b58Ivn+pxIg5+pwP4kQ==
[1757438797.362] [45354:45356] [-] -----END CERTIFICATE-----
[1757438797.362] [45354:45356] [-] --> PAI certificate SKID: 63:54:0E:47:F6:4B:1C:38:D1:38:84:A4:62:D1:6C:19:5D:8F:FB:3C
[1757438797.362] [45354:45356] [-] --> PAI certificate AKID: 6A:FD:22:77:1F:51:1F:EC:BF:16:41:97:67:10:DC:DC:31:A1:71:7E
[1757438797.367] [45354:45356] [CR] mbedTLS error: ECP - The signature is not valid
[1757438797.367] [45354:45356] [CTL] Error on commissioning step 'AttestationVerification': 'src/controller/CHIPDeviceController.cpp:1291: CHIP Error 0x00000020: Failed Device Attestation'
[1757438797.367] [45354:45356] [CTL] Failed verifying attestation information. Now checking DAC chain revoked status.
[1757438797.367] [45354:45356] [CTL] Commissioning stage next step: 'AttestationVerification' -> 'AttestationRevocationCheck'
[1757438797.367] [45354:45356] [CTL] Performing next commissioning step 'AttestationRevocationCheck' with completion status = 'src/controller/CHIPDeviceController.cpp:1291: CHIP Error 0x00000020: Failed Device Attestation'
[1757438797.367] [45354:45356] [CTL] Verifying the device's DAC chain revocation status
[1757438797.367] [45354:45356] [-] WARNING: No revocation delegate available. Revocation checks will be skipped!
[1757438797.367] [45354:45356] [CTL] Failed in verifying 'Attestation Information' command received from the device: err 500 (Attestation signature failed to validate against DAC subject public key)
[1757438797.367] [45354:45356] [CTL] Error on commissioning step 'AttestationRevocationCheck': 'src/controller/CHIPDeviceController.cpp:1338: CHIP Error 0x00000020: Failed Device Attestation'
[1757438797.367] [45354:45356] [CTL] Going from commissioning step 'AttestationRevocationCheck' with lastErr = 'src/controller/CHIPDeviceController.cpp:1338: CHIP Error 0x00000020: Failed Device Attestation' -> 'Cleanup'
[1757438797.367] [45354:45356] [CTL] Performing next commissioning step 'Cleanup' with completion status = 'src/controller/CHIPDeviceController.cpp:1338: CHIP Error 0x00000020: Failed Device Attestation'
[1757438797.367] [45354:45356] [CTL] Disarming failsafe on device 0x79bfa800c110
[1757438797.367] [45354:45356] [DMG] ICR moving to [AddingComm]
[1757438797.367] [45354:45356] [DMG] ICR moving to [AddedComma]
[1757438797.367] [45354:45356] [EM] <<< [E:54433i S:37260 M:199337717] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
[1757438797.368] [45354:45356] [DMG] ICR moving to [AwaitingRe]
[1757438797.368] [45354:45356] [DMG] ICR moving to [AwaitingDe]
[1757438797.449] [45354:45356] [DL] HandlePlatformSpecificBLEEvent 16389
[1757438797.583] [45354:45355] [DL] BLE connection closed: conn=0x79bfb006ccf0
[1757438797.584] [45354:45356] [IN] Clearing BLE pending packets.
[1757438829.400] [45354:45356] [DMG] Time out! failed to receive invoke command response from Exchange: 54433i
[1757438829.400] [45354:45356] [CTL] Ignoring failure to disarm failsafe: src/app/CommandSender.cpp:354: CHIP Error 0x00000032: Timeout
[1757438829.400] [45354:45356] [CTL] Successfully finished commissioning step 'Cleanup'
[1757438829.400] [45354:45356] [DIS] Closing all BLE connections
[1757438829.400] [45354:45356] [IN] SecureSession[0x79bfa800b4b0]: MarkForEviction Type:1 LSID:37260
[1757438829.400] [45354:45356] [SC] SecureSession[0x79bfa800b4b0, LSID:37260]: State change 'kActive' --> 'kPendingEviction'
[1757438829.400] [45354:45356] [IN] SecureSession[0x79bfa800b4b0]: Released - Type:1 LSID:37260
[1757438829.400] [45354:45356] [CTL] Commissioning complete for node ID 0x0000000000000001: src/controller/CHIPDeviceController.cpp:1338: CHIP Error 0x00000020: Failed Device Attestation
[1757438829.400] [45354:45356] [TOO] Device commissioning Failure: src/controller/CHIPDeviceController.cpp:1338: CHIP Error 0x00000020: Failed Device Attestation
[1757438829.400] [45354:45356] [DMG] ICR moving to [AwaitingDe]
[1757438829.400] [45354:45354] [CTL] Shutting down the commissioner
[1757438829.400] [45354:45354] [PAF] WiFiPAF: Closing all WiFiPAF sessions to shutdown
[1757438829.400] [45354:45354] [CTL] Shutting down the controller
[1757438829.400] [45354:45354] [IN] Expiring all sessions for fabric 0x1!!
[1757438829.400] [45354:45354] [FP] Forgetting fabric 0x1
[1757438829.400] [45354:45354] [TS] Pending Last Known Good Time: 2023-10-14T01:16:48
[1757438829.400] [45354:45354] [TS] Previous Last Known Good Time: 2023-10-14T01:16:48
[1757438829.400] [45354:45354] [TS] Reverted Last Known Good Time to previous value
[1757438829.400] [45354:45354] [CTL] Shutting down the commissioner
[1757438829.400] [45354:45354] [PAF] WiFiPAF: Closing all WiFiPAF sessions to shutdown
[1757438829.400] [45354:45354] [CTL] Shutting down the controller
[1757438829.400] [45354:45354] [CTL] Shutting down the System State, this will teardown the CHIP Stack
[1757438829.400] [45354:45354] [DMG] All ReadHandler-s are clean, clear GlobalDirtySet
[1757438829.400] [45354:45354] [FP] Shutting down FabricTable
[1757438829.400] [45354:45354] [TS] Pending Last Known Good Time: 2023-10-14T01:16:48
[1757438829.400] [45354:45354] [TS] Previous Last Known Good Time: 2023-10-14T01:16:48
[1757438829.400] [45354:45354] [TS] Reverted Last Known Good Time to previous value
[1757438829.415] [45354:45354] [DL] Wrote settings to /tmp/chip_counters.ini
[1757438829.415] [45354:45354] [DL] NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1757438829.415] [45354:45354] [DL] Inet Layer shutdown
[1757438829.415] [45354:45354] [DL] BLE Layer shutdown
[1757438829.416] [45354:45354] [DL] WiFi-PAF Layer shutdown
[1757438829.416] [45354:45354] [PAF] WiFiPAF: Closing all WiFiPAF sessions to shutdown
[1757438829.416] [45354:45354] [DL] System Layer shutdown
[1757438829.416] [45354:45354] [TOO] Run command failure: src/controller/CHIPDeviceController.cpp:1338: CHIP Error 0x00000020: Failed Device Attestation
linux1@linux1-Vishal:~/Downloads$ ./chip-tool_x64 pairing code 1 34970112332
[1757438896.962] [45381:45381] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_tool_kvs
[1757438896.962] [45381:45381] [DL] ChipLinuxStorage::Init: Attempt to re-initialize with KVS config file: /tmp/chip_kvs, IGNORING.
[1757438896.962] [45381:45381] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_factory.ini
[1757438896.962] [45381:45381] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_config.ini
[1757438896.962] [45381:45381] [DL] ChipLinuxStorage::Init: Using KVS config file: /tmp/chip_counters.ini
[1757438896.977] [45381:45381] [DL] Wrote settings to /tmp/chip_counters.ini
[1757438896.977] [45381:45381] [DL] NVS set: chip-counters/reboot-count = 19 (0x13)
[1757438896.977] [45381:45381] [DL] Failed to get Ethernet interface
[1757438896.977] [45381:45381] [DL] Failed to reset Ethernet statistic counts
[1757438896.977] [45381:45381] [DL] Got WiFi interface: wlp0s20f3
[1757438896.977] [45381:45381] [DL] Found the primary WiFi interface:wlp0s20f3
[1757438896.977] [45381:45381] [PAF] WiFiPAF: WiFiPAFLayer::Init()
[1757438896.977] [45381:45381] [IN] UDP::Init bind&listen port=0
[1757438896.978] [45381:45381] [IN] UDP::Init bound to port=51476
[1757438896.978] [45381:45381] [IN] UDP::Init bind&listen port=0
[1757438896.978] [45381:45381] [IN] UDP::Init bound to port=59294
[1757438896.978] [45381:45381] [IN] BLEBase::Init - setting/overriding transport
[1757438896.978] [45381:45381] [IN] WiFiPAFBase::Init - setting/overriding transport
[1757438896.978] [45381:45381] [IN] TransportMgr initialized
[1757438896.978] [45381:45381] [FP] Initializing FabricTable from persistent storage
[1757438896.978] [45381:45381] [TS] Last Known Good Time: 2023-10-14T01:16:48
[1757438896.978] [45381:45381] [FP] Fabric index 0x1 was retrieved from storage. Compressed FabricId 0xD424E20FF510BCCC, FabricId 0x0000000000000001, NodeId 0x000000000001B669, VendorId 0xFFF1
[1757438896.978] [45381:45381] [DMG] Ember attribute persistence requires setting up
[1757438896.978] [45381:45381] [ZCL] Using ZAP configuration...
[1757438896.980] [45381:45381] [DL] Avahi client registered
[1757438896.980] [45381:45381] [CTL] System State Initialized...
[1757438896.980] [45381:45381] [CTL] Setting attestation nonce to random value
[1757438896.980] [45381:45381] [CTL] Setting CSR nonce to random value
[1757438896.980] [45381:45383] [DL] CHIP task running
[1757438896.980] [45381:45383] [DL] HandlePlatformSpecificBLEEvent 32786
[1757438896.981] [45381:45383] [CTL] Setting attestation nonce to random value
[1757438896.981] [45381:45383] [CTL] Setting CSR nonce to random value
[1757438896.983] [45381:45383] [CTL] Generating NOC
[1757438896.985] [45381:45383] [FP] Validating NOC chain
[1757438896.991] [45381:45383] [FP] NOC chain validation successful
[1757438896.991] [45381:45383] [FP] Updated fabric at index: 0x1, Node ID: 0x000000000001B669
[1757438896.991] [45381:45383] [TS] Last Known Good Time: 2023-10-14T01:16:48
[1757438896.991] [45381:45383] [TS] New proposed Last Known Good Time: 2021-01-01T00:00:00
[1757438896.991] [45381:45383] [TS] Retaining current Last Known Good Time
[1757438896.991] [45381:45383] [FP] Metadata for Fabric 0x1 persisted to storage.
[1757438896.991] [45381:45383] [TS] Committing Last Known Good Time to storage: 2023-10-14T01:16:48
[1757438896.992] [45381:45383] [CTL] Joined the fabric at index 1. Fabric ID is 0x0000000000000001 (Compressed Fabric ID: D424E20FF510BCCC)
[1757438896.993] [45381:45383] [CTL] Setting attestation nonce to random value
[1757438896.993] [45381:45383] [CTL] Setting CSR nonce to random value
[1757438896.993] [45381:45383] [CTL] Stopping commissionable node discovery over DNS-SD
[1757438896.993] [45381:45383] [CTL] Starting commissionable node discovery over DNS-SD
[1757438897.003] [45381:45383] [DL] Avahi browse: cache exhausted
[1757438898.005] [45381:45383] [DL] Avahi browse: all for now
[1757438927.021] [45381:45383] [CTL] Discovery timed out
[1757438927.022] [45381:45383] [CTL] Stopping commissionable node discovery over DNS-SD
[1757438927.022] [45381:45383] [TOO] Secure Pairing Failed
[1757438927.022] [45381:45381] [CTL] Shutting down the commissioner
[1757438927.022] [45381:45381] [CTL] Stopping commissionable node discovery over DNS-SD
[1757438927.022] [45381:45381] [PAF] WiFiPAF: Closing all WiFiPAF sessions to shutdown
[1757438927.022] [45381:45381] [CTL] Shutting down the controller
[1757438927.022] [45381:45381] [IN] Expiring all sessions for fabric 0x1!!
[1757438927.022] [45381:45381] [FP] Forgetting fabric 0x1
[1757438927.022] [45381:45381] [TS] Pending Last Known Good Time: 2023-10-14T01:16:48
[1757438927.022] [45381:45381] [TS] Previous Last Known Good Time: 2023-10-14T01:16:48
[1757438927.022] [45381:45381] [TS] Reverted Last Known Good Time to previous value
[1757438927.022] [45381:45381] [CTL] Shutting down the commissioner
[1757438927.022] [45381:45381] [PAF] WiFiPAF: Closing all WiFiPAF sessions to shutdown
[1757438927.022] [45381:45381] [CTL] Shutting down the controller
[1757438927.022] [45381:45381] [CTL] Shutting down the System State, this will teardown the CHIP Stack
[1757438927.022] [45381:45381] [DMG] All ReadHandler-s are clean, clear GlobalDirtySet
[1757438927.022] [45381:45381] [FP] Shutting down FabricTable
[1757438927.022] [45381:45381] [TS] Pending Last Known Good Time: 2023-10-14T01:16:48
[1757438927.022] [45381:45381] [TS] Previous Last Known Good Time: 2023-10-14T01:16:48
[1757438927.022] [45381:45381] [TS] Reverted Last Known Good Time to previous value
[1757438927.037] [45381:45381] [DL] Wrote settings to /tmp/chip_counters.ini
[1757438927.037] [45381:45381] [DL] NVS set: chip-counters/total-operational-hours = 0 (0x0)
[1757438927.037] [45381:45381] [DL] Inet Layer shutdown
[1757438927.037] [45381:45381] [DL] BLE Layer shutdown
[1757438927.037] [45381:45381] [DL] WiFi-PAF Layer shutdown
[1757438927.037] [45381:45381] [PAF] WiFiPAF: Closing all WiFiPAF sessions to shutdown
[1757438927.037] [45381:45381] [DL] System Layer shutdown
[1757438927.037] [45381:45381] [TOO] Run command failure: examples/chip-tool/commands/pairing/PairingCommand.cpp:404: CHIP Error 0x00000003: Incorrect state
linux1@linux1-Vishal:~/Downloads$




log from firmware side
*** Booting My Application v3.1.0-6c6e5b32496e ***
*** Using nRF Connect SDK v3.1.0-6c6e5b32496e ***
*** Using Zephyr OS v4.1.99-1612683d4010 ***
D: 49 [DL]Boot reason: 1
I: 53 [DL]BLE address: DA:EB:1A:99:75:64
I: 69 [DL]CHIP task running
I: Init CHIP stack
I: 74 [DL]OpenThread started: OK
I: 77 [DL]Setting OpenThread device type to ROUTER
D: Registered new test event: 0xffffffff00000000
D: Registered new test event: 0xffffffff10000000
I: 91 [SVR]Initializing subscription resumption storage...
I: 96 [SVR]Server initializing...
I: 99 [TS]Last Known Good Time: 2023-10-14T01:16:48
I: 104 [DMG]AccessControl: initializing
I: 108 [DMG]Examples::AccessControlDelegate::Init
I: 112 [DMG]AccessControl: setting
I: 116 [DMG]DefaultAclStorage: initializing
I: 120 [DMG]DefaultAclStorage: 0 entries loaded
D: 124 [IN]UDP::Init bind&listen port=5540
D: 128 [IN]UDP::Init bound to port=5540
D: 131 [IN]BLEBase::Init - setting/overriding transport
D: 136 [IN]TransportMgr initialized
D: 140 [DL]Using Thread extended MAC for hostname.
I: 146 [ZCL]Using ZAP configuration...
I: 151 [DMG]AccessControlCluster: initializing
I: 156 [ZCL]Endpoint 1 On/off already set to new value
D: 162 [IN]SecureSession[0x200102d8]: Allocated Type:1 LSID:6165
D: 168 [DL]CHIPoBLE advertising set to on
I: 172 [DIS]Updating services using commissioning mode 1
E: 177 [DIS]Failed to remove advertised services: 3
D: 181 [DL]Using Thread extended MAC for hostname.
I: 186 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
E: 195 [DIS]Failed to advertise commissionable node: 3
E: 200 [DIS]Failed to finalize service update: 3
I: 204 [DIS]Updating services using commissioning mode 1
E: 209 [DIS]Failed to remove advertised services: 3
D: 214 [DL]Using Thread extended MAC for hostname.
I: 219 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
E: 228 [DIS]Failed to advertise commissionable node: 3
E: 233 [DIS]Failed to finalize service update: 3
I: 237 [IN]CASE Server enabling CASE session setups
D: 242 [IN]SecureSession[0x200103b0]: Allocated Type:2 LSID:6166
I: 248 [SVR]Server Listening...
I: 251 [DL]Device Configuration:
I: 254 [DL]  Serial Number: 11223344556677889900
I: 258 [DL]  Vendor Id: 65521 (0xFFF1)
I: 262 [DL]  Product Id: 32773 (0x8005)
I: 265 [DL]  Product Name: not-specified
I: 269 [DL]  Hardware Version: 0
I: 272 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
I: 277 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
I: 284 [DL]  Manufacturing Date: 2022-01-01
I: 288 [DL]  Device Type: 65535 (0xFFFF)
I: 291 [SVR]SetupQRCode: [MT:6FCJ142C00KA0648G00]
I: 296 [SVR]Copy/paste the below URL in a browser to see the QR Code:
I: 302 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A6FCJ142C00KA0648G00
I: 311 [SVR]Manual pairing code: [34970112332]
E: 315 [DL]Long dispatch time: 244 ms, for event type 2
I: 324 [DL]CHIPoBLE advertising started
I: 328 [DL]NFC Tag emulation started
I: 30328 [DL]CHIPoBLE advertising mode changed to slow
I: 30337 [DL]CHIPoBLE advertising started
I: 37027 [DL]Current number of connections: 1/1
I: 37032 [DL]BLE connection established (ConnId: 0x00)
I: 37037 [DL]CHIPoBLE advertising stopped
I: 37041 [DL]NFC Tag emulation stopped
D: 38440 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 38447 [BLE]local and remote recv window sizes = 5
I: 38452 [BLE]selected BTP version 4
I: 38455 [BLE]using BTP fragment sizes rx 244 / tx 244.
D: 38575 [DL]ConnId: 0x00, New CCCD value: 0x0002
D: 38579 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
D: 38587 [IN]BLE EndPoint 0x2000fc10 Connection Complete
I: 38592 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 247)
D: 38665 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 38673 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 38680 [EM]>>> [E:2042r S:0 M:90621816] (U) Msg RX from 0:85C71AD7BA912F51 [0000] to 0000000000000000 --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
I: 38696 [EM]<<< [E:2042r S:0 M:57345420] (U) Msg TX from 0000000000000000 to 0:85C71AD7BA912F51 [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
D: 38711 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 159)
I: 38719 [SVR]Commissioning session establishment step started
D: 38800 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 38808 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 38815 [EM]>>> [E:2042r S:0 M:90621817] (U) Msg RX from 0:85C71AD7BA912F51 [0000] to 0000000000000000 --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
I: 38950 [EM]<<< [E:2042r S:0 M:57345421] (U) Msg TX from 0000000000000000 to 0:85C71AD7BA912F51 [0000] [BLE] --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
D: 38964 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 132)
E: 38972 [DL]Long dispatch time: 164 ms, for event type 16388
D: 39025 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 39033 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 39040 [EM]>>> [E:2042r S:0 M:90621818] (U) Msg RX from 0:85C71AD7BA912F51 [0000] to 0000000000000000 --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
I: 39055 [EM]<<< [E:2042r S:0 M:57345422] (U) Msg TX from 0000000000000000 to 0:85C71AD7BA912F51 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
D: 39069 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
I: 39079 [SC]SecureSession[0x200102d8, LSID:6165]: State change 'kEstablishing' --> 'kActive'
D: 39087 [IN]SecureSession[0x200102d8]: Activated - Type:1 LSID:6165
D: 39093 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:6165 PSID:60317!
I: 39102 [SVR]Commissioning completed session establishment step
I: 39108 [DIS]Updating services using commissioning mode 0
E: 39113 [DIS]Failed to remove advertised services: 3
E: 39118 [DIS]Failed to finalize service update: 3
D: 39122 [DL]CHIPoBLE advertising set to off
I: 39126 [SVR]Device completed Rendezvous process
D: 39160 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 39168 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 39176 [EM]>>> [E:2043r S:6165 M:120012066] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:134)
D: 39190 [IM]Received Read request
I: 39210 [EM]<<< [E:2043r S:6165 M:193618879] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:257)
D: 39224 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 39295 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 39302 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 20)
D: 39385 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 39393 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 39401 [EM]>>> [E:2044r S:6165 M:120012067] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:103)
D: 39414 [IM]Received Read request
E: 39421 [DMG]Read request on unknown cluster - no data version available
E: 39427 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0002err = 5c3
E: 39439 [DMG]Read request on unknown cluster - no data version available
E: 39446 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0001err = 5c3
E: 39458 [DMG]Read request on unknown cluster - no data version available
E: 39464 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0000err = 5c3
E: 39476 [DMG]Read request on unknown cluster - no data version available
E: 39483 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0007err = 5c3
E: 39495 [DMG]Read request on unknown cluster - no data version available
E: 39502 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0006err = 5c3
I: 39516 [EM]<<< [E:2044r S:6165 M:193618880] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:181)
D: 39529 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 186)
D: 39655 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 39700 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 39709 [EM]>>> [E:2045r S:6165 M:120012068] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
I: 39724 [FS]GeneralCommissioning: Received ArmFailSafe (60s)
I: 39730 [EM]<<< [E:2045r S:6165 M:193618881] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 39745 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 39835 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 39843 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 39851 [EM]>>> [E:2046r S:6165 M:120012069] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
I: 39869 [EM]<<< [E:2046r S:6165 M:193618882] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 39883 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 39970 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 39978 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 39986 [EM]>>> [E:2047r S:6165 M:120012070] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
I: 40001 [ZCL]OpCreds: Certificate Chain request received for PAI
I: 40010 [EM]<<< [E:2047r S:6165 M:193618883] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
D: 40025 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 40105 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40113 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 40195 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40203 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 48)
D: 40285 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40293 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 40301 [EM]>>> [E:2048r S:6165 M:120012071] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
I: 40316 [ZCL]OpCreds: Certificate Chain request received for DAC
I: 40325 [EM]<<< [E:2048r S:6165 M:193618884] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:556)
D: 40340 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 40420 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40428 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 40510 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40518 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 77)
D: 40600 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40608 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 40616 [EM]>>> [E:2049r S:6165 M:120012072] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
I: 40631 [ZCL]OpCreds: Received an AttestationRequest command
I: 40666 [ZCL]OpCreds: AttestationRequest successful.
I: 40676 [EM]<<< [E:2049r S:6165 M:193618885] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
D: 40690 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 40780 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40788 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 40870 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40878 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 237)
D: 40960 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 40968 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 40976 [EM]>>> [E:2050r S:6165 M:120012073] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
I: 40991 [FS]GeneralCommissioning: Received ArmFailSafe (0s)
I: 40996 [FS]Fail-safe timer expired
I: 41001 [EM]<<< [E:2050r S:6165 M:193618886] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 41016 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
E: 41023 [SVR]Failsafe timer expired
D: 41027 [IN]SecureSession[0x200102d8]: MarkForEviction Type:1 LSID:6165
I: 41033 [SC]SecureSession[0x200102d8, LSID:6165]: State change 'kActive' --> 'kPendingEviction'
D: 41042 [IN]SecureSession[0x200102d8]: Released - Type:1 LSID:6165
E: 41048 [SVR]Commissioning failed (attempt 1): 32
D: 41053 [IN]Clearing BLE pending packets.
I: 41056 [BLE]Releasing end point's BLE connection back to application.
I: 41063 [DL]Closing BLE GATT connection (ConnId 00)
D: 41069 [IN]SecureSession[0x200102d8]: Allocated Type:1 LSID:6167
D: 41075 [DL]CHIPoBLE advertising set to on
I: 41078 [DIS]Updating services using commissioning mode 1
E: 41084 [DIS]Failed to remove advertised services: 3
D: 41089 [DL]Using Thread extended MAC for hostname.
I: 41093 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
E: 41104 [DIS]Failed to advertise commissionable node: 3
E: 41109 [DIS]Failed to finalize service update: 3
E: 41113 [ZCL]OpCreds: Got FailSafeTimerExpired
E: 41118 [ZCL]OpCreds: Proceeding to FailSafeCleanup on fail-safe expiry!
I: 41124 [TS]Pending Last Known Good Time: 2023-10-14T01:16:48
I: 41130 [TS]Previous Last Known Good Time: 2023-10-14T01:16:48
I: 41136 [TS]Reverted Last Known Good Time to previous value
E: 41141 [DL]Long dispatch time: 118 ms, for event type 32784
I: 41147 [FS]Fail-safe cleanly disarmed
D: 41151 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x0e)
I: 41158 [DL]Current number of connections: 0/1
I: 41163 [DL]BLE GAP connection terminated (reason 0x16)
I: 41171 [DL]CHIPoBLE advertising started
I: 41175 [DL]NFC Tag emulation started
I: 71175 [DL]CHIPoBLE advertising mode changed to slow
I: 71185 [DL]CHIPoBLE advertising started
I: 154903 [DL]Current number of connections: 1/1
I: 154908 [DL]BLE connection established (ConnId: 0x00)
I: 154913 [DL]CHIPoBLE advertising stopped
I: 154917 [DL]NFC Tag emulation stopped
D: 156300 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 156307 [BLE]local and remote recv window sizes = 5
I: 156312 [BLE]selected BTP version 4
I: 156316 [BLE]using BTP fragment sizes rx 244 / tx 244.
D: 156435 [DL]ConnId: 0x00, New CCCD value: 0x0002
D: 156440 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
D: 156447 [IN]BLE EndPoint 0x2000fc10 Connection Complete
I: 156452 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 247)
D: 156525 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 156533 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 156541 [EM]>>> [E:54425r S:0 M:123803580] (U) Msg RX from 0:2A81D60EC0236D4B [0000] to 0000000000000000 --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
I: 156556 [EM]<<< [E:54425r S:0 M:57345423] (U) Msg TX from 0000000000000000 to 0:2A81D60EC0236D4B [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
D: 156571 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 159)
I: 156579 [SVR]Commissioning session establishment step started
D: 156705 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 156713 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 156721 [EM]>>> [E:54425r S:0 M:123803581] (U) Msg RX from 0:2A81D60EC0236D4B [0000] to 0000000000000000 --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
I: 156855 [EM]<<< [E:54425r S:0 M:57345424] (U) Msg TX from 0000000000000000 to 0:2A81D60EC0236D4B [0000] [BLE] --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
D: 156870 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 132)
E: 156877 [DL]Long dispatch time: 164 ms, for event type 16388
D: 156930 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 156938 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 156946 [EM]>>> [E:54425r S:0 M:123803582] (U) Msg RX from 0:2A81D60EC0236D4B [0000] to 0000000000000000 --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
I: 156960 [EM]<<< [E:54425r S:0 M:57345425] (U) Msg TX from 0000000000000000 to 0:2A81D60EC0236D4B [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
D: 156975 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
I: 156984 [SC]SecureSession[0x200102d8, LSID:6167]: State change 'kEstablishing' --> 'kActive'
D: 156993 [IN]SecureSession[0x200102d8]: Activated - Type:1 LSID:6167
D: 156999 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:6167 PSID:37260!
I: 157008 [SVR]Commissioning completed session establishment step
I: 157014 [DIS]Updating services using commissioning mode 0
E: 157019 [DIS]Failed to remove advertised services: 3
E: 157024 [DIS]Failed to finalize service update: 3
D: 157029 [DL]CHIPoBLE advertising set to off
I: 157033 [SVR]Device completed Rendezvous process
D: 157065 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 157073 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 157082 [EM]>>> [E:54426r S:6167 M:199337710] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:134)
D: 157095 [IM]Received Read request
I: 157115 [EM]<<< [E:54426r S:6167 M:192540095] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:257)
D: 157128 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 157200 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 157208 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 20)
D: 157290 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 157298 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 157307 [EM]>>> [E:54427r S:6167 M:199337711] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:103)
D: 157320 [IM]Received Read request
E: 157326 [DMG]Read request on unknown cluster - no data version available
E: 157333 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0002err = 5c3
E: 157345 [DMG]Read request on unknown cluster - no data version available
E: 157352 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0001err = 5c3
E: 157364 [DMG]Read request on unknown cluster - no data version available
E: 157370 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0000err = 5c3
E: 157382 [DMG]Read request on unknown cluster - no data version available
E: 157389 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0007err = 5c3
E: 157401 [DMG]Read request on unknown cluster - no data version available
E: 157408 [DMG]Fail to retrieve data, roll back and encode status on clusterId: 0x0000_0046, attributeId: 0x0000_0006err = 5c3
I: 157422 [EM]<<< [E:54427r S:6167 M:192540096] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:181)
D: 157436 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 186)
D: 157560 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 157606 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 157614 [EM]>>> [E:54428r S:6167 M:199337712] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
I: 157629 [FS]GeneralCommissioning: Received ArmFailSafe (60s)
I: 157636 [EM]<<< [E:54428r S:6167 M:192540097] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 157651 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 157740 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 157748 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 157756 [EM]>>> [E:54429r S:6167 M:199337713] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
I: 157773 [EM]<<< [E:54429r S:6167 M:192540098] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 157788 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
D: 157875 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 157883 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 157891 [EM]>>> [E:54430r S:6167 M:199337714] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
I: 157906 [ZCL]OpCreds: Certificate Chain request received for PAI
I: 157916 [EM]<<< [E:54430r S:6167 M:192540099] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
D: 157931 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 158010 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158018 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 158100 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158108 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 48)
D: 158190 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158198 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 158206 [EM]>>> [E:54431r S:6167 M:199337715] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
I: 158221 [ZCL]OpCreds: Certificate Chain request received for DAC
I: 158231 [EM]<<< [E:54431r S:6167 M:192540100] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:556)
D: 158246 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 158325 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158333 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 158415 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158423 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 77)
D: 158505 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158513 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 158522 [EM]>>> [E:54432r S:6167 M:199337716] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
I: 158537 [ZCL]OpCreds: Received an AttestationRequest command
I: 158571 [ZCL]OpCreds: AttestationRequest successful.
I: 158580 [EM]<<< [E:54432r S:6167 M:192540101] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
D: 158595 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 158685 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158693 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 244)
D: 158775 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158783 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 237)
D: 158865 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
D: 158873 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
I: 158881 [EM]>>> [E:54433r S:6167 M:199337717] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
I: 158897 [FS]GeneralCommissioning: Received ArmFailSafe (0s)
I: 158902 [FS]Fail-safe timer expired
I: 158907 [EM]<<< [E:54433r S:6167 M:192540102] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
D: 158921 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
E: 158929 [SVR]Failsafe timer expired
D: 158933 [IN]SecureSession[0x200102d8]: MarkForEviction Type:1 LSID:6167
I: 158939 [SC]SecureSession[0x200102d8, LSID:6167]: State change 'kActive' --> 'kPendingEviction'
D: 158948 [IN]SecureSession[0x200102d8]: Released - Type:1 LSID:6167
E: 158954 [SVR]Commissioning failed (attempt 2): 32
D: 158959 [IN]Clearing BLE pending packets.
I: 158963 [BLE]Releasing end point's BLE connection back to application.
I: 158969 [DL]Closing BLE GATT connection (ConnId 00)
D: 158975 [IN]SecureSession[0x200102d8]: Allocated Type:1 LSID:6168
D: 158981 [DL]CHIPoBLE advertising set to on
I: 158985 [DIS]Updating services using commissioning mode 1
E: 158990 [DIS]Failed to remove advertised services: 3
D: 158995 [DL]Using Thread extended MAC for hostname.
I: 159000 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
E: 159010 [DIS]Failed to advertise commissionable node: 3
E: 159015 [DIS]Failed to finalize service update: 3
E: 159020 [ZCL]OpCreds: Got FailSafeTimerExpired
E: 159024 [ZCL]OpCreds: Proceeding to FailSafeCleanup on fail-safe expiry!
I: 159031 [TS]Pending Last Known Good Time: 2023-10-14T01:16:48
I: 159037 [TS]Previous Last Known Good Time: 2023-10-14T01:16:48
I: 159042 [TS]Reverted Last Known Good Time to previous value
E: 159049 [DL]Long dispatch time: 120 ms, for event type 32784
I: 159054 [FS]Fail-safe cleanly disarmed
D: 159058 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x0e)
I: 159066 [DL]Current number of connections: 0/1
I: 159070 [DL]BLE GAP connection terminated (reason 0x16)
I: 159079 [DL]CHIPoBLE advertising started
I: 159083 [DL]NFC Tag emulation started
I: 189082 [DL]CHIPoBLE advertising mode changed to slow
I: 189091 [DL]CHIPoBLE advertising started

*** Booting My Application v3.1.0-6c6e5b32496e ***
*** Using nRF Connect SDK v3.1.0-6c6e5b32496e ***
*** Using Zephyr OS v4.1.99-1612683d4010 ***
D: 50 [DL]Boot reason: 1
I: 54 [DL]BLE address: DA:55:08:86:3C:06
I: 69 [DL]CHIP task running
I: Init CHIP stack
I: 74 [DL]OpenThread started: OK
I: 77 [DL]Setting OpenThread device type to ROUTER
D: Registered new test event: 0xffffffff00000000
D: Registered new test event: 0xffffffff10000000
I: 91 [SVR]Initializing subscription resumption storage...
I: 97 [SVR]Server initializing...
I: 100 [TS]Last Known Good Time: 2023-10-14T01:16:48
I: 105 [DMG]AccessControl: initializing
I: 109 [DMG]Examples::AccessControlDelegate::Init
I: 113 [DMG]AccessControl: setting
I: 117 [DMG]DefaultAclStorage: initializing
I: 120 [DMG]DefaultAclStorage: 0 entries loaded
D: 125 [IN]UDP::Init bind&listen port=5540
D: 129 [IN]UDP::Init bound to port=5540
D: 132 [IN]BLEBase::Init - setting/overriding transport
D: 137 [IN]TransportMgr initialized
D: 142 [DL]Using Thread extended MAC for hostname.
I: 147 [ZCL]Using ZAP configuration...
I: 152 [DMG]AccessControlCluster: initializing
I: 157 [ZCL]Endpoint 1 On/off already set to new value
D: 163 [IN]SecureSession[0x200102d8]: Allocated Type:1 LSID:6290
D: 169 [DL]CHIPoBLE advertising set to on
I: 173 [DIS]Updating services using commissioning mode 1
E: 178 [DIS]Failed to remove advertised services: 3
D: 183 [DL]Using Thread extended MAC for hostname.
I: 187 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
E: 196 [DIS]Failed to advertise commissionable node: 3
E: 201 [DIS]Failed to finalize service update: 3
I: 206 [DIS]Updating services using commissioning mode 1
E: 211 [DIS]Failed to remove advertised services: 3
D: 215 [DL]Using Thread extended MAC for hostname.
I: 220 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
E: 229 [DIS]Failed to advertise commissionable node: 3
E: 234 [DIS]Failed to finalize service update: 3
I: 239 [IN]CASE Server enabling CASE session setups
D: 243 [IN]SecureSession[0x200103b0]: Allocated Type:2 LSID:6291
I: 249 [SVR]Server Listening...
I: 252 [DL]Device Configuration:
I: 255 [DL]  Serial Number: 11223344556677889900
I: 260 [DL]  Vendor Id: 65521 (0xFFF1)
I: 263 [DL]  Product Id: 32773 (0x8005)
I: 267 [DL]  Product Name: not-specified
I: 270 [DL]  Hardware Version: 0
I: 273 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
I: 279 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
I: 285 [DL]  Manufacturing Date: 2022-01-01
I: 289 [DL]  Device Type: 65535 (0xFFFF)
I: 293 [SVR]SetupQRCode: [MT:6FCJ142C00KA0648G00]
I: 297 [SVR]Copy/paste the below URL in a browser to see the QR Code:
I: 303 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A6FCJ142C00KA0648G00
I: 312 [SVR]Manual pairing code: [34970112332]
E: 317 [DL]Long dispatch time: 245 ms, for event type 2
I: 325 [DL]CHIPoBLE advertising started
I: 329 [DL]NFC Tag emulation started
I: 30329 [DL]CHIPoBLE advertising mode changed to slow
I: 30338 [DL]CHIPoBLE advertising started

Best regards,
Vishal Gade.

Parents
  • Hi Vishal,

    As you say there are issues with the attestation (The chip-tool and firmware produce commissioning failures, including device attestation errors and continuous failures to advertise the commissionable node over Thread (error code 3).)

    Typically this is induced whentheres a mismatch with the key that's been used to sign the attestation elements and the DAC key. It could be caused by

    • Mismatched factory data: DAC certificate & private key don’t belong together (this is what I belive is the case issue at least)

    • Corrupted/incorrect factory-data partition.

    • You flashed new certs but the old key is still in NVS/factory area.

    • Using a custom/test PAA/PAI chain but the runtime key the device uses to sign isn’t the DAC key.

    Here's a couple of pointers and tips that may resolve it

    1. Regenerate a consistent DAC/PAI bundle:

      • Generate PAA → PAI → DAC and the matching DAC private key using the same tool run.

      • Make sure VID/PID in certs match your build (your log shows VID 0xFFF1, PID 0x8005).

    2. Provision the factory data correctly on the DK:

      • Enable factory data in your app Kconfig (typical options):

        • CONFIG_CHIP_FACTORY_DATA=y

        • Provide a factory_data.hex/bin that includes DAC cert, DAC key, PAI cert, CD (Certification Declaration), etc.

      • Or, for quick sanity check, build with Nordic’s fixed example credentials option (commonly CONFIG_CHIP_DEVICE_FIXED_DAC_CREDENTIALS=y) to confirm the flow works; then switch back to your own factory data.

    3. Erase stale data before reflashing:

      • Full chip erase (both cores) or at least erase the factory-data/NVS partitions so old keys aren’t lingering.

      • Reflash: application + network core + new factory-data image.

    4. (If you use a non-default PAA) make sure the commissioner trusts it:

      • If you created your own PAA, either add it to chip-tool’s trust store or point chip-tool to it (otherwise you’d usually see a different error like “no trusted root,” but it’s worth ensuring).

    5. Recommission cleanly:

      • Put the device back into commissioning mode (hold buttons per the sample; or reset + long-press to start BLE adv).

      • Clear controller state on the host only if needed: delete /tmp/chip_* files to avoid stale fabrics, then run pairing again:

        • Thread example: ./chip-tool pairing ble-thread 1 <dataset-hex> 20202021 3840

        • Or setup code: ./chip-tool pairing code 1 <code>

    Some resources: 
    https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/nrfconnect_factory_data_configuration.htm

    https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/factory_provisioning.html

    https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/attestation.html

    https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/README.html

    Kind regards,
    Andreas

Reply
  • Hi Vishal,

    As you say there are issues with the attestation (The chip-tool and firmware produce commissioning failures, including device attestation errors and continuous failures to advertise the commissionable node over Thread (error code 3).)

    Typically this is induced whentheres a mismatch with the key that's been used to sign the attestation elements and the DAC key. It could be caused by

    • Mismatched factory data: DAC certificate & private key don’t belong together (this is what I belive is the case issue at least)

    • Corrupted/incorrect factory-data partition.

    • You flashed new certs but the old key is still in NVS/factory area.

    • Using a custom/test PAA/PAI chain but the runtime key the device uses to sign isn’t the DAC key.

    Here's a couple of pointers and tips that may resolve it

    1. Regenerate a consistent DAC/PAI bundle:

      • Generate PAA → PAI → DAC and the matching DAC private key using the same tool run.

      • Make sure VID/PID in certs match your build (your log shows VID 0xFFF1, PID 0x8005).

    2. Provision the factory data correctly on the DK:

      • Enable factory data in your app Kconfig (typical options):

        • CONFIG_CHIP_FACTORY_DATA=y

        • Provide a factory_data.hex/bin that includes DAC cert, DAC key, PAI cert, CD (Certification Declaration), etc.

      • Or, for quick sanity check, build with Nordic’s fixed example credentials option (commonly CONFIG_CHIP_DEVICE_FIXED_DAC_CREDENTIALS=y) to confirm the flow works; then switch back to your own factory data.

    3. Erase stale data before reflashing:

      • Full chip erase (both cores) or at least erase the factory-data/NVS partitions so old keys aren’t lingering.

      • Reflash: application + network core + new factory-data image.

    4. (If you use a non-default PAA) make sure the commissioner trusts it:

      • If you created your own PAA, either add it to chip-tool’s trust store or point chip-tool to it (otherwise you’d usually see a different error like “no trusted root,” but it’s worth ensuring).

    5. Recommission cleanly:

      • Put the device back into commissioning mode (hold buttons per the sample; or reset + long-press to start BLE adv).

      • Clear controller state on the host only if needed: delete /tmp/chip_* files to avoid stale fabrics, then run pairing again:

        • Thread example: ./chip-tool pairing ble-thread 1 <dataset-hex> 20202021 3840

        • Or setup code: ./chip-tool pairing code 1 <code>

    Some resources: 
    https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/nrfconnect_factory_data_configuration.htm

    https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/factory_provisioning.html

    https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/end_product/attestation.html

    https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/README.html

    Kind regards,
    Andreas

Children
  • Hi Andreas,

    Thank you very much for the detailed pointers and tips. I have tried regenerating consistent DAC/PAI bundles, ensured correct VID/PID in certs, performed full chip erases, reflashed with new factory data. However, I still cannot successfully commission the device using chip-tool 3.1.0 with the Nordic nRF5340DK Matter light bulb example on NCS 3.1.0.

    I also tried commissioning the same device using a Google Nest Hub as the commissioner but encountered a similar failure with device attestation errors and failure to advertise the commissionable node. This makes me suspect that the issue might be related to the Nordic sample firmware on the nRF5340 itself, particularly its inability to advertise the commissionable node over Thread (error code 3).

    Could you please advise if this issue could be caused by a hardware problem or if it might be related to a bug or limitation in the Nordic SDK 3.1.0 version?

    For reference, below is the relevant part of the log during boot and commissioning attempts showing the advertising failure and attestation issues:


    bootup log on nrf5340 sdk no changes to the sample code

    ** Booting My Application v3.1.0 - unknown commit ***
    *** Using nRF Connect SDK v3.1.0-6c6e5b32496e ***
    *** Using Zephyr OS v4.1.99-1612683d4010 ***
    D: 52 [DL]Boot reason: 1
    I: 56 [DL]BLE address: EC:C0:9A:54:2F:D7
    I: 72 [DL]CHIP task running
    I: Init CHIP stack
    I: 77 [DL]OpenThread started: OK
    I: 80 [DL]Setting OpenThread device type to ROUTER
    D: Registered new test event: 0xffffffff00000000
    D: Registered new test event: 0xffffffff10000000
    I: 96 [SVR]Initializing subscription resumption storage...
    I: 101 [SVR]Server initializing...
    I: 104 [TS]Last Known Good Time: 2023-10-14T01:16:48
    I: 109 [DMG]AccessControl: initializing
    I: 113 [DMG]Examples::AccessControlDelegate::Init
    I: 118 [DMG]AccessControl: setting
    I: 121 [DMG]DefaultAclStorage: initializing
    I: 125 [DMG]DefaultAclStorage: 0 entries loaded
    D: 129 [IN]UDP::Init bind&listen port=5540
    D: 133 [IN]UDP::Init bound to port=5540
    D: 136 [IN]BLEBase::Init - setting/overriding transport
    D: 141 [IN]TransportMgr initialized
    D: 146 [DL]Using Thread extended MAC for hostname.
    I: 151 [ZCL]Using ZAP configuration...
    I: 156 [DMG]AccessControlCluster: initializing
    I: 161 [ZCL]Endpoint 1 On/off already set to new value
    D: 167 [IN]SecureSession[0x200102d8]: Allocated Type:1 LSID:11266
    D: 173 [DL]CHIPoBLE advertising set to on
    I: 177 [DIS]Updating services using commissioning mode 1
    E: 182 [DIS]Failed to remove advertised services: 3
    D: 186 [DL]Using Thread extended MAC for hostname.
    I: 191 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
    E: 200 [DIS]Failed to advertise commissionable node: 3
    E: 205 [DIS]Failed to finalize service update: 3
    I: 209 [DIS]Updating services using commissioning mode 1
    E: 215 [DIS]Failed to remove advertised services: 3
    D: 219 [DL]Using Thread extended MAC for hostname.
    I: 224 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
    E: 233 [DIS]Failed to advertise commissionable node: 3
    E: 238 [DIS]Failed to finalize service update: 3
    I: 242 [IN]CASE Server enabling CASE session setups
    D: 247 [IN]SecureSession[0x200103b0]: Allocated Type:2 LSID:11267
    I: 253 [SVR]Server Listening...
    I: 256 [DL]Device Configuration:
    I: 259 [DL]  Serial Number: 11223344556677889900
    I: 263 [DL]  Vendor Id: 65521 (0xFFF1)
    I: 267 [DL]  Product Id: 32773 (0x8005)
    I: 270 [DL]  Product Name: not-specified
    I: 274 [DL]  Hardware Version: 0
    I: 277 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
    I: 282 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
    I: 289 [DL]  Manufacturing Date: 2022-01-01
    I: 293 [DL]  Device Type: 65535 (0xFFFF)
    I: 296 [SVR]SetupQRCode: [MT:6FCJ142C00KA0648G00]
    I: 301 [SVR]Copy/paste the below URL in a browser to see the QR Code:
    I: 307 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A6FCJ142C00KA0648G00
    I: 316 [SVR]Manual pairing code: [34970112332]
    E: 320 [DL]Long dispatch time: 246 ms, for event type 2
    I: 329 [DL]CHIPoBLE advertising started
    I: 333 [DL]NFC Tag emulation started




    log when trying to commision from google hub

    *** Booting My Application v3.1.0 - unknown commit ***
    *** Using nRF Connect SDK v3.1.0-6c6e5b32496e ***
    *** Using Zephyr OS v4.1.99-1612683d4010 ***
    D: 52 [DL]Boot reason: 1
    I: 56 [DL]BLE address: EC:C0:9A:54:2F:D7
    I: 72 [DL]CHIP task running
    I: Init CHIP stack
    I: 77 [DL]OpenThread started: OK
    I: 80 [DL]Setting OpenThread device type to ROUTER
    D: Registered new test event: 0xffffffff00000000
    D: Registered new test event: 0xffffffff10000000
    I: 96 [SVR]Initializing subscription resumption storage...
    I: 101 [SVR]Server initializing...
    I: 104 [TS]Last Known Good Time: 2023-10-14T01:16:48
    I: 109 [DMG]AccessControl: initializing
    I: 113 [DMG]Examples::AccessControlDelegate::Init
    I: 118 [DMG]AccessControl: setting
    I: 121 [DMG]DefaultAclStorage: initializing
    I: 125 [DMG]DefaultAclStorage: 0 entries loaded
    D: 129 [IN]UDP::Init bind&listen port=5540
    D: 133 [IN]UDP::Init bound to port=5540
    D: 136 [IN]BLEBase::Init - setting/overriding transport
    D: 141 [IN]TransportMgr initialized
    D: 146 [DL]Using Thread extended MAC for hostname.
    I: 151 [ZCL]Using ZAP configuration...
    I: 156 [DMG]AccessControlCluster: initializing
    I: 161 [ZCL]Endpoint 1 On/off already set to new value
    D: 167 [IN]SecureSession[0x200102d8]: Allocated Type:1 LSID:11266
    D: 173 [DL]CHIPoBLE advertising set to on
    I: 177 [DIS]Updating services using commissioning mode 1
    E: 182 [DIS]Failed to remove advertised services: 3
    D: 186 [DL]Using Thread extended MAC for hostname.
    I: 191 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
    E: 200 [DIS]Failed to advertise commissionable node: 3
    E: 205 [DIS]Failed to finalize service update: 3
    I: 209 [DIS]Updating services using commissioning mode 1
    E: 215 [DIS]Failed to remove advertised services: 3
    D: 219 [DL]Using Thread extended MAC for hostname.
    I: 224 [DIS]Advertise commission parameter vendorID=65521 productID=32773 discriminator=3840/15 cm=1 cp=0
    E: 233 [DIS]Failed to advertise commissionable node: 3
    E: 238 [DIS]Failed to finalize service update: 3
    I: 242 [IN]CASE Server enabling CASE session setups
    D: 247 [IN]SecureSession[0x200103b0]: Allocated Type:2 LSID:11267
    I: 253 [SVR]Server Listening...
    I: 256 [DL]Device Configuration:
    I: 259 [DL]  Serial Number: 11223344556677889900
    I: 263 [DL]  Vendor Id: 65521 (0xFFF1)
    I: 267 [DL]  Product Id: 32773 (0x8005)
    I: 270 [DL]  Product Name: not-specified
    I: 274 [DL]  Hardware Version: 0
    I: 277 [DL]  Setup Pin Code (0 for UNKNOWN/ERROR): 20202021
    I: 282 [DL]  Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00)
    I: 289 [DL]  Manufacturing Date: 2022-01-01
    I: 293 [DL]  Device Type: 65535 (0xFFFF)
    I: 296 [SVR]SetupQRCode: [MT:6FCJ142C00KA0648G00]
    I: 301 [SVR]Copy/paste the below URL in a browser to see the QR Code:
    I: 307 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A6FCJ142C00KA0648G00
    I: 316 [SVR]Manual pairing code: [34970112332]
    E: 320 [DL]Long dispatch time: 246 ms, for event type 2
    I: 329 [DL]CHIPoBLE advertising started
    I: 333 [DL]NFC Tag emulation started
    I: 30333 [DL]CHIPoBLE advertising mode changed to slow
    I: 30343 [DL]CHIPoBLE advertising started
    I: 54855 [DL]Current number of connections: 1/1
    I: 54859 [DL]BLE connection established (ConnId: 0x00)
    I: 54865 [DL]CHIPoBLE advertising stopped
    I: 54868 [DL]NFC Tag emulation stopped
    D: 55795 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 55802 [BLE]local and remote recv window sizes = 5
    I: 55807 [BLE]selected BTP version 4
    I: 55810 [BLE]using BTP fragment sizes rx 128 / tx 128.
    D: 55818 [DL]ConnId: 0x00, New CCCD value: 0x0002
    D: 55822 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
    D: 55830 [IN]BLE EndPoint 0x2000fc10 Connection Complete
    I: 55835 [DL]CHIPoBLE connection established (ConnId: 0x00, GATT MTU: 131)
    D: 55952 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 56133 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 56141 [EM]>>> [E:7421r S:0 M:159996213] (U) Msg RX from 0:0FA02EAF11131765 [0000] to 0000000000000000 --- Type 0000:20 (SecureChannel:PBKDFParamRequest) (B:98)
    I: 56156 [EM]<<< [E:7421r S:0 M:84574684] (U) Msg TX from 0000000000000000 to 0:0FA02EAF11131765 [0000] [BLE] --- Type 0000:21 (SecureChannel:PBKDFParamResponse) (B:154)
    D: 56171 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    I: 56179 [SVR]Commissioning session establishment step started
    D: 56267 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 56275 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 33)
    D: 56402 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 56411 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 56418 [EM]>>> [E:7421r S:0 M:159996214] (U) Msg RX from 0:0FA02EAF11131765 [0000] to 0000000000000000 --- Type 0000:22 (SecureChannel:PASE_Pake1) (B:92)
    I: 56552 [EM]<<< [E:7421r S:0 M:84574685] (U) Msg TX from 0000000000000000 to 0:0FA02EAF11131765 [0000] [BLE] --- Type 0000:23 (SecureChannel:PASE_Pake2) (B:127)
    D: 56566 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    E: 56574 [DL]Long dispatch time: 163 ms, for event type 16388
    D: 56717 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 56725 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 6)
    D: 56807 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 56816 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 56823 [EM]>>> [E:7421r S:0 M:159996215] (U) Msg RX from 0:0FA02EAF11131765 [0000] to 0000000000000000 --- Type 0000:24 (SecureChannel:PASE_Pake3) (B:59)
    I: 56838 [EM]<<< [E:7421r S:0 M:84574686] (U) Msg TX from 0000000000000000 to 0:0FA02EAF11131765 [0000] [BLE] --- Type 0000:40 (SecureChannel:StatusReport) (B:30)
    D: 56852 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 35)
    I: 56861 [SC]SecureSession[0x200102d8, LSID:11266]: State change 'kEstablishing' --> 'kActive'
    D: 56870 [IN]SecureSession[0x200102d8]: Activated - Type:1 LSID:11266
    D: 56876 [IN]New secure session activated for device <FFFFFFFB00000000, 0>, LSID:11266 PSID:34714!
    I: 56885 [SVR]Commissioning completed session establishment step
    I: 56891 [DIS]Updating services using commissioning mode 0
    E: 56896 [DIS]Failed to remove advertised services: 3
    E: 56901 [DIS]Failed to finalize service update: 3
    D: 56905 [DL]CHIPoBLE advertising set to off
    I: 56909 [SVR]Device completed Rendezvous process
    D: 56942 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 56951 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 56959 [EM]>>> [E:7422r S:11266 M:27279865] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 56972 [IM]Received Read request
    I: 56979 [EM]<<< [E:7422r S:11266 M:235843344] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:94)
    D: 56992 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 99)
    D: 57077 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 57086 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 57094 [EM]>>> [E:7423r S:11266 M:27279866] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:52)
    D: 57107 [IM]Received Read request
    I: 57113 [EM]<<< [E:7423r S:11266 M:235843345] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:67)
    D: 57127 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 72)
    D: 57212 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 57221 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 57229 [EM]>>> [E:7424r S:11266 M:27279867] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 57242 [IM]Received Read request
    I: 57248 [EM]<<< [E:7424r S:11266 M:235843346] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:67)
    D: 57262 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 72)
    D: 57347 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 57356 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 57364 [EM]>>> [E:7425r S:11266 M:27279868] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 57377 [IM]Received Read request
    I: 57383 [EM]<<< [E:7425r S:11266 M:235843347] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:67)
    D: 57397 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 72)
    D: 57482 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 57491 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 57499 [EM]>>> [E:7426r S:11266 M:27279869] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 57512 [IM]Received Read request
    I: 57518 [EM]<<< [E:7426r S:11266 M:235843348] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:66)
    D: 57532 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 57617 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 57626 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 57634 [EM]>>> [E:7427r S:11266 M:27279870] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 57647 [IM]Received Read request
    I: 57653 [EM]<<< [E:7427r S:11266 M:235843349] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:66)
    D: 57667 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 57752 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 57761 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 57769 [EM]>>> [E:7428r S:11266 M:27279871] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 57782 [IM]Received Read request
    I: 57788 [EM]<<< [E:7428r S:11266 M:235843350] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:66)
    D: 57802 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 57887 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 57896 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 57904 [EM]>>> [E:7429r S:11266 M:27279872] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
    I: 57919 [ZCL]OpCreds: Certificate Chain request received for DAC
    I: 57928 [EM]<<< [E:7429r S:11266 M:235843351] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:556)
    D: 57943 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 58022 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 58030 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 58157 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 58165 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 58247 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 58255 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 58338 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 58346 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 58353 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 57)
    D: 58427 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 58436 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 58444 [EM]>>> [E:7430r S:11266 M:27279873] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 58457 [IM]Received Read request
    I: 58463 [EM]<<< [E:7430r S:11266 M:235843352] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:94)
    D: 58477 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 99)
    D: 58562 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 58571 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 58579 [EM]>>> [E:7431r S:11266 M:27279874] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:52)
    D: 58592 [IM]Received Read request
    I: 58598 [EM]<<< [E:7431r S:11266 M:235843353] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:67)
    D: 58612 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 72)
    D: 58697 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 61173 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 63680 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 63782 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 66348 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 68733 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 68741 [EM]>>> [E:7432r S:11266 M:27279875] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:0A (IM:TimedRequest) (B:39)
    I: 68755 [EM]<<< [E:7432r S:11266 M:235843354] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:01 (IM:StatusResponse) (B:38)
    D: 68769 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 43)
    D: 68867 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 68876 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 68884 [EM]>>> [E:7432r S:11266 M:27279876] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:65)
    I: 68899 [FS]GeneralCommissioning: Received ArmFailSafe (120s)
    I: 68906 [EM]<<< [E:7432r S:11266 M:235843355] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 68920 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 69002 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69011 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 69019 [EM]>>> [E:7433r S:11266 M:27279877] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 69032 [IM]Received Read request
    I: 69038 [EM]<<< [E:7433r S:11266 M:235843356] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:05 (IM:ReportData) (B:66)
    D: 69052 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 69137 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69146 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 69154 [EM]>>> [E:7434r S:11266 M:27279878] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:0A (IM:TimedRequest) (B:39)
    I: 69168 [EM]<<< [E:7434r S:11266 M:235843357] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:01 (IM:StatusResponse) (B:38)
    D: 69182 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 43)
    D: 69272 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69281 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 69289 [EM]>>> [E:7434r S:11266 M:27279879] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:70)
    I: 69307 [EM]<<< [E:7434r S:11266 M:235843358] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 69322 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 69407 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69416 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 69424 [EM]>>> [E:7435r S:11266 M:27279880] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:62)
    I: 69439 [ZCL]OpCreds: Certificate Chain request received for PAI
    I: 69448 [EM]<<< [E:7435r S:11266 M:235843359] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:527)
    D: 69463 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 69543 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69550 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 69678 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69685 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 69768 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69775 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 69858 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69866 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 69873 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 28)
    D: 69947 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 69956 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 69964 [EM]>>> [E:7436r S:11266 M:27279881] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:94)
    I: 69979 [ZCL]OpCreds: Received an AttestationRequest command
    I: 70013 [ZCL]OpCreds: AttestationRequest successful.
    I: 70022 [EM]<<< [E:7436r S:11266 M:235843360] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:716)
    D: 70037 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 70128 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70135 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 70218 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70225 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 70308 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70315 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 70398 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70406 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 70413 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 70488 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70495 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 92)
    D: 70622 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70631 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 70639 [EM]>>> [E:7437r S:11266 M:27279882] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:96)
    I: 70654 [ZCL]OpCreds: Received a CSRRequest command
    I: 70714 [ZCL]OpCreds: AllocatePendingOperationalKey succeeded
    I: 70748 [ZCL]OpCreds: CSRRequest successful.
    I: 70755 [EM]<<< [E:7437r S:11266 M:235843361] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:391)
    D: 70770 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    E: 70777 [DL]Long dispatch time: 146 ms, for event type 16388
    D: 70848 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70855 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 70938 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 70945 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 128)
    D: 71073 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 71080 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 18)
    D: 71163 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 71171 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 71929 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72019 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72109 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72116 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    I: 72126 [EM]>>> [E:7438r S:11266 M:27279883] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:367)
    I: 72141 [ZCL]OpCreds: Received an AddTrustedRootCertificate command
    I: 72201 [ZCL]OpCreds: AddTrustedRootCertificate successful.
    I: 72208 [EM]<<< [E:7438r S:11266 M:235843362] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:63)
    E: 72222 [DL]Long dispatch time: 113 ms, for event type 16388
    D: 72228 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 72236 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 67)
    D: 72467 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 72476 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72559 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72649 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72739 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72746 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 3)
    D: 72827 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 72836 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 72919 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 72930 [EM]>>> [E:7439r S:11266 M:27279884] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:713)
    I: 72945 [ZCL]OpCreds: Received an AddNOC command
    I: 72951 [FP]Validating NOC chain
    I: 73063 [FP]NOC chain validation successful
    I: 73067 [FP]Added new fabric at index: 0x1
    I: 73071 [FP]Assigned compressed fabric ID: 0xB77299A8A0113DF8, node ID: 0x0000000032CA6F2B
    I: 73079 [TS]Last Known Good Time: 2023-10-14T01:16:48
    I: 73084 [TS]New proposed Last Known Good Time: 2025-09-17T18:36:59
    I: 73090 [TS]Updating pending Last Known Good Time to 2025-09-17T18:36:59
    I: 73107 [ZCL]OpCreds: ACL entry created for Fabric index 0x1 CASE Admin Subject 0xFFFFFFFD00010001
    D: 73116 [DL]Using Thread extended MAC for hostname.
    I: 73120 [DIS]Advertise operational node B77299A8A0113DF8-0000000032CA6F2B
    E: 73127 [SVR]Operational advertising failed: 3
    I: 73131 [ZCL]OpCreds: successfully created fabric index 0x1 via AddNOC
    I: 73139 [EM]<<< [E:7439r S:11266 M:235843363] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [3DF8] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 73154 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    E: 73161 [DL]Long dispatch time: 243 ms, for event type 16388
    D: 73277 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 73286 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    D: 73368 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 73377 [EM]>>> [E:7440r S:11266 M:27279885] (S) Msg RX from 1:FFFFFFFB00000000 [3DF8] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:169)
    I: 73395 [EM]<<< [E:7440r S:11266 M:235843364] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [3DF8] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:66)
    D: 73409 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 73502 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 73511 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 73519 [EM]>>> [E:7441r S:11266 M:27279886] (S) Msg RX from 1:FFFFFFFB00000000 [3DF8] to 0000000000000000 --- Type 0001:02 (IM:ReadRequest) (B:51)
    D: 73532 [IM]Received Read request
    I: 73538 [EM]<<< [E:7441r S:11266 M:235843365] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [3DF8] [BLE] --- Type 0001:05 (IM:ReportData) (B:66)
    D: 73552 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 71)
    D: 73637 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 73646 [DL]Write request received for CHIPoBLE RX characteristic (ConnId 0x00)
    I: 73654 [EM]>>> [E:7442r S:11266 M:27279887] (S) Msg RX from 1:FFFFFFFB00000000 [3DF8] to 0000000000000000 --- Type 0001:08 (IM:InvokeCommandRequest) (B:73)
    D: 73698 [DL]OpenThread State Changed (Flags: 0x101fc110)
    D: 73704 [DL]   Network Name: NEST-PAN-A84D
    D: 73708 [DL]   PAN Id: 0xA84D
    D: 73710 [DL]   Extended PAN Id: 0xB86F807B7ACB1E4E
    D: 73715 [DL]   Channel: 11
    D: 73718 [DL]   Mesh Prefix: fdfe:9df0:b8f1:0:0:0:0:0/64
    D: 73724 [DL]OpenThread State Changed (Flags: 0x1100100d)
    D: 73729 [DL]   Device Role: DETACHED
    D: 73733 [DL]   Thread Unicast Addresses:
    D: 73737 [DL]        fdfe:9df0:b8f1:0:5126:a10b:f342:497f/64 valid preferred
    D: 73743 [DL]        fe80:0:0:0:a4af:fa54:6308:bbe9/64 valid preferred
    I: 74945 [DL]SRP Client was started, detected server: fdfe:9df0:b8f1:0000:3e99:694f:10cf:8555
    I: 74953 [ZCL]ThreadDiagnosticsDelegate: OnConnectionStatusChanged
    D: 74959 [DL]OpenThread State Changed (Flags: 0x200012a4)
    D: 74964 [DL]   Device Role: CHILD
    D: 74967 [DL]   Partition Id: 0x35FC8081
    D: 74972 [DL]OpenThread State Changed (Flags: 0x00000001)
    D: 74977 [DL]   Thread Unicast Addresses:
    D: 74981 [DL]        fde9:8ba2:48f3:1:3f63:cfe7:5176:56d1/64 valid preferred
    D: 74988 [DL]        fdfe:9df0:b8f1:0:0:ff:fe00:5803/64 valid preferred rloc
    D: 74995 [DL]        fdfe:9df0:b8f1:0:5126:a10b:f342:497f/64 valid preferred
    D: 75002 [DL]        fe80:0:0:0:a4af:fa54:6308:bbe9/64 valid preferred
    D: 75009 [DL]Thread Attached updating Multicast address
    I: 75014 [SVR]Joining Multicast groups
    I: 75019 [EM]<<< [E:7442r S:11266 M:235843366] (S) Msg TX from 0000000000000000 to 1:FFFFFFFB00000000 [3DF8] [BLE] --- Type 0001:09 (IM:InvokeCommandResponse) (B:65)
    D: 75035 [DL]Sending indication for CHIPoBLE TX characteristic (ConnId 00, len 70)
    D: 75042 [DL]Using Thread extended MAC for hostname.
    I: 75047 [DIS]Advertise operational node B77299A8A0113DF8-0000000032CA6F2B
    E: 75054 [SVR]Operational advertising failed: 3
    D: 75123 [DL]Indication for CHIPoBLE TX characteristic done (ConnId 0x00, result 0x00)
    D: 75270 [DL]SRP update succeeded
    I: 75274 [SVR]Server initialization complete
    I: 75279 [DIS]Updating services using commissioning mode 0
    D: 75285 [DL]Using Thread extended MAC for hostname.
    I: 75289 [DIS]Advertise operational node B77299A8A0113DF8-0000000032CA6F2B
    I: 75296 [DL]advertising srp service: B77299A8A0113DF8-0000000032CA6F2B._matter._tcp
    I: 75318 [IM]No subscriptions to resume
    I: 75324 [SWU]Stopping the watchdog timer
    I: 75328 [SWU]Starting the periodic query timer, timeout: 86400 seconds
    D: 75765 [DL]SRP update succeeded
    I: 76113 [DL]Current number of connections: 0/1
    I: 76117 [DL]BLE GAP connection terminated (reason 0x13)
    E: 90043 [BLE]ack recv timeout, closing ep 0x2000fc10
    D: 90047 [IN]Clearing BLE pending packets.
    I: 90051 [BLE]Releasing end point's BLE connection back to application.

  • FYI switching back to sdk 2.9.1 instead of 3.1.0 fixed the issue

    Thanks,
    Vishal Gade.

  • Hi Vishal,

    Apologies for the lack of follow up and thank you for your patience and update.

    I will make an internal epic of this case to investigate if this is a bug since you state that it worked fine in NCS 2.9.1

    Kind regards,
    Andreas

Related