Home
last modified time | relevance | path

Searched refs:RFCOMM_CongestionStatusInd (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc54 static void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested);
73 p_l2c->pL2CA_CongestionStatus_Cb = RFCOMM_CongestionStatusInd; in rfcomm_l2cap_if_init()
360 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) { in RFCOMM_CongestionStatusInd() function