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 2019/01/14 22:44:31 UTC

[GitHub] andrzej-kaczmarek opened a new pull request #291: nimble/ll: Add API to set controller public address

andrzej-kaczmarek opened a new pull request #291: nimble/ll: Add API to set controller public address
URL: https://github.com/apache/mynewt-nimble/pull/291
 
 
   ble_ll_set_public_addr() can be used to set controller public address.
   This API can be called in e.g. hal_bsp_init() to set public address
   loaded from some vendor specific location. Address set in this way will
   take precedence over address configured in syscfg or stored in HW.
   
   NOTE: This is *NOT* intended to be used to modify public address on
   already running device. Using it for such purpose may yield unknown
   results.

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