You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2019/01/08 13:11:23 UTC

[mynewt-nimble] 01/06: nimble/ll: Remove reduntant comment

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 0c37b30ac217ed41a657baf2e60b121197a5aae8
Author: Łukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Thu Jan 3 11:55:53 2019 +0100

    nimble/ll: Remove reduntant comment
    
    This should go away already with following patch:
    
    commit 21f7dc82be5ff535708fcce70acd33ee6a5b2bed
    Author: Łukasz Rymanowski <lu...@codecoup.pl>
    Date:   Tue Oct 9 13:36:21 2018 +0200
    
        nimble/ll: Fix InitA address type in the advertising report
---
 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 8749304..0a16060 100644
--- a/nimble/controller/src/ble_ll_scan.c
+++ b/nimble/controller/src/ble_ll_scan.c
@@ -751,7 +751,6 @@ ble_ll_hci_send_legacy_ext_adv_report(uint8_t evtype,
     evt->event_len = sizeof(*evt);
 
     if (inita) {
-        /* TODO Really ?? */
         evt->dir_addr_type = inita_type;
         memcpy(evt->dir_addr, inita, BLE_DEV_ADDR_LEN);
         evt->event_len += BLE_DEV_ADDR_LEN  + 1;