Zephyr sample for pairing without passkey

When I set CONFIG_BT_FIXED_PASSKEY=y in prj.conf. The following warning messages are generated by west build command.

CONFIG_BT_FIXED_PASSKEY is enabled

A fixed passkey is easy to deduce during the pairing procedure, do not use in production.

Does Nordic provide sample code for pairing without passkey?

Parents Reply
  • Thanks for your reply! I can see the following description from URL you provided. My nRF5340 device belongs to NoInputNoOutput. Does the following description suggest no pairing or static pairing for NoInputNoOutput device?

    None of the pairing algorithms can use Yes/No input and no output, therefore, “NoInputNoOutput” is used as the resulting IO capability.

Children
Related