ESP-IDF
BLE_MESH_NET_IF_LOCAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_NET_IF_LOCAL
BLE_MESH_NET_IF_LOCAL value
Syntax
Show:
Summary
Declaration
from
net.h:371
BLE_MESH_NET_IF_LOCAL
;
Examples
References
from
examples
Code
Location
Referrer
BLE_MESH_NET_IF_LOCAL
,
net.h:371
bt_mesh_net_recv
(
&
buf
->
b
,
0
,
BLE_MESH_NET_IF_LOCAL
)
;
net.c:939
bt_mesh_net_local()
case
BLE_MESH_NET_IF_LOCAL
:
net.c:1445
relay_to_adv()
if
(
rx
->
net_if
==
BLE_MESH_NET_IF_LOCAL
)
{
net.c:1550
bt_mesh_net_relay()
if
(
rx
->
net_if
!=
BLE_MESH_NET_IF_LOCAL
)
{
net.c:1671
bt_mesh_net_relay()
rx
->
net_if
==
BLE_MESH_NET_IF_LOCAL
||
net.c:1737
bt_mesh_net_relay()
if
(
net_if
!=
BLE_MESH_NET_IF_LOCAL
&&
bt_mesh_elem_find
(
rx
->
ctx
.
addr
)
)
{
net.c:1837
bt_mesh_net_decode()
if
(
rx
->
net_if
==
BLE_MESH_NET_IF_LOCAL
)
{
rpl.c:82
bt_mesh_rpl_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BLE_MESH_NET_IF_LOCAL
is read by 5 functions:
All items filtered out
BLE_MESH_NET_IF_LOCAL
bt_mesh_net_local()
relay_to_adv()
bt_mesh_net_relay()
bt_mesh_net_decode()
bt_mesh_rpl_check()
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