ESP-IDF
bt_mesh_net::local_queue
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_net::local_queue
bt_mesh_net::local_queue field
Syntax
Show:
Summary
Declaration
from
net.h:205
struct
net_buf_slist_t
local_queue
;
Examples
References
from
examples
Code
Location
Referrer
sys_slist_t
local_queue
;
net.h:329
struct
net_buf_slist_t
local_queue
;
net.h:205
.
local_queue
=
SYS_SLIST_STATIC_INIT
(
&
bt_mesh
.
local_queue
)
,
net.c:70
while
(
(
buf
=
net_buf_slist_get
(
&
bt_mesh
.
local_queue
)
)
)
{
net.c:937
bt_mesh_net_local()
net_buf_slist_put
(
&
bt_mesh
.
local_queue
,
net_buf_ref
(
buf
)
)
;
net.c:1172
bt_mesh_net_send()
net_buf_slist_put
(
&
bt_mesh
.
local_queue
,
net_buf_ref
(
buf
)
)
;
net.c:1184
bt_mesh_net_send()
.
local_queue
=
STAILQ_HEAD_INITIALIZER
(
bt_mesh
.
local_queue
)
,
net.c:85
while
(
(
buf
=
net_buf_slist_get
(
&
bt_mesh
.
local_queue
)
)
)
{
net.c:373
bt_mesh_net_local()
net_buf_slist_put
(
&
bt_mesh
.
local_queue
,
buf
)
;
net.c:495
loopback()
while
(
(
buf
=
net_buf_slist_get
(
&
bt_mesh
.
local_queue
)
)
)
{
net.c:581
bt_mesh_net_loopback_clear()
bt_mesh
.
local_queue
=
new_list
;
net.c:592
bt_mesh_net_loopback_clear()
net_buf_slist_init
(
&
bt_mesh
.
local_queue
)
;
net.c:1066
bt_mesh_net_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_net::local_queue
is written by 1 function:
bt_mesh_net_loopback_clear()
All items filtered out
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