Home
last modified time | relevance | path

Searched refs:PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.c74 max_sap_range = PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST; in phFriNfc_LlcpTransport_GetFreeSap()
79 min_sap_range = PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST; in phFriNfc_LlcpTransport_GetFreeSap()
1443 max_sap_range = PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST; in phFriNfc_LlcpTransport_Bind()
1448 min_sap_range = PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST; in phFriNfc_LlcpTransport_Bind()
1849 …if(!IS_BETWEEN(pLlcpSocket->socket_sSap, PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST, PHFRINFC_LLCP_S… in phFriNfc_LlcpTransport_Connect()
1935 …if(!IS_BETWEEN(pLlcpSocket->socket_sSap, PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST, PHFRINFC_LLCP_S… in phFriNfc_LlcpTransport_ConnectByUri()
DphFriNfc_Llcp.h122 #define PHFRINFC_LLCP_SAP_SDP_UNADVERTISED_FIRST 0x20 /**< First SAP number from SDP-unavertised … macro