Searched refs:service_code (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 219 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 …]
|
D | rw_t3t.c | 982 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/ |
D | nfa_rw_api.h | 42 UINT16 service_code; /* Service code for the block */ member
|
/external/libnfc-nci/src/nfc/include/ |
D | tags_defs.h | 235 …UINT16 service_code; /* Block service code. Set to T3T_SERVICE_CODE_NDEF (0x000B) for NDEF data… member
|