Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1502 #ifndef PORT_RX_CRITICAL_WM
1503 #define PORT_RX_CRITICAL_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_CRITICAL_WM) macro
/hal_espressif-3.6.0/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()
Dport_rfc.c866 if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM) in PORT_DataInd()