In the demo code, Sample_AcquireChannels, you have the ability to either transmit as a master or receive as a slave by toggling the Tx/Rx button.
How would I use the app as a bidirectional slave, and have it respond, (transmit), back to a found master?
In the OnReceiveMessage, parsing the payload from BROADCAST_DATA message type shows the received message from the master.
What method do I need to call to initiate a responding transmit back to the master?
Is it BroadcastDataMessageFromHost?
Thanks.