Part Number: CC1352P
Hi,
For my application, I have multiple devices broadcasting data via extended advertising to all other nodes in range. Every device also needs to listen for any incoming messages and basically scans indefinitely. Now I'm wondering whether it is ok to enable both advertising and scanning at the same time with the BLE5 stack implementation from TI.
Do I need to ensure that I disable scanning while advertising (or vice versa) or does the GAP module take care of that? So far I've had no errors returned from the API by doing that, but it might also assume this is what the user wants. If yes, does the stack automatically continues scanning when I advertised my data? I'm asking because I'm having trouble with the duplex communication between the devices, but I might open an extra thread for this.
Thanks in advance.
Sincerely,
Alex