ESP-IDF
t_l2c_linkcb::start_time_s
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
t_l2c_linkcb::start_time_s
t_l2c_linkcb::start_time_s field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:459
UINT32
start_time_s
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
start_time_s
;
l2c_int.h:459
p_lcb
->
start_time_s
=
(
esp_system_get_time
(
)
/
1000
)
;
l2c_ble.c:964
l2cble_init_direct_conn()
link_timeout
=
(
L2CAP_BLE_LINK_CONNECT_TOUT
*
1000
-
(
current_time
-
p_lcb
->
start_time_s
)
)
/
1000
;
l2c_ble.c:967
l2cble_init_direct_conn()
p_lcb
->
start_time_s
=
0
;
l2c_utils.c:164
l2cu_release_lcb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_linkcb::start_time_s
is written by 2 functions and is read by 1 function:
l2cble_init_direct_conn()
l2cu_release_lcb()
All items filtered out
t_l2c_linkcb::start_time_s
l2cble_init_direct_conn()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out