Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc182 .fixed_chnl_idle_tout = 0,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc2700 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()
Dl2c_int.h340 uint16_t fixed_chnl_idle_tout; /* Idle timeout to use for the fixed channel */ member
Dl2c_api.cc1469 p_lcb->p_fixed_ccbs[kAttCid - L2CAP_FIRST_FIXED_CHNL]->fixed_chnl_idle_tout = in L2CA_SetLeGattTimeout()