Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c178 p_port->credit_rx_max = (PORT_RX_HIGH_WM / p_port->mtu); in port_select_mtu()
563 else if ( ((p_port->rx.queue_size > PORT_RX_HIGH_WM) in port_flow_control_peer()
/hal_espressif-3.7.0/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1555 #ifndef PORT_RX_HIGH_WM
1556 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM) macro