Home | History | Annotate | Download | only in gatt

Lines Matching refs:congested

61 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested);
520 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested)
527 if (p_tcb != NULL && congested == FALSE)
539 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
549 ** Description This function is called when GATT fixed channel is congested
555 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested)
562 gatt_channel_congestion(p_tcb, congested);
929 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested)
935 gatt_channel_congestion(p_tcb, congested);