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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c501 p_ccb->fixed_chnl_idle_tout = timeout;
607 p_ccb->fixed_chnl_idle_tout = L2CAP_UCD_IDLE_TIMEOUT;
928 p_ccb->fixed_chnl_idle_tout = L2CAP_UCD_IDLE_TIMEOUT;
1029 btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout);
1038 btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout);
1077 btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout);
1091 btu_start_timer (&p_ccb->timer_entry, BTU_TTYPE_L2CAP_CHNL, p_ccb->fixed_chnl_idle_tout);
H A Dl2c_int.h341 UINT16 fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel */ member in struct:t_l2c_ccb
H A Dl2c_utils.c2623 p_ccb->fixed_chnl_idle_tout = l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL].default_idle_tout;
2649 if ( (p_lcb->p_fixed_ccbs[xx] != NULL) && (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout > timeout) )
2650 timeout = p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout;
H A Dl2c_api.c1533 p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = idle_tout;

Completed in 96 milliseconds