ESP-IDF
bt_mesh_net_loopback_clear()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_net_loopback_clear()
bt_mesh_net_loopback_clear() function
Syntax
Show:
Summary
Declaration
Definition
from
net.h:299
void
bt_mesh_net_loopback_clear
(
uint16_t
net_idx
)
;
Implemented in
net.c:572
Arguments
Argument
net_idx
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_net_loopback_clear
(
uint16_t
net_idx
)
net.c:572
void
bt_mesh_net_loopback_clear
(
uint16_t
net_idx
)
;
net.h:299
bt_mesh_net_loopback_clear
(
BT_MESH_KEY_ANY
)
;
mesh.c:166
bt_mesh_reset()
bt_mesh_net_loopback_clear
(
sub
->
net_idx
)
;
subnet.c:290
subnet_del()
Call Tree
from
examples
bt_mesh_net_loopback_clear()
is called by 2 functions and calls 6 functions:
bt_mesh_reset()
subnet_del()
All items filtered out
bt_mesh_net_loopback_clear()
get_be24()
net_buf_user_data()
net_buf_slist_init()
net_buf_slist_get()
net_buf_slist_put()
net_buf_unref()
All items filtered out
Data Use
from
examples
bt_mesh_net_loopback_clear()
reads 3 variables and writes 1 variable:
os_mbuf::om_data
bt_mesh_subnet::net_idx
bt_mesh
All items filtered out
bt_mesh_net_loopback_clear()
bt_mesh_net::local_queue
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