/external/libnfc-nci/src/nfc/nfc/ |
H A D | nfc_ee.c | 103 UINT8 tlv_size, 106 return nci_snd_set_routing_cmd (more, nfcee_id, num_tlv, tlv_size, p_param_tlvs); 100 NFC_SetRouting(BOOLEAN more, UINT8 nfcee_id, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) argument
|
H A D | nfc_main.c | 788 ** Parameters tlv_size - the length of p_param_tlvs. 794 tNFC_STATUS NFC_SetConfig (UINT8 tlv_size, argument 797 return nci_snd_core_set_config (p_param_tlvs, tlv_size); 974 UINT8 num_tlv=0, tlv_size=0; local 989 tlv_size = 4; 997 tlv_size = 3; 1006 status = nci_snd_core_conn_create (dest_type, num_tlv, tlv_size, param_tlvs);
|
/external/libnfc-nci/src/nfa/ce/ |
H A D | nfa_ce_act.c | 289 UINT8 tlv_size; local 321 tlv_size = (UINT8) (p_params-tlv); 322 nfa_dm_check_set_config (tlv_size, (UINT8 *)tlv, FALSE);
|
/external/libnfc-nci/src/nfc/nci/ |
H A D | nci_hmsgs.c | 140 UINT8 nci_snd_core_set_config (UINT8 *p_param_tlvs, UINT8 tlv_size) argument 146 if ((p = NCI_GET_CMD_BUF (tlv_size + 1)) == NULL) 150 p->len = NCI_MSG_HDR_SIZE + tlv_size + 1; 156 UINT8_TO_STREAM (pp, (UINT8) (tlv_size + 1)); 157 len = tlv_size; 178 ARRAY_TO_STREAM (pp, p_param_tlvs, tlv_size); 193 UINT8 nci_snd_core_conn_create (UINT8 dest_type, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) argument 197 UINT8 size = NCI_CORE_PARAM_SIZE_CON_CREATE+tlv_size; 213 if (tlv_size) 215 ARRAY_TO_STREAM (pp, p_param_tlvs, tlv_size); 527 nci_snd_parameter_update_cmd(UINT8 *p_param_tlvs, UINT8 tlv_size) argument 583 nci_snd_set_routing_cmd(BOOLEAN more, UINT8 target_handle, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) argument [all...] |
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
H A D | nfc_hal_dm.c | 110 tHAL_NFC_STATUS nfc_hal_dm_set_config (UINT8 tlv_size, argument 116 UINT16 cmd_len = NCI_MSG_HDR_SIZE + tlv_size + 1; 119 if ((tlv_size == 0)||(p_param_tlvs == NULL)) 124 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL) 130 UINT8_TO_STREAM (p, (UINT8) (tlv_size + 1)); 132 rem_len = tlv_size; 163 ARRAY_TO_STREAM (p, p_param_tlvs, tlv_size);
|
/external/libnfc-nci/src/nfa/ee/ |
H A D | nfa_ee_act.c | 1572 UINT8 *p, tlv_size, *pa; local 1588 tlv_size = (UINT8)*p_cur_offset; 1660 tlv_size += entry_size; 1669 NFA_TRACE_DEBUG3 ("ee_cfg_sts:0x%02x entry_size:%d, tlv_size:%d", nfa_ee_cb.ee_cfg_sts, entry_size, tlv_size); 1671 if (tlv_size > max_tlv) 1682 if (tlv_size) 1690 NFC_SetRouting(more, p_cb->nfcee_id, num_tlv, tlv_size, ps + 1); 1694 if (tlv_size == 0)
|
/external/libnfc-nci/src/nfa/include/ |
H A D | nfa_api.h | 181 UINT16 tlv_size; /* The length of TLV */ member in struct:__anon20843
|
/external/libnfc-nci/src/nfc/include/ |
H A D | nfc_api.h | 232 UINT16 tlv_size; /* The length of TLV */ member in struct:__anon21151 297 UINT8 tlv_size; /* the total len of all TLVs */ member in struct:__anon21156 904 ** Parameters tlv_size - the length of p_param_tlvs. 910 NFC_API extern tNFC_STATUS NFC_SetConfig (UINT8 tlv_size, 1176 UINT8 tlv_size,
|