How can use CHIP tool to commission device by QR code or manual pairing code?

 

        This is my basic information:

        1. SDK version: V2.8.0

        2. Project: Matter Light Bulb

        3. Board: 52840DK

        This is my question:

        I can use this command to commission bulb pass:

        $ ./chip-tool pairing ble-thread <node_id> hex:<operational_dataset> <pin_code> <discriminator>

        But when I use below command instead, bulb has no response:

        $ ./chip-tool pairing code <node_id> <qrcode_payload-or-manual_code>

Related