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 2022/06/24 10:44:16 UTC

[GitHub] [mynewt-nimble] t3zeng opened a new issue, #1289: g_ble_ll_conn_params.central_chan_map needs to be removed from apache-mynewt-nimble/nimble/controller/src/ble_ll_adv.c:1380

t3zeng opened a new issue, #1289:
URL: https://github.com/apache/mynewt-nimble/issues/1289

   
   The central_chan_map seems to have been removed from `struct ble_ll_conn_global_params` so it should no longer be referenced
   ```
   Error: repos/apache-mynewt-nimble/nimble/controller/src/ble_ll_adv.c: In function 'ble_ll_adv_aux_calculate':
   repos/apache-mynewt-nimble/nimble/controller/src/ble_ll_adv.c:1380:67: error: 'struct ble_ll_conn_global_params' has no member named 'central_chan_map'
    1380 |                                               g_ble_ll_conn_params.central_chan_map);
         |                                                                   ^
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] andrzej-kaczmarek closed issue #1289: g_ble_ll_conn_params.central_chan_map needs to be removed from apache-mynewt-nimble/nimble/controller/src/ble_ll_adv.c:1380

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek closed issue #1289: g_ble_ll_conn_params.central_chan_map needs to be removed from apache-mynewt-nimble/nimble/controller/src/ble_ll_adv.c:1380
URL: https://github.com/apache/mynewt-nimble/issues/1289


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #1289: g_ble_ll_conn_params.central_chan_map needs to be removed from apache-mynewt-nimble/nimble/controller/src/ble_ll_adv.c:1380

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek commented on issue #1289:
URL: https://github.com/apache/mynewt-nimble/issues/1289#issuecomment-1165454881

   https://github.com/apache/mynewt-nimble/pull/1290


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org