You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/19 13:25:10 UTC

[GitHub] rymanluk opened a new pull request #8: [RFC] nimble/mesh: Add possibility to use extended advertising

rymanluk opened a new pull request #8: [RFC] nimble/mesh: Add possibility to use extended advertising
URL: https://github.com/apache/mynewt-nimble/pull/8
 
 
   With this patch Mesh can make use of multi instances which came with
   advertising extension. It creates one advertising instance for
   PB-ADV and one for PB-GATT and PROXY.
   
   That said, it is possible to create additional instances which are
   used for non mesh purpose. Note that this brings limitation on Mesh
   Friendship due to timings.
   
   To make use of it application needs to set BLE_EXT_ADV and
   BLE_MULTI_ADV_INSTANCES at least to 1. Mesh will use last available
   advertising instance for PB-ADV and second to last for PB-GATT and
   PROXY

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