Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_port_if.cc152 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in RFCOMM_ParameterNegotiationRequest()
153 : RFCOMM_K_MAX; in RFCOMM_ParameterNegotiationRequest()
Dport_rfc.cc339 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in PORT_ParNegInd()
340 : RFCOMM_K_MAX; in PORT_ParNegInd()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc192 RFCOMM_PN_CONV_LAYER_CBFC_I >> 4, 0, RFCOMM_K_MAX, in ConnectServerPort()
196 RFCOMM_PN_CONV_LAYER_CBFC_R >> 4, 0, RFCOMM_K_MAX, in ConnectServerPort()
336 RFCOMM_K_MAX, lcid, acl_handle)); in ConnectClientPort()
350 RFCOMM_K_MAX, lcid, acl_handle)); in ConnectClientPort()
803 RFCOMM_PN_CONV_LAYER_CBFC_I >> 4, 0, RFCOMM_K_MAX, in TEST_F()
817 RFCOMM_PN_CONV_LAYER_CBFC_I >> 4, 0, RFCOMM_K_MAX, in TEST_F()
823 RFCOMM_K_MAX, new_lcid, acl_handle)); in TEST_F()
/system/bt/stack/include/
Drfcdefs.h127 #define RFCOMM_K_MAX 7 /* Max value of K for credit based flow control */ macro