Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dnci_hmsgs.h47 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv,
Dnfc_int.h281 uint8_t dest_type);
Dnfc_api.h322 uint8_t dest_type; /* the destination type */ member
1012 extern tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id,
/system/nfc/src/nfc/nfc/
Dnfc_main.cc949 tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id, uint8_t protocol, in NFC_ConnCreate() argument
960 if (dest_type == NCI_DEST_TYPE_NFCEE) { in NFC_ConnCreate()
967 } else if (dest_type == NCI_DEST_TYPE_REMOTE) { in NFC_ConnCreate()
973 } else if (dest_type == NCI_DEST_TYPE_NFCC) { in NFC_ConnCreate()
980 status = nci_snd_core_conn_create(dest_type, num_tlv, tlv_size, param_tlvs); in NFC_ConnCreate()
1347 evt_data.conn_create.dest_type = NCI_DEST_TYPE_NFCEE; in NFC_SetStaticHciCback()
Dnfc_ncif.cc1333 uint8_t dest_type) { in nfc_ncif_proc_conn_create_rsp() argument
1349 evt_data.conn_create.dest_type = dest_type; in nfc_ncif_proc_conn_create_rsp()
/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc187 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv, in nci_snd_core_conn_create() argument
205 UINT8_TO_STREAM(pp, dest_type); in nci_snd_core_conn_create()