ESP-IDF
bt_mesh_primary_subnet_exist()
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_primary_subnet_exist()
bt_mesh_primary_subnet_exist() function
Syntax
Show:
Summary
Declaration
Definition
from
net.h:471
bool
bt_mesh_primary_subnet_exist
(
void
)
;
Implemented in
net.c:802
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_primary_subnet_exist
(
void
)
net.c:802
bool
bt_mesh_primary_subnet_exist
(
void
)
;
net.h:471
if
(
bt_mesh_primary_subnet_exist
(
)
&&
beacon.c:412
secure_beacon_recv()
if
(
(
bt_mesh_primary_subnet_exist
(
)
&&
sub
->
net_idx
==
BLE_MESH_KEY_PRIMARY
)
||
beacon.c:434
secure_beacon_recv()
(
!
bt_mesh_primary_subnet_exist
(
)
&&
sub
->
net_idx
!=
BLE_MESH_KEY_PRIMARY
)
)
{
beacon.c:435
secure_beacon_recv()
return
bt_mesh_primary_subnet_exist
(
)
;
ext.c:1189
bt_mesh_ext_primary_subnet_exist()
bt_mesh_primary_subnet_exist
(
)
)
{
net.c:821
bt_mesh_next_seq()
Call Tree
from
examples
bt_mesh_primary_subnet_exist()
is called by 3 functions and calls 1 function:
bt_mesh_next_seq()
secure_beacon_recv()
bt_mesh_ext_primary_subnet_exist()
All items filtered out
bt_mesh_primary_subnet_exist()
bt_mesh_subnet_get()
All items filtered out
Data Use
from
examples
All items filtered out
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