mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-17 07:19:42 +00:00
att_server: workaround for identity already resolved before connection complete
This commit is contained in:
parent
a82b242fa4
commit
b2c1e52c98
@ -192,7 +192,8 @@ static void att_event_packet_handler (uint8_t packet_type, uint16_t channel, uin
|
||||
att_server->connection.encryption_key_size = 0;
|
||||
att_server->connection.authenticated = 0;
|
||||
att_server->connection.authorized = 0;
|
||||
att_server->ir_le_device_db_index = -1;
|
||||
// workaround: identity resolving can already be complete, at least store result
|
||||
att_server->ir_le_device_db_index = sm_le_device_index(con_handle);
|
||||
att_server->pairing_active = 0;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user