ESP-IDF
LINK_INVALID
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
LINK_INVALID
LINK_INVALID value
Syntax
Show:
Summary
Declaration
from
prov_common.h:178
LINK_INVALID
;
Examples
References
from
examples
Code
Location
Referrer
LINK_INVALID
,
/* Error occurred during provisioning (Node) */
prov_common.h:178
bt_mesh_atomic_set_bit
(
prov_link
.
flags
,
LINK_INVALID
)
;
prov_node.c:191
prov_send_fail_msg()
if
(
bt_mesh_atomic_test_bit
(
prov_link
.
flags
,
LINK_INVALID
)
)
{
prov_node.c:1152
prov_msg_recv()
if
(
bt_mesh_atomic_test_bit
(
prov_link
.
flags
,
LINK_INVALID
)
)
{
prov_node.c:1370
bt_mesh_pb_gatt_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LINK_INVALID
is read by 3 functions:
All items filtered out
LINK_INVALID
prov_send_fail_msg()
prov_msg_recv()
bt_mesh_pb_gatt_recv()
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