ESP-IDF
BT_MESH_VALID
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_VALID
BT_MESH_VALID value
Syntax
Show:
Summary
Declaration
from
net.h:180
BT_MESH_VALID
;
Examples
References
from
examples
Code
Location
Referrer
BT_MESH_VALID
,
/* We have been provisioned */
net.h:180
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
cfg.c:47
bt_mesh_beacon_set()
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
cfg.c:98
bt_mesh_gatt_proxy_set()
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
cfg.c:127
bt_mesh_default_ttl_set()
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
cfg.c:155
bt_mesh_friend_set()
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
cfg.c:184
bt_mesh_net_transmit_set()
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
cfg.c:215
bt_mesh_relay_set()
if
(
atomic_test_and_set_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
mesh.c:54
bt_mesh_provision()
atomic_clear_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
;
mesh.c:71
bt_mesh_provision()
atomic_clear_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
;
mesh.c:77
bt_mesh_provision()
atomic_clear_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
;
mesh.c:86
bt_mesh_provision()
atomic_clear_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
;
mesh.c:101
bt_mesh_provision()
if
(
!
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
mesh.c:129
bt_mesh_provision_adv()
if
(
!
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
mesh.c:148
bt_mesh_reset()
return
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
;
mesh.c:204
bt_mesh_is_provisioned()
if
(
!
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
mesh.c:235
bt_mesh_suspend()
if
(
!
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
mesh.c:278
bt_mesh_resume()
if
(
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_VALID
)
)
{
rpl.c:348
bt_mesh_rpl_pending_store()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BT_MESH_VALID
is read by 13 functions:
All items filtered out
BT_MESH_VALID
bt_mesh_provision()
bt_mesh_provision_adv()
bt_mesh_reset()
bt_mesh_is_provisioned()
bt_mesh_suspend()
bt_mesh_resume()
bt_mesh_beacon_set()
bt_mesh_gatt_proxy_set()
bt_mesh_default_ttl_set()
bt_mesh_friend_set()
bt_mesh_net_transmit_set()
bt_mesh_relay_set()
bt_mesh_rpl_pending_store()
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