ESP-IDF
bt_mesh_subnet::node_id
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
bt_mesh_subnet::node_id field
Syntax
Show:
Summary
Declaration
from
net.h:74
uint8_t
node_id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
node_id
;
/* Node Identity State */
net.h:74
uint8_t
node_id
;
/* Node Identity State */
subnet.h:50
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_STOPPED
;
cfg_srv.c:2358
net_key_add()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
cfg_srv.c:2375
net_key_add()
node_id
=
sub
->
node_id
;
cfg_srv.c:2623
node_identity_get()
net_buf_simple_add_u8
(
&
msg
,
sub
->
node_id
)
;
cfg_srv.c:2685
node_identity_set()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_STOPPED
;
local.c:246
bt_mesh_node_local_net_key_add()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
local.c:248
bt_mesh_node_local_net_key_add()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_STOPPED
;
net.c:515
bt_mesh_net_create()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
net.c:517
bt_mesh_net_create()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_RUNNING
;
proxy_server.c:530
bt_mesh_proxy_server_identity_start()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_STOPPED
;
proxy_server.c:539
bt_mesh_proxy_server_identity_stop()
if
(
sub
->
node_id
==
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
)
{
proxy_server.c:558
bt_mesh_proxy_identity_enable()
return
(
sub
->
node_id
==
BLE_MESH_NODE_IDENTITY_RUNNING
||
proxy_server.c:1621
advertise_subnet()
if
(
sub
->
node_id
==
BLE_MESH_NODE_IDENTITY_RUNNING
)
{
proxy_server.c:1688
gatt_proxy_advertise()
if
(
sub
->
node_id
==
BLE_MESH_NODE_IDENTITY_STOPPED
proxy_server.c:1715
gatt_proxy_advertise()
sub
->
node_id
=
BT_MESH_NODE_IDENTITY_RUNNING
;
proxy_srv.c:359
node_id_start()
sub
->
node_id
=
BT_MESH_NODE_IDENTITY_STOPPED
;
proxy_srv.c:373
bt_mesh_proxy_identity_stop()
return
(
sub
->
node_id
==
BT_MESH_NODE_IDENTITY_RUNNING
||
proxy_srv.c:513
advertise_subnet()
if
(
sub
->
node_id
==
BT_MESH_NODE_IDENTITY_RUNNING
)
{
proxy_srv.c:600
gatt_proxy_advertise()
if
(
sub
->
node_id
==
BT_MESH_NODE_IDENTITY_STOPPED
)
{
proxy_srv.c:614
gatt_proxy_advertise()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
pvnr_mgmt.c:122
bt_mesh_provisioner_net_create()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
pvnr_mgmt.c:1248
bt_mesh_provisioner_local_net_key_add()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
pvnr_mgmt.c:1293
bt_mesh_provisioner_local_net_key_update()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_STOPPED
;
settings.c:1386
subnet_init()
sub
->
node_id
=
BLE_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
settings.c:1388
subnet_init()
sub
->
node_id
=
BT_MESH_NODE_IDENTITY_STOPPED
;
subnet.c:381
bt_mesh_subnet_add()
sub
->
node_id
=
BT_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
subnet.c:383
bt_mesh_subnet_add()
*
node_id
=
sub
->
node_id
;
subnet.c:574
bt_mesh_subnet_node_id_get()
sub
->
node_id
=
BT_MESH_NODE_IDENTITY_STOPPED
;
subnet.c:647
bt_mesh_subnet_set()
sub
->
node_id
=
BT_MESH_NODE_IDENTITY_NOT_SUPPORTED
;
subnet.c:649
bt_mesh_subnet_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_subnet::node_id
is written by 13 functions and is read by 6 functions:
subnet_init()
net_key_add()
bt_mesh_node_local_net_key_add()
bt_mesh_net_create()
bt_mesh_proxy_server_identity_start()
bt_mesh_proxy_server_identity_stop()
bt_mesh_provisioner_net_create()
bt_mesh_provisioner_local_net_key_add()
bt_mesh_provisioner_local_net_key_update()
bt_mesh_subnet_add()
bt_mesh_subnet_set()
node_id_start()
bt_mesh_proxy_identity_stop()
All items filtered out
bt_mesh_subnet::node_id
node_identity_get()
node_identity_set()
bt_mesh_proxy_identity_enable()
advertise_subnet()
gatt_proxy_advertise()
bt_mesh_subnet_node_id_get()
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