Hi,
My goal is : change advertising data for each advertising.
So I change manufactor data to increase 1.
For example, advertising once every 6 seconds. it will be:
second 0, payload 0x01
sencond 6, advertising with payload 0x02.
second N*6, advertising with payload 0xN(N by hex and uint32_t)
Below is my change:
But when I test it, I am not sure it work properly or not. It does change but not evey time advertising in my Android Phone.
I am not sure it is my coding issue or mabe my andoid app tool issue.
So i just post my code here to be confirmed.
Thanks.