Part Number:CC2650
I'm trying to find out if there is a way to trigger BLE advertisements manually, instead of this being handled periodically by the BLE-stack? For instance having an interrupt routine that, when run, triggers a single advertisement to be sent?
I've been having a quick look through the BLE sdk code, but haven't been able to pinpoint where the advertisements are actually being scheduled - but I have a suspicion that this is happening in parts of the stack where the source is not available?
Any pointers or ideas (or just a confirmation if this not possible) are highly appreciated - thanks in advance!