mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
disable attempt to encrypt connection to raise security level as it's not working
This commit is contained in:
parent
9cda4cc9c3
commit
25bf58726a
@ -2491,6 +2491,10 @@ void gap_request_security_level(hci_con_handle_t con_handle, gap_security_level_
|
|||||||
|
|
||||||
connection->requested_security_level = requested_level;
|
connection->requested_security_level = requested_level;
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
// sending encryption request without a link key results in an error.
|
||||||
|
// TODO: figure out how to use it properly
|
||||||
|
|
||||||
// would enabling ecnryption suffice (>= LEVEL_2)?
|
// would enabling ecnryption suffice (>= LEVEL_2)?
|
||||||
if (hci_stack->remote_device_db){
|
if (hci_stack->remote_device_db){
|
||||||
link_key_type_t link_key_type;
|
link_key_type_t link_key_type;
|
||||||
@ -2502,6 +2506,7 @@ void gap_request_security_level(hci_con_handle_t con_handle, gap_security_level_
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// try to authenticate connection
|
// try to authenticate connection
|
||||||
connection->bonding_flags |= BONDING_SEND_AUTHENTICATE_REQUEST;
|
connection->bonding_flags |= BONDING_SEND_AUTHENTICATE_REQUEST;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user