ESP-IDF
BLE_MESH_NET_IF_ADV
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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_ADV
BLE_MESH_NET_IF_ADV value
Syntax
Show:
Summary
Declaration
from
net.h:370
BLE_MESH_NET_IF_ADV
;
Examples
References
from
examples
Code
Location
Referrer
BLE_MESH_NET_IF_ADV
,
net.h:370
if
(
rx
->
net_if
==
BLE_MESH_NET_IF_ADV
&&
msg_cache_match
(
rx
,
buf
)
)
{
net.c:1303
net_decrypt()
case
BLE_MESH_NET_IF_ADV
:
net.c:1447
relay_to_adv()
if
(
rx
->
net_if
==
BLE_MESH_NET_IF_ADV
&&
net.c:1632
bt_mesh_net_relay()
if
(
net_if
==
BLE_MESH_NET_IF_ADV
&&
check_dup
(
data
)
)
{
net.c:1781
bt_mesh_net_decode()
bt_mesh_net_recv
(
buf
,
rssi
,
BLE_MESH_NET_IF_ADV
)
;
scan.c:431
bt_mesh_scan_cb()
bt_mesh_lpn_established
(
)
&&
rx
->
net_if
==
BLE_MESH_NET_IF_ADV
&&
transport.c:1653
bt_mesh_trans_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BLE_MESH_NET_IF_ADV
is read by 6 functions:
All items filtered out
BLE_MESH_NET_IF_ADV
net_decrypt()
relay_to_adv()
bt_mesh_net_relay()
bt_mesh_net_decode()
bt_mesh_scan_cb()
bt_mesh_trans_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