I am using the CC2450-DK and am trying to write an application that will send continuous advertising packets (as quickly as possible) with random payloads (and with random lengths). I want to observe the timing since the BLE spec says that consecutive advertising event timing is partially dictated by a psuedo-random variable, advDelay.
I'm reading the BLE software guide and the BLE sample applications guide and want to edit one of the examples to suit my purpose in IAR. I was hoping to find something that would make this straightforward, but am not getting a clear picture of how to do this. Are there other resources that could help? Is the software guide and sample applications guide the way to go? Is there a better way or is this the right course?
Thanks,