ESP-IDF
bt_mesh_msg::arg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_msg::arg
bt_mesh_msg::arg field
Syntax
Show:
Summary
Declaration
from
adv.h:34
void
*
arg
;
Examples
References
from
examples
Code
Location
Referrer
void
*
arg
;
/* Pointer to the struct net_buf */
adv.h:34
buf
=
(
struct
net_buf
*
*
)
(
&
msg
.
arg
)
;
adv.c:271
adv_thread()
if
(
msg
->
arg
)
{
adv.c:449
bt_mesh_unref_buf()
buf
=
(
struct
net_buf
*
)
msg
->
arg
;
adv.c:450
bt_mesh_unref_buf()
msg
.
arg
=
(
void
*
)
net_buf_ref
(
buf
)
;
adv.c:497
bt_mesh_adv_send()
.
arg
=
NULL
,
adv.c:505
bt_mesh_adv_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_msg::arg
is written by 1 function and is read by 1 function:
bt_mesh_adv_send()
All items filtered out
bt_mesh_msg::arg
bt_mesh_unref_buf()
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