ESP-IDF
bt_mesh_subnet::node_id_start
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
bt_mesh_subnet::node_id_start
bt_mesh_subnet::node_id_start field
Syntax
Show:
Summary
Declaration
from
net.h:75
uint32_t
node_id_start
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
node_id_start
;
/* Node Identity started timestamp */
net.h:75
uint32_t
node_id_start
;
/* Node Identity started timestamp */
subnet.h:51
sub
->
node_id_start
=
k_uptime_get_32
(
)
;
proxy_server.c:531
bt_mesh_proxy_server_identity_start()
sub
->
node_id_start
=
0U
;
proxy_server.c:540
bt_mesh_proxy_server_identity_stop()
active
=
k_uptime_get_32
(
)
-
sub
->
node_id_start
;
proxy_server.c:1689
gatt_proxy_advertise()
sub
->
node_id_start
=
k_uptime_get_32
(
)
;
proxy_srv.c:360
node_id_start()
sub
->
node_id_start
=
0U
;
proxy_srv.c:374
bt_mesh_proxy_identity_stop()
uint32_t
active
=
k_uptime_get_32
(
)
-
sub
->
node_id_start
;
proxy_srv.c:601
gatt_proxy_advertise()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet::node_id_start
is written by 4 functions and is read by 1 function:
bt_mesh_proxy_server_identity_start()
bt_mesh_proxy_server_identity_stop()
node_id_start()
bt_mesh_proxy_identity_stop()
All items filtered out
bt_mesh_subnet::node_id_start
gatt_proxy_advertise()
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