rymanluk commented on a change in pull request #786: nimble/ll: Fixes for
couple of issues found in UPF59
URL: https://github.com/apache/mynewt-core/pull/786#discussion_r165992229
##########
File path: net/nimble/controller/src/ble_ll_ctrl.c
##########
@@ -1473,6 +1473,9 @@ ble_ll_ctrl_rx_reject_ind(struct ble_ll_conn_sm *connsm,
uint8_t *dptr,
ble_ll_ctrl_proc_stop(connsm, BLE_LL_CTRL_PROC_PHY_UPDATE);
break;
#endif
+ case BLE_LL_CTRL_PROC_DATA_LEN_UPD:
+ ble_ll_ctrl_proc_stop(connsm, BLE_LL_CTRL_PROC_DATA_LEN_UPD);
Review comment:
agree
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services