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

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 153 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX;
port_rfc.c 361 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max : RFCOMM_K_MAX;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
rfcdefs.h 137 #define RFCOMM_K_MAX 7 /* Max value of K for credit based flow control */

Completed in 53 milliseconds