HomeSort by relevance Sort by last modified time
    Searched refs:congest (Results 1 - 13 of 13) 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/llcp/
llcp_link.c 615 data.congest.event = LLCP_SAP_EVT_CONGEST;
616 data.congest.is_congested = TRUE;
619 data.congest.remote_sap = LLCP_INVALID_SAP;
620 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK;
638 data.congest.local_sap = sap;
645 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION;
659 data.congest.local_sap = llcp_cb.dlcb[idx].local_sap;
660 data.congest.remote_sap = llcp_cb.dlcb[idx].remote_sap;
702 data.congest.event = LLCP_SAP_EVT_CONGEST;
703 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:__anon16420
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 173 tNFA_P2P_CONGEST congest; /* NFA_P2P_CONGEST_EVT */ member in union:__anon16233
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 192 tLLCP_SAP_CONGEST congest; /* LLCP_SAP_EVT_CONGEST */ member in union:__anon16445
  /system/bt/bta/include/
bta_gatt_api.h 358 tBTA_GATTC_CONGEST congest; member in union:__anon71957
551 tBTA_GATTS_CONGEST congest; /* BTA_GATTS_CONGEST_EVT callback data */ member in union:__anon71967
    [all...]
  /system/bt/btif/src/
btif_gatt_server.c 325 , p_data->congest.conn_id
326 , p_data->congest.congested
btif_gatt_client.c 693 , p_data->congest.conn_id
694 , p_data->congest.congested
    [all...]
  /system/bt/bta/gatt/
bta_gatts_act.c 959 cb_data.congest.conn_id = conn_id;
960 cb_data.congest.congested = congested;
bta_gattc_act.c     [all...]
  /system/bt/stack/gatt/
gatt_main.c 50 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congest);
    [all...]

Completed in 189 milliseconds