Searched refs:fixed_chnl_idle_tout (Results 1 – 4 of 4) sorted by relevance
182 .fixed_chnl_idle_tout = 0,
2700 p_ccb->fixed_chnl_idle_tout = in l2cu_initialize_fixed_ccb()2726 (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout * 1000 > timeout_ms)) { in l2cu_no_dynamic_ccbs()2727 if (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout == in l2cu_no_dynamic_ccbs()2733 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
1469 p_lcb->p_fixed_ccbs[kAttCid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = in L2CA_SetLeGattTimeout()