ESP-IDF
BT_MESH_IVU_INITIATOR
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_IVU_INITIATOR
BT_MESH_IVU_INITIATOR value
Syntax
Show:
Summary
Declaration
from
net.h:183
BT_MESH_IVU_INITIATOR
;
Examples
References
from
examples
Code
Location
Referrer
BT_MESH_IVU_INITIATOR
,
/* IV Update initiated by us */
net.h:183
!
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_IVU_INITIATOR
)
)
{
beacon.c:236
beacon_send()
if
(
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_IVU_INITIATOR
)
&&
beacon.c:356
secure_beacon_recv()
atomic_set_bit_to
(
bt_mesh
.
flags
,
BT_MESH_IVU_INITIATOR
,
enable
)
;
beacon.c:435
bt_mesh_beacon_ivu_initiator()
if
(
!
atomic_test_bit
(
bt_mesh
.
flags
,
BT_MESH_IVU_INITIATOR
)
)
{
beacon.c:468
bt_mesh_beacon_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BT_MESH_IVU_INITIATOR
is read by 4 functions:
All items filtered out
BT_MESH_IVU_INITIATOR
beacon_send()
secure_beacon_recv()
bt_mesh_beacon_ivu_initiator()
bt_mesh_beacon_disable()
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