You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/12/11 09:59:02 UTC

[GitHub] sjanc commented on a change in pull request #262: nimble/ll: Do not send SCAN REQ to already scanned ext advertising

sjanc commented on a change in pull request #262: nimble/ll: Do not send SCAN REQ to already scanned ext advertising
URL: https://github.com/apache/mynewt-nimble/pull/262#discussion_r240541316
 
 

 ##########
 File path: nimble/controller/src/ble_ll_scan.c
 ##########
 @@ -2103,6 +2121,20 @@ ble_ll_scan_get_addr_from_ext_adv(uint8_t *rxbuf, struct ble_mbuf_hdr *ble_hdr,
 
     return 0;
 }
+
+static int
+ble_ll_scan_get_adi(struct ble_ll_aux_data *aux_data)
 
 Review comment:
   I'd make adi optional output parameter instead of combining it in return code

----------------------------------------------------------------
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