Bluetooth: controller: Fix conn param req procedure timeout
Fixed a bug in the implementation of Connection Parameter Request Procedure when initiated in master role caused the connection to terminate with reason LL response timeout. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
d0e9d7c102
commit
20c4db8197
1 changed files with 3 additions and 0 deletions
|
@ -2760,6 +2760,9 @@ isr_rx_conn_pkt_ctrl(struct radio_pdu_node_rx *radio_pdu_node_rx,
|
|||
break;
|
||||
}
|
||||
|
||||
/* Stop procedure timeout */
|
||||
_radio.conn_curr->procedure_expire = 0;
|
||||
|
||||
/* save parameters to be used to select offset
|
||||
*/
|
||||
conn->llcp_conn_param.interval = cpr->interval_min;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue