Home
last modified time | relevance | path

Searched refs:RFCOMM_K_MAX (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_port_if.c168 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX; in RFCOMM_ParNegReq()
Dport_rfc.c361 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX; in PORT_ParNegInd()
/system/bt/stack/include/
Drfcdefs.h137 #define RFCOMM_K_MAX 7 /* Max value of K for credit based flow control */ macro