Searched refs:a_body (Results 1 – 2 of 2) sorted by relevance
407 void PackIntoHslCmdResp(EN_RESPONSE_ID a_respId, const void* a_body) in PackIntoHslCmdResp() argument419 … MS_U32 strLength = strlen((const char*)a_body) + 1; /* +1 for the null char as this is a string */ in PackIntoHslCmdResp()427 strncpy(container.U_Resp.atResponse, (char*) a_body,strLength); in PackIntoHslCmdResp()435 const AtCmdEcho* cmdEchoPtr = (const AtCmdEcho*) a_body; in PackIntoHslCmdResp()
257 void PackIntoHslCmdResp(EN_RESPONSE_ID a_respId, const void* a_body);