HomeSort by relevance Sort by last modified time
    Searched refs:dl_tx_uncongest_ntf_start_idx (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfc/int/
llcp_int.h 249 UINT8 dl_tx_uncongest_ntf_start_idx; /* next start of data link connection */ member in struct:__anon28164
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 772 idx = llcp_cb.dl_tx_uncongest_ntf_start_idx;
801 idx = (llcp_cb.dl_tx_uncongest_ntf_start_idx + 1) % LLCP_MAX_DATA_LINK;
804 llcp_cb.dl_tx_uncongest_ntf_start_idx = idx;
    [all...]

Completed in 2019 milliseconds