Home
last modified time | relevance | path

Searched refs:nci_snd_core_set_config (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/include/
Dnci_hmsgs.h48 UINT8 nci_snd_core_set_config (UINT8 *p_param_tlvs, UINT8 tlv_size);
/external/libnfc-nci/src/nfc/nci/
Dnci_hmsgs.c140 UINT8 nci_snd_core_set_config (UINT8 *p_param_tlvs, UINT8 tlv_size) in nci_snd_core_set_config() function
/external/libnfc-nci/src/nfc/nfc/
Dnfc_main.c798 return nci_snd_core_set_config (p_param_tlvs, tlv_size); in NFC_SetConfig()