ESP-IDF
bt_mesh_prov_link::
::start
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_prov_link::
::start
bt_mesh_prov_link::
::start field
Syntax
Show:
Summary
Declaration
from
prov_common.h:273
int64_t
start
;
Examples
References
from
examples
Code
Location
Referrer
int64_t
start
;
/* Start timestamp of the transaction */
prov_common.h:273
if
(
k_uptime_get
(
)
-
link
->
tx
.
start
>
timeout
)
{
prov_common.c:430
prov_retransmit()
link
->
tx
.
start
=
k_uptime_get
(
)
;
prov_common.c:502
send_reliable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::start
is written by 1 function and is read by 1 function:
send_reliable()
All items filtered out
bt_mesh_prov_link::
::start
prov_retransmit()
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