Home
last modified time | relevance | path

Searched refs:PORT_TX_HIGH_WM (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
Dport_utils.c422 || (p_port->tx.queue_size > PORT_TX_HIGH_WM) in port_flow_control_user()
Dport_api.c1562 if ((p_port->tx.queue_size > PORT_TX_HIGH_WM) in PORT_WriteDataCO()
1700 if ((p_port->tx.queue_size > PORT_TX_HIGH_WM) in PORT_WriteData()
/external/libnfc-nci/src/include/
Dbt_target.h1519 #ifndef PORT_TX_HIGH_WM
1520 #define PORT_TX_HIGH_WM 8000 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h1605 #ifndef PORT_TX_HIGH_WM
1606 #define PORT_TX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_TX_BUF_HIGH_WM) macro