You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/06/30 08:47:56 UTC

[GitHub] rymanluk opened a new pull request #365: nimble/controller: Remove restriction whcih does not work in this case

rymanluk opened a new pull request #365: nimble/controller: Remove restriction whcih does not work in this case
URL: https://github.com/apache/mynewt-core/pull/365
 
 
   When BLE_EXT_ADV is set to 0 then we got:
   
   Error: Syscfg restriction violations detected:
       BLE_LL_CFG_FEAT_LL_EXT_ADV=MYNEWT_VAL_BLE_EXT_ADV requires
   BLE_EXT_ADV be set, but BLE_EXT_ADV=0
   
   Setting history (newest -> oldest):
       BLE_EXT_ADV: [net/nimble:0]
       BLE_LL_CFG_FEAT_LL_EXT_ADV:
   [net/nimble/controller:MYNEWT_VAL_BLE_EXT_ADV]
   
   This is because BLE_LL_CFG_FEAT_LL_EXT_ADV value is other flag which is
   not resolved yet.
   
   This patch remove restrictions. It should still work fine until user use
   BLE_EXT_ADV to configure extended advertising - will put it in
   documentation
 
----------------------------------------------------------------
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