This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BLE Multiple Packet Advertisement

Other Parts Discussed in Thread: CC2541

Hi,

I want to get CC2541 SoC advertising different advertisement packets periodically. For example I want it to advertise ten packet of A and then one packet of B, and repeat this process indefinitely. I know I can switch advertisement packets by updating advertisement data, but there is a problem with this method. I couldn't find any solution to send a definite number of a packet. Because there isn't an indicator that a packet is advertised for X(any number) times. Also I couldn't find a callback prototype to count advertisement events. So how can i determine the time for updating advertisement data?

So I'm stuck with this problem and your answers will be very helpful. Thanks.