Searched refs:PORT_RX_HIGH_WM (Results 1 - 2 of 2) sorted by relevance

/system/bt/include/
H A Dbt_target.h874 #ifndef PORT_RX_HIGH_WM
875 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM) macro
/system/bt/stack/rfcomm/
H A Dport_utils.cc181 p_port->credit_rx_max = (PORT_RX_HIGH_WM / p_port->mtu);
521 else if (((p_port->rx.queue_size > PORT_RX_HIGH_WM) ||

Completed in 97 milliseconds