How to identify a broadcast/advertising event

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
EyGe_3183606
Level 4
Level 4
25 replies posted 10 sign-ins 10 replies posted

Hi,

We have PSOC 4 (BLE 4.2) and we want to identify when a broadcast/advertising has been transmitted in real time for debug purposes.

Could you please refer me to the relevant event interrupt that occurs when this happens?

Thanks,

David

0 Likes
1 Solution

You can register a BLESS interrupt call back function for receiving an interrupt event at every advertisement event at application level. Please use the API  CyBle_RegisterBlessInterruptCallback() for doing so.

-Gyan

View solution in original post

2 Replies
ShipingW_81
Moderator
Moderator
Moderator
500 replies posted 250 solutions authored 250 replies posted

David,

It looks there is no relevant event that generates at the very time a advertising packet has been transmitted.

Could you tell the purpose of specifying this time point? Maybe we can find out workaround for it.

0 Likes

You can register a BLESS interrupt call back function for receiving an interrupt event at every advertisement event at application level. Please use the API  CyBle_RegisterBlessInterruptCallback() for doing so.

-Gyan