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

/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_utils.c188 if( p_port->credit_rx_low > PORT_RX_BUF_LOW_WM )
189 p_port->credit_rx_low = PORT_RX_BUF_LOW_WM;
555 && (p_port->rx.queue.count < PORT_RX_BUF_LOW_WM))
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1603 #define PORT_RX_LOW_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_LOW_WM)
1617 #ifndef PORT_RX_BUF_LOW_WM
1618 #define PORT_RX_BUF_LOW_WM 4 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h1504 #ifndef PORT_RX_BUF_LOW_WM
1505 #define PORT_RX_BUF_LOW_WM 8 macro

Completed in 1153 milliseconds