Searched refs:fixed_chnl_idle_tout (Results 1 – 3 of 3) sorted by relevance
2580 p_ccb->fixed_chnl_idle_tout = in l2cu_initialize_fixed_ccb()2608 (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout * 1000 > timeout_ms)) { in l2cu_no_dynamic_ccbs()2610 if (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout == L2CAP_NO_IDLE_TIMEOUT) { in l2cu_no_dynamic_ccbs()2615 timeout_ms = p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout * 1000; in l2cu_no_dynamic_ccbs()
340 uint16_t fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel */ member
1971 ->fixed_chnl_idle_tout = idle_tout; in L2CA_SetFixedChannelTout()