ESP-IDF
btc_hf_cb_t::connected_timestamp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btc_hf_cb_t::connected_timestamp
btc_hf_cb_t::connected_timestamp field
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.h:218
struct
timespec
connected_timestamp
;
Examples
References
from
examples
Code
Location
Referrer
struct
timespec
connected_timestamp
;
btc_hf_ag.h:218
if
(
(
now
.
tv_sec
-
hf_local_param
[
i
]
.
btc_hf_cb
.
connected_timestamp
.
tv_sec
)
<
conn_time_delta
.
tv_sec
)
{
btc_hf_ag.c:200
btc_hf_latest_connected_idx()
conn_time_delta
.
tv_sec
=
now
.
tv_sec
-
hf_local_param
[
i
]
.
btc_hf_cb
.
connected_timestamp
.
tv_sec
;
btc_hf_ag.c:201
btc_hf_latest_connected_idx()
clock_gettime
(
CLOCK_MONOTONIC
,
&
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_timestamp
)
)
;
btc_hf_ag.c:1367
btc_hf_cb_handler()
hf_local_param
[
idx
]
.
btc_hf_cb
.
connected_timestamp
.
tv_sec
=
0
;
btc_hf_ag.c:1389
btc_hf_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_cb_t::connected_timestamp
is read by 2 functions:
All items filtered out
btc_hf_cb_t::connected_timestamp
btc_hf_latest_connected_idx()
btc_hf_cb_handler()
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