Searched refs:service_code (Results 1 – 6 of 6) sorted by relevance
/external/libnfc-nci/src/nfc/tags/ |
D | ce_t3t.c | 230 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 …]
|
D | rw_t3t.c | 1035 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/ |
D | layer1.py | 204 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/ |
D | test_layer1.py | 52 service_code='amazon-cloudsearch',
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_rw_api.h | 51 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
|