HomeSort by relevance Sort by last modified time
    Searched refs:PORT_RX_CRITICAL_WM (Results 1 - 3 of 3) sorted by null

  /system/bt/internal_include/
bt_target.h 812 #ifndef PORT_RX_CRITICAL_WM
813 #define PORT_RX_CRITICAL_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_CRITICAL_WM)
    [all...]
  /system/bt/stack/rfcomm/
port_utils.cc 187 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu);
port_rfc.cc 797 if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM) ||
    [all...]

Completed in 201 milliseconds