Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c186 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu); in port_select_mtu()
187 if ( p_port->rx_buf_critical > PORT_RX_BUF_CRITICAL_WM ) { in port_select_mtu()
188 p_port->rx_buf_critical = PORT_RX_BUF_CRITICAL_WM; in port_select_mtu()
191 p_port->credit_rx_max, p_port->credit_rx_low, p_port->rx_buf_critical); in port_select_mtu()
Dport_rfc.c884 || (fixed_queue_length(p_port->rx.queue) + 1 > p_port->rx_buf_critical)) { in PORT_DataInd()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h199 UINT16 rx_buf_critical; /* port receive queue critical watermark level */ member