Everybody is good!There is a problem in need of help...
SDK1.00.00.22
In the initialization function GAP_SetParamValue (TGAP_CONN_PAUSE_PERIPHERAL DEFAULT_CONN_PAUSE_PERIPHERAL);This function is called when the ical_api. C file
Find the function after, step by step tracking, find messages function sendWaitMatchCS (ICall_getEntityId (), MSG, matchGapSetParamCS);
Then continue to follow up
ICall_sendServiceMsg (SRC, ICALL_SERVICE_CLASS_BLE,
ICALL_MSG_FORMAT_3RD_CHAR_TASK_ID, MSG);
Continue to find
ICall_send (SRC, dstentity, format, MSG)
In this ICall_send function will perform a few times in a row, the program to run away
To solve?thank you