[
https://issues.apache.org/jira/browse/MYNEWT-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vipul Rahane closed MYNEWT-713.
-------------------------------
Resolution: Fixed
> Sysinit: nimble controller crashes because of uninitialized callback function
> -----------------------------------------------------------------------------
>
> Key: MYNEWT-713
> URL: https://issues.apache.org/jira/browse/MYNEWT-713
> Project: Mynewt
> Issue Type: Bug
> Reporter: Vipul Rahane
> Assignee: Vipul Rahane
> Fix For: v1_1_0_rel
>
>
> Since the init priority for the host and controller was the same, sometimes
> ble_hs_init() was getting called before ble_ll_init(). This crashes the
> nimble controller because of uninitialized callback.
> Solution: Change the priority to be 250 so that it always gets called after
> the host is initialized.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)