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

  /system/bt/stack/rfcomm/
rfc_port_if.cc 151 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max
152 : RFCOMM_K_MAX;
port_rfc.cc 336 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max
337 : RFCOMM_K_MAX;
    [all...]
  /system/bt/stack/include/
rfcdefs.h 134 #define RFCOMM_K_MAX 7 /* Max value of K for credit based flow control */

Completed in 152 milliseconds