This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Enable MITM - where is the entered password

Hello

We have a projects with correct bounding (see thread) and we want to set MITM=1 to get entered by user password. We implement some code to see message "Please, enter password", user enters it, but we can't find out, where the entered password is.

After this procedure we receive DM_EVT_SECURITY_SETUP_COMPLETE event. How should we handle it (or, maybe, the other event) to get entered password?

Best regards, Vitaliy

Parents
  • We don't have any display or interface to input passkey. Our device have a static passkey on it's firmware, this passkey is uniq for each device. We want our users to enter this passkey (passkeys will be provided as stickers in documentation for our device) on their iOS phones during first time bounding, and compare it with the value in a flash memory.

    So:

    our device - central - have a static passkey in flash

    iOS phone - peripheral - must enter passkey

Reply
  • We don't have any display or interface to input passkey. Our device have a static passkey on it's firmware, this passkey is uniq for each device. We want our users to enter this passkey (passkeys will be provided as stickers in documentation for our device) on their iOS phones during first time bounding, and compare it with the value in a flash memory.

    So:

    our device - central - have a static passkey in flash

    iOS phone - peripheral - must enter passkey

Children
No Data
Related