HomeSort by relevance Sort by last modified time
    Searched refs:tNFC_VS_EVT (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 448 (*p_cback) ((tNFC_VS_EVT) (NCI_RSP_BIT|op_code), p_msg->len, p_evt);
477 (*nfc_cb.p_vs_cb[i]) ((tNFC_VS_EVT) (NCI_NTF_BIT|op_code), p_msg->len, p_evt);
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 509 typedef UINT8 tNFC_VS_EVT;
514 typedef void (tNFC_VS_CBACK) (tNFC_VS_EVT event, UINT16 data_len, UINT8 *p_data);
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 32 extern void nfa_ee_vs_cback (tNFC_VS_EVT event, BT_HDR *p_data);

Completed in 58 milliseconds