Set Bluetooth MAC address
-
Is their anyway to set the MAC address of the Bluetooth radio? I note that the documentation mentions, but I can not see if these are configurable.
Bluetooth.PUBLIC_ADDR
Bluetooth.RANDOM_ADDR
Bluetooth.PUBLIC_RPA_ADDR
Bluetooth.RANDOM_RPA_ADDR
-
Those are constants used to determine the addr_type returned by bluetooth.get_adv()
There is currently no method to change the public Bluetooth MAC address. I'll add that as a feature request.