mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
hci: fix LE-only build
This commit is contained in:
parent
6ffe3f3eb1
commit
a5a5d24ebb
@ -2317,7 +2317,6 @@ static void event_handler(uint8_t *packet, int size){
|
||||
if (hci_is_le_connection(conn)){
|
||||
// For LE, we accept connection as encrypted
|
||||
conn->authentication_flags |= CONNECTION_ENCRYPTED;
|
||||
hci_emit_security_level(handle, gap_security_level_for_connection(conn));
|
||||
}
|
||||
#ifdef ENABLE_CLASSIC
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user