Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dce_t3t.c230 UINT16 block_number, service_code, checksum, checksum_rx; in ce_t3t_handle_update_cmd() local
258 service_code = p_cb->cur_cmd.service_code_list[bl0 & T3T_MSG_SERVICE_LIST_MASK]; in ce_t3t_handle_update_cmd()
261 if (service_code == T3T_MSG_NDEF_SC_RO) in ce_t3t_handle_update_cmd()
270 if (service_code == T3T_MSG_NDEF_SC_RW) in ce_t3t_handle_update_cmd()
286 CE_TRACE_DEBUG2 ("CE: Update sc 0x%04x block %i.", service_code, block_number); in ce_t3t_handle_update_cmd()
331 CE_TRACE_DEBUG2 ("CE: Udpate sc 0x%04x block %i.", service_code, block_number); in ce_t3t_handle_update_cmd()
354 CE_TRACE_ERROR1 ("CE: Requested invalid service code: 0x%04x.", service_code); in ce_t3t_handle_update_cmd()
418 UINT16 block_number, service_code, checksum; in ce_t3t_handle_check_cmd() local
453 service_code = p_cb->cur_cmd.service_code_list[bl0 & T3T_MSG_SERVICE_LIST_MASK]; in ce_t3t_handle_check_cmd()
456 if ((service_code == T3T_MSG_NDEF_SC_RO) || (service_code == T3T_MSG_NDEF_SC_RW)) in ce_t3t_handle_check_cmd()
[all …]
Drw_t3t.c1035 cur_service_code = p_t3t_blocks[i].service_code; in rw_t3t_message_set_block_list()
1064 cur_service_code = p_t3t_blocks[i].service_code; in rw_t3t_message_set_block_list()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/
Dlayer1.py204 def create_case(self, subject, communication_body, service_code=None, argument
292 if service_code is not None:
293 params['serviceCode'] = service_code
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/support/
Dtest_layer1.py52 service_code='amazon-cloudsearch',
/external/libnfc-nci/src/nfa/include/
Dnfa_rw_api.h51 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