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
For a small example of how to include manufacturer specific data in the advertise packet please have a look at the attached example. It is based on the HRS example in the SDK, the only change is to the advertise packet.
Regards Torbjørn
Hi
For a small example of how to include manufacturer specific data in the advertise packet please have a look at the attached example. It is based on the HRS example in the SDK, the only change is to the advertise packet.
Regards Torbjørn
hi Torbjørn,
unfortunately the attachment isn't available any more. Could you please upload it again? Thanks in advance! :)
thx :) it works now!