OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_RX_LOW_WM
(Results
1 - 3
of
3
) sorted by null
/system/bt/include/
bt_target.h
932
#ifndef
PORT_RX_LOW_WM
933
#define
PORT_RX_LOW_WM
(BTA_RFC_MTU_SIZE * PORT_RX_BUF_LOW_WM)
[
all
...]
/system/bt/stack/rfcomm/
port_utils.c
192
p_port->credit_rx_low = (
PORT_RX_LOW_WM
/ p_port->mtu);
559
&& (p_port->rx.queue_size <
PORT_RX_LOW_WM
)
/external/libnfc-nci/src/include/
bt_target.h
[
all
...]
Completed in 142 milliseconds