Searched refs:RFCOMM_CongestionStatusInd (Results 1 – 1 of 1) sorted by relevance
52 static void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested);74 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()381 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) { in RFCOMM_CongestionStatusInd() function