HomeSort by relevance Sort by last modified time
    Searched full:congest (Results 1 - 10 of 10) sorted by null

  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c 527 local_sap = p_data->congest.local_sap;
528 remote_sap = p_data->congest.remote_sap;
530 evt_data.congest.link_type = p_data->congest.link_type;
531 evt_data.congest.is_congested = p_data->congest.is_congested;
533 if (p_data->congest.is_congested)
547 if (evt_data.congest.link_type == NFA_P2P_LLINK_TYPE)
549 evt_data.congest.handle = (NFA_HANDLE_GROUP_P2P | local_sap);
551 if ( (evt_data.congest.is_congested == FALSE
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 195 UINT8 rx_congest_threshold; /* dynamic congest threshold for rx I PDU */
239 UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/
240 UINT8 ll_tx_congest_end; /* congest end threshold for each logical link */
263 UINT8 ll_rx_congest_start; /* rx congest start threshold for each logical link */
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 609 data.congest.event = LLCP_SAP_EVT_CONGEST;
610 data.congest.is_congested = TRUE;
613 data.congest.remote_sap = LLCP_INVALID_SAP;
614 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK;
632 data.congest.local_sap = sap;
639 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION;
653 data.congest.local_sap = llcp_cb.dlcb[idx].local_sap;
654 data.congest.remote_sap = llcp_cb.dlcb[idx].remote_sap;
696 data.congest.event = LLCP_SAP_EVT_CONGEST;
697 data.congest.is_congested = FALSE
    [all...]
llcp_dlc.c     [all...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp     [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_snep_int.h 187 BOOLEAN congest; /* TRUE if data link connection is congested */ member in struct:__anon20799
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 173 tNFA_P2P_CONGEST congest; /* NFA_P2P_CONGEST_EVT */ member in union:__anon20614
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 192 tLLCP_SAP_CONGEST congest; /* LLCP_SAP_EVT_CONGEST */ member in union:__anon20824
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]

Completed in 293 milliseconds