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/11/02 19:51:51 UTC

[GitHub] ccollins476ad opened a new pull request #236: nimble/host: Allow auto-start to be disabled

ccollins476ad opened a new pull request #236: nimble/host: Allow auto-start to be disabled
URL: https://github.com/apache/mynewt-nimble/pull/236
 
 
   #### Before PR: 
   The host always starts during system initialization.
   
   #### After PR:
   A Mynewt syscfg setting (`BLE_HS_AUTO_START`) was added. When this setting is disabled, the host does not start automatically. Instead, the application starts the host using the new
   `ble_hs_sched_start()` function.
   
   `BLE_HS_AUTO_START` is enabled by default.

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