Home
last modified time | relevance | path

Searched defs:is_congested (Results 1 – 6 of 6) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c38 bool is_congested; member
341 static void congestion_cb(uint16_t local_channel_id, bool is_congested) in congestion_cb()
Dl2c_ucd.c116 static void l2c_ucd_congestion_status_cback (BD_ADDR rem_bda, BOOLEAN is_congested) in l2c_ucd_congestion_status_cback()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c368 void RFCOMM_CongestionStatusInd (UINT16 lcid, BOOLEAN is_congested) in RFCOMM_CongestionStatusInd()
Drfc_port_fsm.c843 void rfc_process_l2cap_congestion (tRFC_MCB *p_mcb, BOOLEAN is_congested) in rfc_process_l2cap_congestion()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h73 BOOLEAN is_congested; member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c1015 static void gap_congestion_ind (UINT16 lcid, BOOLEAN is_congested) in gap_congestion_ind()