HomeSort by relevance Sort by last modified time
    Searched refs:credit_rx_max (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/rfcomm/
port_utils.cc 181 p_port->credit_rx_max = (PORT_RX_HIGH_WM / p_port->mtu);
182 if (p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM)
183 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM;
191 "port_select_mtu credit_rx_max %d, credit_rx_low %d, rx_buf_critical %d",
192 p_port->credit_rx_max, p_port->credit_rx_low, p_port->rx_buf_critical);
471 (p_port->credit_rx_max > p_port->credit_rx)) {
473 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx));
475 p_port->credit_rx = p_port->credit_rx_max;
487 else if (fixed_queue_length(p_port->rx.queue) >= p_port->credit_rx_max) {
rfc_port_if.cc 151 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max
port_int.h 200 credit_rx_max; /* Max number of credits we will allow this guy to sent */ member in struct:__anon2511
rfc_port_fsm.cc 419 (p_port->credit_rx_max > p_port->credit_rx)) {
421 (uint8_t)(p_port->credit_rx_max - p_port->credit_rx);
422 p_port->credit_rx = p_port->credit_rx_max;
port_rfc.cc 341 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max
    [all...]

Completed in 47 milliseconds