Searched refs:LLCP_SDP_NUM_SAP (Results 1 – 2 of 2) sorted by relevance
37 #define LLCP_SDP_NUM_SAP 16 macro39 #define LLCP_LOCAL_SAP_OFFSET (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP)40 #define LLCP_MAX_SAP (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP + LLCP_LOCAL_NUM_SAP)87 atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP];
517 ssap = find_first_zero_bit(&local->local_sdp, LLCP_SDP_NUM_SAP); in nfc_llcp_reserve_sdp_ssap()518 if (ssap == LLCP_SDP_NUM_SAP) { in nfc_llcp_reserve_sdp_ssap()