Searched refs:dest_type (Results 1 – 7 of 7) sorted by relevance
/system/nfc/src/rust/nci/ |
D | api.rs | 292 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/ |
D | nci_hmsgs.h | 48 uint8_t nci_snd_core_conn_create(uint8_t dest_type, uint8_t num_tlv,
|
D | nfc_int.h | 269 uint8_t dest_type);
|
D | nfc_api.h | 331 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/ |
D | nfc_main.cc | 1004 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()
|
D | nfc_ncif.cc | 1517 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/ |
D | nci_hmsgs.cc | 240 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()
|