Home
last modified time | relevance | path

Searched refs:RFCOMM_CONN_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c171 rfc_timer_start (p_mcb, RFCOMM_CONN_TIMEOUT); in rfc_mx_sm_state_idle()
634 rfc_timer_start (p_mcb, RFCOMM_CONN_TIMEOUT); /* - increased from T2=20 to CONN=120 in rfc_mx_conf_cnf()
676 rfc_timer_start (p_mcb, RFCOMM_CONN_TIMEOUT); /* - increased from T2=20 to CONN=120 in rfc_mx_conf_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h205 #define RFCOMM_CONN_TIMEOUT 120 /* first connection to be established on Mx */ macro