Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc195 RFCOMM_PN_CONV_LAYER_CBFC_I >> 4, 0, RFCOMM_K_MAX, in ConnectServerPort()
199 RFCOMM_PN_CONV_LAYER_CBFC_R >> 4, 0, RFCOMM_K_MAX, in ConnectServerPort()
340 RFCOMM_K_MAX, lcid, acl_handle)); in ConnectClientPort()
354 RFCOMM_K_MAX, lcid, acl_handle)); in ConnectClientPort()
802 RFCOMM_PN_CONV_LAYER_CBFC_I >> 4, 0, RFCOMM_K_MAX, in TEST_F()
816 RFCOMM_PN_CONV_LAYER_CBFC_I >> 4, 0, RFCOMM_K_MAX, in TEST_F()
822 RFCOMM_K_MAX, new_lcid, acl_handle)); in TEST_F()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_if.cc156 k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in RFCOMM_ParameterNegotiationRequest()
157 : RFCOMM_K_MAX; in RFCOMM_ParameterNegotiationRequest()
Dport_rfc.cc348 our_k = (p_port->credit_rx_max < RFCOMM_K_MAX) ? p_port->credit_rx_max in PORT_ParNegInd()
349 : RFCOMM_K_MAX; in PORT_ParNegInd()
/packages/modules/Bluetooth/system/stack/include/
Drfcdefs.h130 #define RFCOMM_K_MAX 7 /* Max value of K for credit based flow control */ macro