Tool/software: Code Composer Studio
Hi,
I have managed to build the simple_peripheral example on CCS. I built the stack then the app. Are there any additional steps I need to take to get the board to begin advertising? Looking through the code,
// For all hardware platforms, device starts advertising upon initialization
uint8_t initialAdvertEnable = TRUE;
// By setting this to zero, the device will go into the waiting state after
// being discoverable for 30.72 second, and will not being advertising again
// until the enabler is set back to TRUE
uint16_t advertOffTime = 0;
it looks like the device should be advertising upon being built? When I pull up my bluetooth page on my master device, I am unable to find the board. Please let me know where I went wrong with this example.