Lines Matching full:congest
1303 ALOGD ("%s: NFA_P2P_DISC_EVT; try guard congest event", fn);
1306 ALOGD ("%s: NFA_P2P_DISC_EVT; notified congest event", fn);
1335 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)
1337 ALOGE ("%s: NFA_P2P_CONGEST_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->congest.handle);
1342 eventData->congest.handle, eventData->congest.is_congested);
1343 if (eventData->congest.is_congested == FALSE)
1457 ALOGD ("%s: NFA_P2P_DISC_EVT; try guard congest event", fn);
1460 ALOGD ("%s: NFA_P2P_DISC_EVT; notified congest event", fn);
1489 if ((pConn = sP2p.findConnection(eventData->congest.handle)) == NULL)
1491 ALOGE ("%s: NFA_P2P_CONGEST_EVT: can't find conn for NFA handle: 0x%04x", fn, eventData->congest.handle);
1496 eventData->congest.handle, eventData->congest.is_congested);