Hi I'm modifing the scanRspData by updating ownAddress in the Manufaturer Specific Payload.
I am modifing the SensorTag example
The problem is that I get a all 00 own address in the very first advertise.
I try the update the scanRspData in several places:
-at the end of the SensorTag_init().
-at SensorTag_processStateChangeEvt() in the case GAPROLE_STARTED and in the case GAPROLE_ADVERTISING
-at the end of sensorTag_updateAdvertisingData()
but I allways get 00's for the first time, then I get the correct bdAddress
Can you help me with this?
Thanks
joseleno