ESP-IDF
bt_mesh_model_op::func
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_model_op::func
bt_mesh_model_op::func field
Syntax
Show:
Summary
Declaration
from
access.h:217
void
(
*
const
func
)
(
struct
bt_mesh_model
*
model
,
struct
bt_mesh_msg_ctx
*
ctx
,
struct
net_buf_simple
*
buf
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
const
func
)
(
struct
bt_mesh_model
*
model
,
access.h:217
int
(
*
const
func
)
(
struct
bt_mesh_model
*
model
,
access.h:157
for
(
op
=
(
*
model
)
->
op
;
op
->
func
;
op
++
)
{
access.c:591
find_op()
op
->
func
(
model
,
&
rx
->
ctx
,
buf
)
;
access.c:772
bt_mesh_model_recv()
for
(
op
=
mod
->
op
;
op
->
func
;
op
++
)
{
access.c:301
bt_mesh_vnd_mod_msg_cid_check()
for
(
op
=
(
*
model
)
->
op
;
op
->
func
;
op
++
)
{
access.c:618
find_op()
(
void
)
op
->
func
(
model
,
&
rx
->
ctx
,
buf
)
;
access.c:717
bt_mesh_model_recv()
for
(
op
=
model
->
op
;
op
->
func
;
op
++
)
{
ext.c:1040
bt_mesh_ext_model_is_opcode_belongs()
.
struct_model_op_off_func
=
offsetof
(
struct
bt_mesh_model_op
,
func
)
,
ext.c:4230
Call Tree
from
examples
bt_mesh_model_op::func
is called by 1 function:
bt_mesh_model_recv()
All items filtered out
bt_mesh_model_op::func
All items filtered out
Data Use
from
examples
bt_mesh_model_op::func
is read by 3 functions:
All items filtered out
bt_mesh_model_op::func
find_op()
bt_mesh_ext_model_is_opcode_belongs()
bt_mesh_vnd_mod_msg_cid_check()
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