Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c183 if ( p_port->credit_rx_low > PORT_RX_BUF_LOW_WM ) { in port_select_mtu()
184 p_port->credit_rx_low = PORT_RX_BUF_LOW_WM; in port_select_mtu()
545 && (fixed_queue_length(p_port->rx.queue) < PORT_RX_BUF_LOW_WM)) { in port_flow_control_peer()
/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1466 #define PORT_RX_LOW_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_LOW_WM)
1480 #ifndef PORT_RX_BUF_LOW_WM
1481 #define PORT_RX_BUF_LOW_WM 4 macro