auto-pts: use '000000' as passkey default

This commit is contained in:
Matthias Ringwald 2019-12-20 12:40:19 +01:00
parent 8cbcc51e2c
commit aeb596dbcf

View File

@ -1348,7 +1348,7 @@ int btstack_main(int argc, const char * argv[])
// LE Legacy Pairing, Passkey entry initiator enter, responder (us) displays
sm_set_io_capabilities(IO_CAPABILITY_DISPLAY_ONLY);
sm_set_authentication_requirements(SM_AUTHREQ_MITM_PROTECTION | SM_AUTHREQ_NO_BONDING);
// sm_use_fixed_passkey_in_display_role(0);
sm_use_fixed_passkey_in_display_role(0);
reset_gap();