Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dllcp_api.h90 typedef void (tLLCP_LINK_CBACK) (UINT8 event, UINT8 reason); typedef
312 tLLCP_LINK_CBACK *p_link_cback);
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h61 tLLCP_LINK_CBACK *p_link_cback; /* callback function to report llcp link status */
/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c295 tLLCP_LINK_CBACK *p_link_cback) in LLCP_ActivateLink()