Searched refs:p_iso_ntf_buff (Results 1 – 1 of 1) sorted by relevance
49 static uint8_t* p_iso_ntf_buff = NULL; /* buffer to store second notification */ variable342 p_iso_ntf_buff = NULL; in phNxpNciHal_NfcDep_store_ntf()344 p_iso_ntf_buff = malloc(sizeof(uint8_t) * cmd_len); in phNxpNciHal_NfcDep_store_ntf()345 if (p_iso_ntf_buff == NULL) { in phNxpNciHal_NfcDep_store_ntf()349 memcpy(p_iso_ntf_buff, p_cmd_data, cmd_len); in phNxpNciHal_NfcDep_store_ntf()368 ret_val = memcmp(p_cmd_data, p_iso_ntf_buff, cmd_len); in phNxpNciHal_NfcDep_comapre_ntf()378 if (p_iso_ntf_buff != NULL) { in phNxpNciHal_NfcDep_comapre_ntf()379 free(p_iso_ntf_buff); in phNxpNciHal_NfcDep_comapre_ntf()380 p_iso_ntf_buff = NULL; in phNxpNciHal_NfcDep_comapre_ntf()