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

/system/bt/include/
H A Dbt_target.h938 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM)
952 #ifndef PORT_RX_BUF_HIGH_WM
953 #define PORT_RX_BUF_HIGH_WM 10 macro
/system/bt/stack/rfcomm/
H A Dport_utils.c190 if( p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM )
191 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM;
581 || (fixed_queue_length(p_port->rx.queue) > PORT_RX_BUF_HIGH_WM))

Completed in 1574 milliseconds