Home
last modified time | relevance | path

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

/system/bt/internal_include/
Dbt_target.h826 #define PORT_TX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_TX_BUF_HIGH_WM)
835 #ifndef PORT_TX_BUF_HIGH_WM
836 #define PORT_TX_BUF_HIGH_WM 10 macro
/system/bt/stack/rfcomm/
Dport_api.cc916 (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) { in PORT_WriteDataCO()
1043 (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM)) in PORT_WriteData()
Dport_utils.cc391 (fixed_queue_length(p_port->tx.queue) > PORT_TX_BUF_HIGH_WM); in port_flow_control_user()