OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_RX_HIGH_WM
(Results
1 - 2
of
2
) sorted by null
/system/bt/include/
bt_target.h
881
#ifndef
PORT_RX_HIGH_WM
882
#define
PORT_RX_HIGH_WM
(BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM)
[
all
...]
/system/bt/stack/rfcomm/
port_utils.cc
183
p_port->credit_rx_max = (
PORT_RX_HIGH_WM
/ p_port->mtu);
525
else if (((p_port->rx.queue_size >
PORT_RX_HIGH_WM
) ||
Completed in 919 milliseconds