Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_rfc.cc338 uint8_t our_k; in PORT_ParNegInd() local
341 our_k = 0; in PORT_ParNegInd()
348 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in PORT_ParNegInd()
350 p_port->credit_rx = our_k; in PORT_ParNegInd()
354 our_k = 0; in PORT_ParNegInd()
356 RFCOMM_ParameterNegotiationResponse(p_mcb, dlci, p_port->mtu, our_cl, our_k); in PORT_ParNegInd()