Home | History | Annotate | Download | only in gap

Lines Matching refs:is_congested

38 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested);
460 if (p_ccb->is_congested)
475 p_ccb->is_congested = TRUE;
545 if (p_ccb->is_congested)
560 p_ccb->is_congested = TRUE;
1030 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested)
1038 is_congested, lcid);
1044 p_ccb->is_congested = is_congested;
1046 event = (is_congested) ? GAP_EVT_CONN_CONGESTED : GAP_EVT_CONN_UNCONGESTED;
1049 if (!is_congested)
1057 p_ccb->is_congested = TRUE;
1248 if (p_ccb->is_congested)
1261 p_ccb->is_congested = TRUE;