2021-06-07 06:37 AM
Using example HeartRateRTOS.
I see that device name is passed to 2 places. One doesn't cause it to change, the other does.
aci_gap_update_adv_data
aci_gap_set_discoverable
a. Why the duplication?
b. Shouldn't changing the advertisement data (1.) be enough to change it?
c. Same question for MAC , only aci_hal_write_config_data changes it, while the MAC is still advertised using aci_gap_update_adv_data.