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

/external/bluetooth/bluedroid/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;
571 || (p_port->rx.queue.count > PORT_RX_BUF_HIGH_WM))
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1637 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM)
1651 #ifndef PORT_RX_BUF_HIGH_WM
1652 #define PORT_RX_BUF_HIGH_WM 10 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h1548 #ifndef PORT_RX_BUF_HIGH_WM
1549 #define PORT_RX_BUF_HIGH_WM 16 macro

Completed in 203 milliseconds