1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-02-23 18:39:52 +00:00

fix build

This commit is contained in:
Matthias Ringwald 2021-07-19 17:03:41 +02:00
parent aa2fe98645
commit f3aafff11f

@ -2943,7 +2943,7 @@ static void event_handler(uint8_t *packet, uint16_t size){
// treat successfully paired connection as authenticated
if (hci_event_simple_pairing_complete_get_status(packet) == ERROR_CODE_SUCCESS){
conn->authentication_flags |= conn->authentication_flags |= AUTH_FLAG_CONNECTION_AUTHENTICATED;
conn->authentication_flags |= AUTH_FLAG_CONNECTION_AUTHENTICATED;
}
hci_pairing_complete(conn, hci_event_simple_pairing_complete_get_status(packet));