Question
Setting MAC address on SPBTLE-RF using hci_le_set_random_address does nothing
I'm trying to set the application specific 'random' MAC address on the SPBTLE-RF using hci_le_set_random_address() but I always end up with an address of all FF's.
If however I use aci_hal_write_config_data() it works as expected (I get an address starting 0xc0....)
Should I be using both methods?
