Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c187 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()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1623 #define PORT_RX_CRITICAL_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_CRITICAL_WM)
1637 #ifndef PORT_RX_BUF_CRITICAL_WM
1638 #define PORT_RX_BUF_CRITICAL_WM 15 macro