This is an automated email from the ASF dual-hosted git repository.

rymek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 8469d0bf1e29ac0627f729a77cdb3b55da20c766
Author: Ɓukasz Rymanowski <lukasz.rymanow...@codecoup.pl>
AuthorDate: Thu Jan 10 13:12:44 2019 +0100

    nimble/ll: Remove some trash comment
---
 nimble/controller/src/ble_ll_scan.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nimble/controller/src/ble_ll_scan.c 
b/nimble/controller/src/ble_ll_scan.c
index 7c08227..3056f5a 100644
--- a/nimble/controller/src/ble_ll_scan.c
+++ b/nimble/controller/src/ble_ll_scan.c
@@ -1859,7 +1859,6 @@ ble_ll_scan_get_aux_data(struct ble_mbuf_hdr *ble_hdr, 
uint8_t *rxbuf)
     ext_hdr = &rxbuf[4];
 
     i = 0;
-    /* Just all until AUX PTR it for now*/
     if (ext_hdr_flags & (1 << BLE_LL_EXT_ADV_ADVA_BIT)) {
         memcpy(tmp_aux_data.addr, ext_hdr + i, 6);
         tmp_aux_data.addr_type =

Reply via email to