Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_utils.cc2580 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()
Dl2c_int.h340 uint16_t fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel */ member
Dl2c_api.cc1971 ->fixed_chnl_idle_tout = idle_tout; in L2CA_SetFixedChannelTout()