mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
sm: release setup context after sending LTK negative reply
This commit is contained in:
parent
cfd5ff7427
commit
7dbe5dcf89
@ -2034,6 +2034,7 @@ static void sm_run(void){
|
||||
case SM_RESPONDER_PH0_SEND_LTK_REQUESTED_NEGATIVE_REPLY:
|
||||
connection->sm_engine_state = SM_RESPONDER_IDLE;
|
||||
hci_send_cmd(&hci_le_long_term_key_negative_reply, connection->sm_handle);
|
||||
sm_done_for_handle(connection->sm_handle);
|
||||
return;
|
||||
|
||||
#ifdef ENABLE_LE_SECURE_CONNECTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user