Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_target.h719 #ifndef PORT_RX_CRITICAL_WM
720 #define PORT_RX_CRITICAL_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_CRITICAL_WM) macro
/system/bt/stack/rfcomm/
Dport_utils.cc188 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu); in port_select_mtu()
Dport_rfc.cc792 if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM) || in PORT_DataInd()