Home
last modified time | relevance | path

Searched refs:PORT_RX_LOW_WM (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
Dport_utils.c185 p_port->credit_rx_low = (PORT_RX_LOW_WM / p_port->mtu); in port_select_mtu()
542 && (p_port->rx.queue_size < PORT_RX_LOW_WM) in port_flow_control_peer()
/external/bluetooth/bluedroid/include/
Dbt_target.h1628 #ifndef PORT_RX_LOW_WM
1629 #define PORT_RX_LOW_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_LOW_WM) macro
/external/libnfc-nci/src/include/
Dbt_target.h1528 #ifndef PORT_RX_LOW_WM
1529 #define PORT_RX_LOW_WM 5000 macro