Hi
I'm trying to send a broadcast message to all devices in my network. Reading another threads I've found that to send a broadcast message, I must use:
SMPL_SendOpt(SMPL_LINKID_USER_UUD, g_msg_rafaga, MAX_APP_PAYLOAD, SMPL_TXOPTION_ACKREQ);
My question is, that to verify that this message is sent, I've used Packet Sniffer, and I haven't received any broadcast message, although I can see broadcasts messages when one ED tryes connecting to my AP.
Another problem is that I haven't received the broadcast message in my devices. So, what's the problem?
I must use SMPL_Receive(SMPL_LINKID_USER_UUD, msg, &len) to receive the message? I can't use instead SMPL_Receive(sLinkID1, msg, &len)???
If this last issue is true, what I must to receive messages from the AP, and broadcast messages?
Thanks you in advance. All suggestions will be welcome.
Regards