mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-28 00:35:42 +00:00
trigger hci_run after setting auth req bonding flag
This commit is contained in:
parent
5e799027dd
commit
e80b2cf9cd
@ -1967,6 +1967,7 @@ void gap_request_security_level(hci_con_handle_t con_handle, gap_security_level_
|
|||||||
|
|
||||||
// try to authenticate connection
|
// try to authenticate connection
|
||||||
connection->bonding_flags |= BONDING_SEND_AUTHENTICATE_REQUEST;
|
connection->bonding_flags |= BONDING_SEND_AUTHENTICATE_REQUEST;
|
||||||
|
hci_run();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user