Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1643 #define PORT_TX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_TX_BUF_HIGH_WM)
1652 #ifndef PORT_TX_BUF_HIGH_WM
1653 #define PORT_TX_BUF_HIGH_WM 10 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c418 || (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM); in port_flow_control_user()
Dport_api.c1538 || (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) { in PORT_WriteDataCO()
1675 || (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) { in PORT_WriteData()