Home
last modified time | relevance | path

Searched refs:PORT_RX_CRITICAL_WM (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
Dport_utils.c190 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu); in port_select_mtu()
Dport_rfc.c864 if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM) in PORT_DataInd()
/external/bluetooth/bluedroid/include/
Dbt_target.h1624 #ifndef PORT_RX_CRITICAL_WM
1625 #define PORT_RX_CRITICAL_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_CRITICAL_WM) macro
/external/libnfc-nci/src/include/
Dbt_target.h1538 #ifndef PORT_RX_CRITICAL_WM
1539 #define PORT_RX_CRITICAL_WM 12000 macro