Searched refs:RFCOMM_K_MAX (Results 1 – 3 of 3) sorted by relevance
168 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX; in RFCOMM_ParNegReq()
361 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX; in PORT_ParNegInd()
137 #define RFCOMM_K_MAX 7 /* Max value of K for credit based flow control */ macro