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

/system/bt/include/
H A Dbt_target.h869 #ifndef PORT_RX_LOW_WM
870 #define PORT_RX_LOW_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_LOW_WM) macro
/system/bt/stack/rfcomm/
H A Dport_utils.cc184 p_port->credit_rx_low = (PORT_RX_LOW_WM / p_port->mtu);
503 if (p_port->rx.peer_fc && (p_port->rx.queue_size < PORT_RX_LOW_WM) &&

Completed in 76 milliseconds