Searched refs:p_iso_ntf_buff (Results 1 – 1 of 1) sorted by relevance
45 static uint8_t *p_iso_ntf_buff = NULL; /* buffer to store second notification */ variable378 p_iso_ntf_buff = NULL; in phNxpNciHal_NfcDep_store_ntf()380 p_iso_ntf_buff = malloc(sizeof (uint8_t) * cmd_len); in phNxpNciHal_NfcDep_store_ntf()381 if (p_iso_ntf_buff == NULL) in phNxpNciHal_NfcDep_store_ntf()386 memcpy(p_iso_ntf_buff, p_cmd_data, cmd_len); in phNxpNciHal_NfcDep_store_ntf()406 ret_val = memcmp(p_cmd_data,p_iso_ntf_buff, cmd_len); in phNxpNciHal_NfcDep_comapre_ntf()418 if (p_iso_ntf_buff != NULL) in phNxpNciHal_NfcDep_comapre_ntf()420 free(p_iso_ntf_buff); in phNxpNciHal_NfcDep_comapre_ntf()421 p_iso_ntf_buff = NULL; in phNxpNciHal_NfcDep_comapre_ntf()