Searched refs:fixed_chnl_idle_tout (Results 1 – 4 of 4) sorted by relevance
505 p_ccb->fixed_chnl_idle_tout = timeout; in L2CA_UcdSetIdleTimeout()611 p_ccb->fixed_chnl_idle_tout = L2CAP_UCD_IDLE_TIMEOUT; in l2c_ucd_connect()917 p_ccb->fixed_chnl_idle_tout = L2CAP_UCD_IDLE_TIMEOUT; in l2c_ucd_check_rx_pkts()1020 period_ms_t timeout_ms = p_ccb->fixed_chnl_idle_tout * 1000; in l2c_ucd_process_event()1032 period_ms_t timeout_ms = p_ccb->fixed_chnl_idle_tout * 1000; in l2c_ucd_process_event()1076 period_ms_t timeout_ms = p_ccb->fixed_chnl_idle_tout * 1000; in l2c_ucd_process_event()1093 period_ms_t timeout_ms = p_ccb->fixed_chnl_idle_tout * 1000; in l2c_ucd_process_event()
338 … UINT16 fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel */ member
2790 …p_ccb->fixed_chnl_idle_tout = l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].default_idle_tout; in l2cu_initialize_fixed_ccb()2818 (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout * 1000 > timeout_ms)) { in l2cu_no_dynamic_ccbs()2819 timeout_ms = p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout * 1000; in l2cu_no_dynamic_ccbs()
1996 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = idle_tout; in L2CA_SetFixedChannelTout()