Hello Estephania
Thank you! Yes, I use the wireless uart example and modified based on it , with the IOT Toolbox ,two connections is okay, but sometimes second connection status is always in Service Discovery (mAppServiceDisc_c), what can I do to make it in mAppRunning_c ?
=================================
typedef enum appState_tag
{
mAppIdle_c,
mAppExchangeMtu_c,
mAppServiceDisc_c,
mAppRunning_c
} appState_t;
Best regards,
Kevin lang