andrzej-kaczmarek commented on a change in pull request #640: Few LL and
btshell fixes
URL: https://github.com/apache/mynewt-nimble/pull/640#discussion_r343328367
##########
File path: nimble/controller/src/ble_ll_scan.c
##########
@@ -2367,12 +2399,15 @@ ble_ll_scan_rx_isr_end(struct os_mbuf *rxpdu, uint8_t
crcok)
ble_hdr->rxinfo.flags |= BLE_MBUF_HDR_F_INITA_RESOLVED;
}
}
+
+ ble_hdr->rxinfo.rpa_index = index;
#else
if (chk_send_req && inita && ble_ll_is_rpa(inita, inita_type)) {
goto scan_rx_isr_exit;
}
#endif
- scansm->scan_rpa_index = index;
+
+
Review comment:
triple empty line seems like an overkill ;)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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