You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds 2 new APIs that can be implemented by packages: provide public
or static device address. This allows for better support of provisioning
of Bluetooth devices address on different devices.
The nrf5x driver can act as a provider of both public and static address
which is configurable by syscfg settings. By default provider for a
static address is enabled since all nRF5x have factory programmed random
address in FICR registers. The provider for a public address can be
optionally enabled since the same registers can be also be factory
programmed with a public address (on request).
0 commit comments