mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 15:39:59 +00:00
sm: track sc flag
This commit is contained in:
parent
f1dfbe18c8
commit
3224a7f690
@ -3144,6 +3144,7 @@ static void sm_event_packet_handler (uint8_t packet_type, uint16_t channel, uint
|
||||
}
|
||||
|
||||
if (!sm_conn->sm_connection_encrypted) break;
|
||||
sm_conn->sm_connection_sc = setup->sm_use_secure_connections;
|
||||
|
||||
// continue pairing
|
||||
switch (sm_conn->sm_engine_state){
|
||||
|
Loading…
x
Reference in New Issue
Block a user