Home
last modified time | relevance | path

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

/system/nfc/src/rust/nci/
Dapi.rs292 dest_type: u8, in nfc_conn_create()
299 let dt = DestTypes::try_from(dest_type).unwrap(); in nfc_conn_create()
328 [status as u8, dest_type, id, ccrp.get_mpps(), ccrp.get_ncreds()]; in nfc_conn_create()
/system/nfc/src/nfc/include/
Dnci_hmsgs.h48 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv,
Dnfc_int.h269 uint8_t dest_type);
Dnfc_api.h331 uint8_t dest_type; /* the destination type */ member
1038 extern tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id,
/system/nfc/src/nfc/nfc/
Dnfc_main.cc1004 tNFC_STATUS NFC_ConnCreate(uint8_t dest_type, uint8_t id, uint8_t protocol, in NFC_ConnCreate() argument
1015 if (dest_type == NCI_DEST_TYPE_NFCEE) { in NFC_ConnCreate()
1022 } else if (dest_type == NCI_DEST_TYPE_REMOTE) { in NFC_ConnCreate()
1028 } else if (dest_type == NCI_DEST_TYPE_NFCC) { in NFC_ConnCreate()
1035 status = nci_snd_core_conn_create(dest_type, num_tlv, tlv_size, param_tlvs); in NFC_ConnCreate()
1400 evt_data.conn_create.dest_type = NCI_DEST_TYPE_NFCEE; in NFC_SetStaticHciCback()
Dnfc_ncif.cc1517 uint8_t dest_type) { in nfc_ncif_proc_conn_create_rsp() argument
1537 evt_data.conn_create.dest_type = dest_type; in nfc_ncif_proc_conn_create_rsp()
/system/nfc/src/nfc/nci/
Dnci_hmsgs.cc240 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv, in nci_snd_core_conn_create() argument
258 UINT8_TO_STREAM(pp, dest_type); in nci_snd_core_conn_create()