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 updates all Bluetooth drivers to use a nonresolvable private
address instead of a public address. This means that each time the
Bluetooth chip is reset, we get a new random address (or more often
on a properly implemented stack like btstack). This should help avoid
issues caused by OS Bluetooth stacks caching the device attribute
database which can change when firmware is updated.
Issue: pybricks/support#600
log_debug("advertising parameters, min %d, max %d, type 0x%02x, own addr type 0x%02x, peer addr type 0x%02x, peer addr %02x:%02x:%02x:%02x:%02x:%02x, chan map 0x%02x",
0 commit comments