Searched refs:LLCP_SDP_NUM_SAP (Results 1 – 2 of 2) sorted by relevance
24 #define LLCP_SDP_NUM_SAP 16 macro26 #define LLCP_LOCAL_SAP_OFFSET (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP)27 #define LLCP_MAX_SAP (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP + LLCP_LOCAL_NUM_SAP)74 atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP];
541 ssap = find_first_zero_bit(&local->local_sdp, LLCP_SDP_NUM_SAP); in nfc_llcp_reserve_sdp_ssap()542 if (ssap == LLCP_SDP_NUM_SAP) { in nfc_llcp_reserve_sdp_ssap()