Bluetooth: controller: Merge 2 lines
Merge 2 lines that fit on one line Signed-off-by: Dag Bjarvin <Dag.Bjarvin@nordicsemi.no>
This commit is contained in:
parent
d09009d7c5
commit
1a43a798e7
1 changed files with 1 additions and 2 deletions
|
@ -4583,8 +4583,7 @@ static inline int length_req_rsp_recv(struct ll_conn *conn, memq_link_t *link,
|
|||
conn->llcp_length.tx_time = eff_tx_time;
|
||||
#endif /* CONFIG_BT_CTLR_PHY */
|
||||
|
||||
conn->llcp_length.ack = (conn->llcp_length.req -
|
||||
1);
|
||||
conn->llcp_length.ack = conn->llcp_length.req - 1;
|
||||
|
||||
if (tx) {
|
||||
conn->llcp_length.state =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue