[
https://issues.apache.org/jira/browse/MYNEWT-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654903#comment-15654903
]
ASF subversion and git services commented on MYNEWT-397:
--------------------------------------------------------
Commit 1e5239485af3c056b9a053b60b778a30b2635e44 in incubator-mynewt-core's
branch refs/heads/develop from [~wes3]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=1e52394
]
MYNEWT-397: Nimble controller assert if advertising started/stopped frequently
There was an assert in the advertising code in the nimble controller that
would assert if the advertising state machine was not enabled and an
advertising event finished. The code contained a race condition where
it was possible that the advertising state machine was stopped but
an advertising end event was processed by the Link Layer. The code will
now ignore advertising packets that are processed after advertising has
been stopped as these events are asynchronous to the controller.
> Assert in ble_ll_adv.c caused by starting/stopping advertising frequently.
> --------------------------------------------------------------------------
>
> Key: MYNEWT-397
> URL: https://issues.apache.org/jira/browse/MYNEWT-397
> Project: Mynewt
> Issue Type: Bug
> Components: Nimble
> Affects Versions: v0_9_0
> Reporter: William San Filippo
> Assignee: William San Filippo
> Fix For: v1_0_0_beta1
>
>
> The nimble controller will crash intermittently if advertising is
> started/stopped frequently.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)