mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
hci: fix bad assignment
This commit is contained in:
parent
699292e66e
commit
9ece71c2c4
@ -2462,7 +2462,7 @@ static void event_handler(uint8_t *packet, int size){
|
||||
bool connected_uses_aes_ccm = encryption_enabled == 2;
|
||||
if (sc_used_during_pairing && !connected_uses_aes_ccm){
|
||||
log_info("SC during pairing, but only E0 now -> abort");
|
||||
conn->state = conn->bonding_flags |= BONDING_DISCONNECT_SECURITY_BLOCK;
|
||||
conn->bonding_flags |= BONDING_DISCONNECT_SECURITY_BLOCK;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user