Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c293 UINT8 our_k; in PORT_ParNegInd() local
340 our_k = 0; in PORT_ParNegInd()
347 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX; in PORT_ParNegInd()
348 p_port->credit_rx = our_k; in PORT_ParNegInd()
352 our_k = 0; in PORT_ParNegInd()
354 RFCOMM_ParNegRsp (p_mcb, dlci, p_port->mtu, our_cl, our_k); in PORT_ParNegInd()