You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/10/13 10:22:18 UTC

[GitHub] sjanc commented on a change in pull request #606: nimble/controller: Multiple fixes out of IOP testing

sjanc commented on a change in pull request #606: nimble/controller: Multiple fixes out of IOP testing
URL: https://github.com/apache/mynewt-core/pull/606#discussion_r144517397
 
 

 ##########
 File path: net/nimble/controller/src/ble_ll_scan.c
 ##########
 @@ -1677,7 +1682,11 @@ ble_ll_scan_get_aux_data(struct ble_ll_scan_sm *scansm,
         (*aux_data)->chan = tmp_aux_data.chan;
         (*aux_data)->offset = tmp_aux_data.offset;
         (*aux_data)->mode = tmp_aux_data.mode;
-
+        if (has_addr) {
 
 Review comment:
   this is allowed only on 1M and RFU on other PHYs
   
   and we should probably handle TargetA in same way
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services