Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_link.c382 for (local_sap = LLCP_SAP_SDP + 1; local_sap < LLCP_NUM_SAPS; local_sap++) in llcp_link_deactivate()
572 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++) in llcp_link_update_status()
622 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++) in llcp_link_check_congestion()
718 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++) in llcp_link_check_uncongested()
742 sap = (sap + 1) % LLCP_NUM_SAPS; in llcp_link_check_uncongested()
746 for (xx = 0; xx < LLCP_NUM_SAPS; xx++) in llcp_link_check_uncongested()
748 sap = (llcp_cb.ll_tx_uncongest_ntf_start_sap + 1) % LLCP_NUM_SAPS; in llcp_link_check_uncongested()
1461 for (count = 0; count < LLCP_NUM_SAPS; count++) in llcp_link_get_next_pdu()
1486 llcp_cb.lcb.ll_idx = (llcp_cb.lcb.ll_idx + 1) % LLCP_NUM_SAPS; in llcp_link_get_next_pdu()
1494 llcp_cb.lcb.ll_idx = (llcp_cb.lcb.ll_idx + 1) % LLCP_NUM_SAPS; in llcp_link_get_next_pdu()
Dllcp_main.c119 for (sap = LLCP_SAP_SDP; sap < LLCP_NUM_SAPS; sap++) in llcp_cleanup()
/external/libnfc-nci/src/nfc/include/
Dllcp_defs.h178 #define LLCP_NUM_SAPS 64 macro