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

  /system/bt/include/
bt_target.h 938 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM)
952 #ifndef PORT_RX_BUF_HIGH_WM
953 #define PORT_RX_BUF_HIGH_WM 10
    [all...]
  /system/bt/stack/rfcomm/
port_utils.c 190 if( p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM )
191 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM;
581 || (fixed_queue_length(p_port->rx.queue) > PORT_RX_BUF_HIGH_WM))
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 174 milliseconds