Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h688 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM)
702 #ifndef PORT_RX_BUF_HIGH_WM
703 #define PORT_RX_BUF_HIGH_WM 10 macro
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_utils.cc182 if (p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM) in port_select_mtu()
183 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM; in port_select_mtu()
518 (fixed_queue_length(p_port->rx.queue) > PORT_RX_BUF_HIGH_WM)) && in port_flow_control_peer()