Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_target.h825 #ifndef PORT_TX_HIGH_WM
826 #define PORT_TX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_TX_BUF_HIGH_WM) macro
/system/bt/stack/rfcomm/
Dport_api.cc915 if ((p_port->tx.queue_size > PORT_TX_HIGH_WM) || in PORT_WriteDataCO()
1042 if ((p_port->tx.queue_size > PORT_TX_HIGH_WM) || in PORT_WriteData()
Dport_utils.cc390 (p_port->tx.queue_size > PORT_TX_HIGH_WM) || in port_flow_control_user()