Hi,
I'm developing a simple application based on simpleBLEPeripheral to use peripheral/broadcaster multiple roles..
I excluded peripheral.c and peripheral.h from build, and included peripheralBroadcaster.c and peripheralBroadcaster.h. (as mentioned in the software developer's guide)
And furthermore, I defined PLUS_BROADCASTER in the processor symbols.
Finally, I changed gapRole_profileRole value in the peripheralBroadcaster.c as below.
gapRole_profileRole = (GAP_PROFILE_PERIPHERAL);
I used a SmartRF EB to establish connection and scanned by using BTool to receive advertising data during connection.
But, as a result, I cannot receive any advertising data.
Do I have something wrong?