hci: fix reject of LE remote connection param request via HCI

This commit is contained in:
Matthias Ringwald 2020-10-21 15:28:41 +02:00
parent 5b81740276
commit c3898ca4c0
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- SM: store CTKD key with Public Identity Address
- SM: only allow CTKD to overwrite existing link key if derived key has same or higher authentication
- HFP HF: fix response to AG Codec Selection while waiting for OK of parallel command
- HCI: fix reject of LE remote connection param request via HCI
### Added
- GAP: add `gap_get_link_key_for_bd_addr`

View File

@ -2778,7 +2778,7 @@ static void event_handler(uint8_t *packet, uint16_t size){
conn->le_conn_latency = le_conn_latency;
conn->le_supervision_timeout = le_supervision_timeout;
} else {
conn->le_con_parameter_update_state = CON_PARAMETER_UPDATE_DENY;
conn->le_con_parameter_update_state = CON_PARAMETER_UPDATE_NEGATIVE_REPLY;
}
}
break;