ESP-IDF
bt_mesh_fixed_group_match()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_fixed_group_match()
bt_mesh_fixed_group_match() function
Syntax
Show:
Summary
Declaration
Definition
from
access.h:37
bool
bt_mesh_fixed_group_match
(
uint16_t
addr
)
;
Implemented in
access.c:657
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_fixed_group_match
(
uint16_t
addr
)
access.c:657
bool
bt_mesh_fixed_group_match
(
uint16_t
addr
)
cfg.c:236
bool
bt_mesh_fixed_group_match
(
uint16_t
addr
)
;
access.h:37
bool
bt_mesh_fixed_group_match
(
uint16_t
addr
)
;
cfg.h:10
return
(
model
->
elem_idx
==
0
&&
(
bt_mesh_fixed_group_match
(
dst
)
||
access.c:576
model_has_dst()
(
bt_mesh_fixed_group_match
(
tx
->
ctx
->
addr
)
||
bt_mesh_elem_find
(
tx
->
ctx
->
addr
)
)
)
{
net.c:1160
bt_mesh_net_send()
rx
.
local_match
=
(
bt_mesh_fixed_group_match
(
rx
.
ctx
.
recv_dst
)
||
net.c:1929
bt_mesh_net_recv()
if
(
bt_mesh_fixed_group_match
(
tx
->
ctx
->
addr
)
||
net.c:524
bt_mesh_net_send()
rx
.
local_match
=
(
bt_mesh_fixed_group_match
(
rx
.
ctx
.
recv_dst
)
||
net.c:833
bt_mesh_net_recv()
Call Tree
from
examples
bt_mesh_fixed_group_match()
is called by 3 functions and calls 3 functions:
model_has_dst()
bt_mesh_net_send()
bt_mesh_net_recv()
All items filtered out
bt_mesh_fixed_group_match()
bt_mesh_relay_get()
bt_mesh_friend_get()
bt_mesh_gatt_proxy_get()
All items filtered out
Data Use
from
examples
bt_mesh_fixed_group_match()
reads 1 variable:
bt_mesh_feat_state::BT_MESH_FEATURE_ENABLED
All items filtered out
bt_mesh_fixed_group_match()
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