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 */ variable381 p_iso_ntf_buff = NULL; in phNxpNciHal_NfcDep_store_ntf()383 p_iso_ntf_buff = malloc(sizeof (uint8_t) * cmd_len); in phNxpNciHal_NfcDep_store_ntf()384 if (p_iso_ntf_buff == NULL) in phNxpNciHal_NfcDep_store_ntf()389 memcpy(p_iso_ntf_buff, p_cmd_data, cmd_len); in phNxpNciHal_NfcDep_store_ntf()409 ret_val = memcmp(p_cmd_data,p_iso_ntf_buff, cmd_len); in phNxpNciHal_NfcDep_comapre_ntf()421 if (p_iso_ntf_buff != NULL) in phNxpNciHal_NfcDep_comapre_ntf()423 free(p_iso_ntf_buff); in phNxpNciHal_NfcDep_comapre_ntf()424 p_iso_ntf_buff = NULL; in phNxpNciHal_NfcDep_comapre_ntf()