Hi,
I sent the notification to the central in characteristic 4(using SimpleProfile_SetParameter) from the SimplePeripheral_performPeriodicTask function (i.e) from periodic timer function... It is working
then I sent the notification to the central in characteristic 4(using SimpleProfile_SetParameter) from the new thread created (using Task_construct fn). Now when i try to Send notification to central by using same API but it is not sending . It is stucking at SimpleProfile_SetParameter -> GATTServApp_ProcessCharCfg-> gattServApp_SendNotiInd -> GATT_Notification(stucking here) ....
Can you please give a solution ??