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

  /system/bt/include/
bt_target.h 876 #ifndef PORT_RX_LOW_WM
877 #define PORT_RX_LOW_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_LOW_WM)
    [all...]
  /system/bt/stack/rfcomm/
port_utils.cc 186 p_port->credit_rx_low = (PORT_RX_LOW_WM / p_port->mtu);
507 if (p_port->rx.peer_fc && (p_port->rx.queue_size < PORT_RX_LOW_WM) &&

Completed in 1350 milliseconds