Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c179 if ( p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM ) { in port_select_mtu()
180 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM; in port_select_mtu()
564 || (fixed_queue_length(p_port->rx.queue) > PORT_RX_BUF_HIGH_WM)) in port_flow_control_peer()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1618 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM)
1632 #ifndef PORT_RX_BUF_HIGH_WM
1633 #define PORT_RX_BUF_HIGH_WM 10 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_jv_api.h56 #define BTA_JV_MAX_CREDIT_NUM PORT_RX_BUF_HIGH_WM