mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-18 10:22:54 +00:00
auto-pts: use '000000' as passkey default
This commit is contained in:
parent
8cbcc51e2c
commit
aeb596dbcf
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user