sam_seos: rename sam_set_card_detected

This commit is contained in:
Jakub Kramarz 2025-01-26 14:30:45 +01:00
commit f3b831ca3e

View file

@ -49,7 +49,7 @@
* @param card_select Pointer to the descriptor of the detected card. * @param card_select Pointer to the descriptor of the detected card.
* @return Status code indicating success or failure of the operation. * @return Status code indicating success or failure of the operation.
*/ */
static int sam_set_card_detected(iso14a_card_select_t *card_select) { static int sam_set_card_detected_seos(iso14a_card_select_t *card_select) {
int res = PM3_SUCCESS; int res = PM3_SUCCESS;
if (g_dbglevel >= DBG_DEBUG) if (g_dbglevel >= DBG_DEBUG)
DbpString("start sam_set_card_detected"); DbpString("start sam_set_card_detected");
@ -296,7 +296,7 @@ int sam_seos_get_pacs(PacketCommandNG *c) {
switch_clock_to_ticks(); switch_clock_to_ticks();
// step 3: SamCommand CardDetected // step 3: SamCommand CardDetected
sam_set_card_detected(&card_a_info); sam_set_card_detected_seos(&card_a_info);
} }
// step 3: SamCommand RequestPACS, relay NFC communication // step 3: SamCommand RequestPACS, relay NFC communication