Searched refs:dest_type (Results 1 – 6 of 6) sorted by relevance
/system/nfc/src/nfc/include/ |
D | nci_hmsgs.h | 47 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv,
|
D | nfc_int.h | 281 uint8_t dest_type);
|
D | nfc_api.h | 330 uint8_t dest_type; /* the destination type */ member 1021 extern tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id,
|
/system/nfc/src/nfc/nfc/ |
D | nfc_main.cc | 995 tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id, uint8_t protocol, in NFC_ConnCreate() argument 1006 if (dest_type == NCI_DEST_TYPE_NFCEE) { in NFC_ConnCreate() 1013 } else if (dest_type == NCI_DEST_TYPE_REMOTE) { in NFC_ConnCreate() 1019 } else if (dest_type == NCI_DEST_TYPE_NFCC) { in NFC_ConnCreate() 1026 status = nci_snd_core_conn_create(dest_type, num_tlv, tlv_size, param_tlvs); in NFC_ConnCreate() 1393 evt_data.conn_create.dest_type = NCI_DEST_TYPE_NFCEE; in NFC_SetStaticHciCback()
|
D | nfc_ncif.cc | 1575 uint8_t dest_type) { in nfc_ncif_proc_conn_create_rsp() argument 1595 evt_data.conn_create.dest_type = dest_type; in nfc_ncif_proc_conn_create_rsp()
|
/system/nfc/src/nfc/nci/ |
D | nci_hmsgs.cc | 187 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()
|