Home
last modified time | relevance | path

Searched refs:service_code (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c219 UINT16 block_number, service_code, checksum, checksum_rx; in ce_t3t_handle_update_cmd() local
247 service_code = p_cb->cur_cmd.service_code_list[bl0 & T3T_MSG_SERVICE_LIST_MASK]; in ce_t3t_handle_update_cmd()
250 if (service_code == T3T_MSG_NDEF_SC_RO) in ce_t3t_handle_update_cmd()
259 if (service_code == T3T_MSG_NDEF_SC_RW) in ce_t3t_handle_update_cmd()
275 CE_TRACE_DEBUG2 ("CE: Update sc 0x%04x block %i.", service_code, block_number); in ce_t3t_handle_update_cmd()
320 CE_TRACE_DEBUG2 ("CE: Udpate sc 0x%04x block %i.", service_code, block_number); in ce_t3t_handle_update_cmd()
343 CE_TRACE_ERROR1 ("CE: Requested invalid service code: 0x%04x.", service_code); in ce_t3t_handle_update_cmd()
407 UINT16 block_number, service_code, checksum; in ce_t3t_handle_check_cmd() local
442 service_code = p_cb->cur_cmd.service_code_list[bl0 & T3T_MSG_SERVICE_LIST_MASK]; in ce_t3t_handle_check_cmd()
445 if ((service_code == T3T_MSG_NDEF_SC_RO) || (service_code == T3T_MSG_NDEF_SC_RW)) in ce_t3t_handle_check_cmd()
[all …]
Drw_t3t.c982 cur_service_code = p_t3t_blocks[i].service_code; in rw_t3t_message_set_block_list()
1011 cur_service_code = p_t3t_blocks[i].service_code; in rw_t3t_message_set_block_list()
/external/libnfc-nci/src/nfa/include/
Dnfa_rw_api.h42 UINT16 service_code; /* Service code for the block */ member
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h235 …UINT16 service_code; /* Block service code. Set to T3T_SERVICE_CODE_NDEF (0x000B) for NDEF data… member