Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dllcp_api.h201 typedef void (tLLCP_SDP_CBACK) (UINT8 tid, UINT8 remote_sap); typedef
655 tLLCP_SDP_CBACK *p_cback,
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h207 tLLCP_SDP_CBACK *p_cback; /* callback function for service discovery */
/external/libnfc-nci/src/nfc/llcp/
Dllcp_api.c1597 tLLCP_SDP_CBACK *p_cback, in LLCP_DiscoverService()