ESP-IDF
bt_mesh_unref_buf()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_unref_buf()
bt_mesh_unref_buf() function
Syntax
Show:
Summary
Declaration
from
adv.c:445
static
void
bt_mesh_unref_buf
(
bt_mesh_msg_t
*
msg
)
;
Arguments
Argument
msg
Related Functions
Found 1 other functions taking a
bt_mesh_msg
argument:
Function
bt_mesh_task_post()
Examples
References
from
examples
Code
Location
Referrer
static
void
bt_mesh_unref_buf
(
bt_mesh_msg_t
*
msg
)
adv.c:445
bt_mesh_unref_buf
(
msg
)
;
adv.c:469
bt_mesh_task_post()
bt_mesh_unref_buf
(
msg
)
;
adv.c:474
bt_mesh_task_post()
Call Tree
from
examples
bt_mesh_unref_buf()
is called by 1 function and calls 3 functions:
bt_mesh_task_post()
All items filtered out
bt_mesh_unref_buf()
net_buf_user_data()
net_buf_unref()
bt_mesh_atomic_set()
All items filtered out
Data Use
from
examples
bt_mesh_unref_buf()
reads 3 variables and writes 1 variable:
net_buf::ref
bt_mesh_msg::arg
bt_mesh_adv::busy
All items filtered out
bt_mesh_unref_buf()
net_buf::ref
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