Question About Generation Static Address
I want to use Static Address, but when I set the
user_undirected_advertise_conf.address_src = GAPM_GEN_STATIC_RND_ADDR
each time the advertise command is sent, the address will be changed, which is not my intention. I want it to be like the bluetooth specification : only change the static random address in each power cycle.
So I need to first to generate random address usingGAPM_GEN_RAND_ADDR_CMD
So the first question: