Home | History | Annotate | Download | only in src

Lines Matching refs:store_length

636     if (ps_iso_15693_con->store_length)
642 if (ps_iso_15693_con->store_length
650 ps_iso_15693_con->store_length);
653 ps_iso_15693_con->store_length);
655 remaining_data_size = ps_iso_15693_con->store_length;
657 ps_iso_15693_con->store_length = 0;
662 remaining_data_size = (uint16_t)(ps_iso_15693_con->store_length -
675 (ps_iso_15693_con->store_length - remaining_data_size));
680 ps_iso_15693_con->store_length = (uint8_t)
681 (ps_iso_15693_con->store_length - remaining_data_size);
683 } /* if (ps_iso_15693_con->store_length) */
728 ps_iso_15693_con->store_length = (uint8_t)
754 } /* else part of if (ps_iso_15693_con->store_length) */
1417 psNdefMap->ISO15693Container.store_length = 0;
1604 if (ps_iso_15693_con->store_length > 0)