Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_rfc.cc329 uint8_t our_k; in PORT_ParNegInd() local
332 our_k = 0; in PORT_ParNegInd()
339 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in PORT_ParNegInd()
341 p_port->credit_rx = our_k; in PORT_ParNegInd()
345 our_k = 0; in PORT_ParNegInd()
347 RFCOMM_ParameterNegotiationResponse(p_mcb, dlci, p_port->mtu, our_cl, our_k); in PORT_ParNegInd()