Matter + BLE scanning

Hi,

I see the Matter CHIP integration uses BLE for commissioning, so to advertise a ble service the documentation advises to use NUS.

What about scanning for ble devices and connecting to them?

Parents Reply
  • Hi,

    0x200b is the opcode for BLE Set Scan Parameters and 0x01 is the error code for UNKNOWN HCI COMMAND. 

    The Unknown HCI Command error code indicates that the Controller does not understand the HCI Command packet opcode that the Host sent. The opcode given might not correspond to any of the opcodes specified in this document, or any vendor-specific opcodes, or the command may have not been implemented.

    -Amanda H.

Children
Related