OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_RX_BUF_LOW_WM
(Results
1 - 2
of
2
) sorted by null
/system/bt/include/
bt_target.h
877
#define PORT_RX_LOW_WM (BTA_RFC_MTU_SIZE *
PORT_RX_BUF_LOW_WM
)
891
#ifndef
PORT_RX_BUF_LOW_WM
892
#define
PORT_RX_BUF_LOW_WM
4
[
all
...]
/system/bt/stack/rfcomm/
port_utils.cc
187
if (p_port->credit_rx_low >
PORT_RX_BUF_LOW_WM
)
188
p_port->credit_rx_low =
PORT_RX_BUF_LOW_WM
;
508
(fixed_queue_length(p_port->rx.queue) <
PORT_RX_BUF_LOW_WM
)) {
Completed in 2502 milliseconds