Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c472 p_ccb->fixed_chnl_idle_tout = timeout; in L2CA_UcdSetIdleTimeout()
566 p_ccb->fixed_chnl_idle_tout = L2CAP_UCD_IDLE_TIMEOUT; in l2c_ucd_connect()
855 p_ccb->fixed_chnl_idle_tout = L2CAP_UCD_IDLE_TIMEOUT; in l2c_ucd_check_rx_pkts()
946 … btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout); in l2c_ucd_process_event()
955 … btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout); in l2c_ucd_process_event()
990 … btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout); in l2c_ucd_process_event()
1003 … btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout); in l2c_ucd_process_event()
Dl2c_utils.c2739 …p_ccb->fixed_chnl_idle_tout = l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].default_idle_tout; in l2cu_initialize_fixed_ccb()
2766 …if ( (p_lcb->p_fixed_ccbs[xx] != NULL) && (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout > timeout… in l2cu_no_dynamic_ccbs()
2767 timeout = p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout; in l2cu_no_dynamic_ccbs()
Dl2c_api.c2021 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = idle_tout; in L2CA_SetFixedChannelTout()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h340 … UINT16 fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel */ member