OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_chnl_idle_tout
(Results
1 - 4
of
4
) sorted by null
/system/bt/stack/l2cap/
l2c_ucd.cc
489
p_ccb->
fixed_chnl_idle_tout
= timeout;
592
p_ccb->
fixed_chnl_idle_tout
= L2CAP_UCD_IDLE_TIMEOUT;
879
p_ccb->
fixed_chnl_idle_tout
= L2CAP_UCD_IDLE_TIMEOUT;
970
period_ms_t timeout_ms = p_ccb->
fixed_chnl_idle_tout
* 1000;
981
period_ms_t timeout_ms = p_ccb->
fixed_chnl_idle_tout
* 1000;
[
all
...]
l2c_int.h
344
uint16_t
fixed_chnl_idle_tout
; /* Idle timeout to use for the fixed channel */
member in struct:t_l2c_ccb
[
all
...]
l2c_utils.cc
[
all
...]
l2c_api.cc
[
all
...]
Completed in 310 milliseconds