OOB pairing problem #594
Replies: 1 comment 3 replies
-
There may be an issue with the data you're passing to construct the
So your For OOB pairing, one side needs to generate an OOB context, and share it with the other side. If you look at the |
Beta Was this translation helpful? Give feedback.
-
I was writing some pairing related tests using twister and bumble. Device that I am testing is Zephyr-based nrf52 BLE device.
I was able to test multiple scenarios with different IO capabilities and security levels and also found a bug (#580) which has already been fixed 🙌
I am currenty trying to test the OOB pairing but I can't cope with
bumble.smp:smp.py:886 pairing confirm/check mismatch
error.The test case:
Delegate class:
And the log I am receiving. At the very end there is
DEBUG - PYTEST: INFO: pairing confirm/check mismatch
whichcauses the
SMP_CONFIRM_VALUE_FAILED_ERROR
Any help would be very appreciated 🙂
Beta Was this translation helpful? Give feedback.
All reactions