The BTLE specification does allow user/custom data to be added to the advertising packets. Which field in the advertising data structure is the right place for adding such data? I'd like to avoid hacks, so prefer to do it only where appropriate.
The BTLE specification does allow user/custom data to be added to the advertising packets. Which field in the advertising data structure is the right place for adding such data? I'd like to avoid hacks, so prefer to do it only where appropriate.
Hi Torbjørn,
Thanks for the hint.
I used the "NRF_FICR->DEVICEADDR[0]" and "NRF_FICR->DEVICEADDR[1]" lines of code in order to retrieve the Device address and then I send it as part of the manufacturerSpecificData together with the company ID. (in the advdata_update routine of the ble_app_temp project)
Thank you,
Cordially,
Maximilian Müller
I am glad I could be of assistance ;)
I am glad I could be of assistance ;)