Searched refs:num_tlv (Results 1 - 6 of 6) sorted by last modified time

/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.cc301 uint8_t num_tlv = *ps; local
324 num_tlv++;
330 /* update the num_tlv and current offset */
333 *ps = num_tlv;
339 uint8_t num_tlv = *ps; local
373 num_tlv++;
384 num_tlv++;
388 /* update the num_tlv and current offset */
391 *ps = num_tlv;
397 uint8_t num_tlv local
460 uint8_t num_tlv = *p_buff; local
2392 uint8_t num_tlv = *ps; local
[all...]
/system/nfc/src/nfc/include/
H A Dnci_hmsgs.h47 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv,
65 uint8_t nci_snd_set_routing_cmd(bool more, uint8_t num_tlv, uint8_t tlv_size,
H A Dnfc_api.h1178 extern tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size,
/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc187 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv, argument
206 UINT8_TO_STREAM(pp, num_tlv);
627 uint8_t nci_snd_set_routing_cmd(bool more, uint8_t num_tlv, uint8_t tlv_size, argument
655 UINT8_TO_STREAM(pp, num_tlv);
/system/nfc/src/nfc/nfc/
H A Dnfc_ee.cc113 tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size, argument
115 return nci_snd_set_routing_cmd(more, num_tlv, tlv_size, p_param_tlvs);
H A Dnfc_main.cc953 uint8_t num_tlv = 0, tlv_size = 0; local
961 num_tlv = 1;
968 num_tlv = 1;
980 status = nci_snd_core_conn_create(dest_type, num_tlv, tlv_size, param_tlvs);

Completed in 89 milliseconds