Searched refs:PHFRINFC_LLCP_SERVICENAME_SDP (Results 1 – 2 of 2) sorted by relevance
133 #define PHFRINFC_LLCP_SERVICENAME_SDP "urn:nfc:sn:sdp" /**< Service Discovery Protocol… macro
357 if((sServiceName.length == sizeof(PHFRINFC_LLCP_SERVICENAME_SDP)-1) in Handle_Discovery_IncomingFrame()358 && !memcmp(sServiceName.buffer, PHFRINFC_LLCP_SERVICENAME_SDP, sServiceName.length)) in Handle_Discovery_IncomingFrame()