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/04/16 08:43:59 UTC

[GitHub] andrzej-kaczmarek commented on issue #44: Extended Advertisement Issues

andrzej-kaczmarek commented on issue #44: Extended Advertisement Issues
URL: https://github.com/apache/mynewt-nimble/issues/44#issuecomment-381524839
 
 
   The issue in controller triggered by this app is due to broken handling of `Duration` parameter in `LE Set Extended Advertising Enable`. Basically we allow aux to finish past the duration limit, which we should not do. If this aux started before time limit, we will (incorrectly) try to reschedule advertising event with invalid anchor which ultimately leads to an assert. I'll prepare fix.
   
   Btw, the application divides `duration` by 10 two times: when sending an event to adv task and then again when enabling advertising set. This means actual duration passed to controller is 10 times less that expected.

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