mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
disable request security again
This commit is contained in:
parent
214dfbe8e5
commit
5930fba261
@ -205,7 +205,7 @@ void setup(void){
|
||||
sm_init();
|
||||
sm_set_io_capabilities(IO_CAPABILITY_DISPLAY_ONLY);
|
||||
sm_set_authentication_requirements( SM_AUTHREQ_BONDING | SM_AUTHREQ_MITM_PROTECTION);
|
||||
sm_set_request_security(1);
|
||||
// sm_set_request_security(1);
|
||||
// sm_set_encrypted_key_size_range(7,15);
|
||||
|
||||
// setup ATT server
|
||||
|
Loading…
x
Reference in New Issue
Block a user