ESP-IDF
bt_mesh_net_rx::local_match
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_rx::local_match
bt_mesh_net_rx::local_match field
Syntax
Show:
Summary
Declaration
from
net.h:387
uint16_t
old_iv
:
1
,
new_key
:
1
,
friend_cred
:
1
__attribute__
(
(
deprecated
)
)
,
ctl
:
1
,
net_if
:
2
,
local_match
:
1
;
Examples
References
from
examples
Code
Location
Referrer
local_match
:
1
,
/* Matched a local element */
net.h:392
local_match
:
1
,
/* Matched a local element */
net.h:247
rx
.
local_match
=
(
bt_mesh_fixed_group_match
(
rx
.
ctx
.
recv_dst
)
||
net.c:1929
bt_mesh_net_recv()
!
rx
.
local_match
)
{
net.c:1941
bt_mesh_net_recv()
(
!
rx
.
local_match
&&
!
rx
.
friend_match
net.c:1981
bt_mesh_net_recv()
.
local_match
=
1U
,
net.c:393
bt_mesh_net_local()
rx
.
local_match
=
(
bt_mesh_fixed_group_match
(
rx
.
ctx
.
recv_dst
)
||
net.c:833
bt_mesh_net_recv()
!
rx
.
local_match
)
{
net.c:841
bt_mesh_net_recv()
(
!
rx
.
local_match
&&
!
rx
.
friend_match
)
)
{
net.c:865
bt_mesh_net_recv()
rx
.
local_match
=
1U
;
proxy_server.c:373
proxy_cfg()
rx
.
local_match
=
1U
;
proxy_srv.c:269
proxy_cfg()
if
(
!
rx
->
local_match
)
{
rpl.c:87
bt_mesh_rpl_check()
if
(
!
rx
->
local_match
)
{
rpl.c:115
bt_mesh_rpl_check()
if
(
IS_ENABLED
(
CONFIG_BLE_MESH_FRIEND
)
&&
!
rx
->
local_match
)
{
transport.c:744
sdu_recv()
if
(
rx
->
local_match
)
{
transport.c:870
sdu_recv()
if
(
!
rx
->
local_match
)
{
transport.c:1041
ctl_recv()
if
(
!
rx
->
local_match
&&
!
rx
->
friend_match
)
{
transport.c:1129
trans_unseg()
net_rx
->
friend_match
&&
!
net_rx
->
local_match
&&
transport.c:1523
trans_seg()
if
(
!
rx
->
local_match
&&
!
rx
->
friend_match
)
{
transport.c:1669
bt_mesh_trans_recv()
if
(
IS_ENABLED
(
CONFIG_BT_MESH_FRIEND
)
&&
!
rx
->
local_match
)
{
transport.c:762
sdu_recv()
if
(
!
rx
->
local_match
)
{
transport.c:910
ctl_recv()
net_rx
->
friend_match
&&
!
net_rx
->
local_match
&&
transport.c:1399
trans_seg()
if
(
!
rx
->
local_match
&&
!
rx
->
friend_match
)
{
transport.c:1605
bt_mesh_trans_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_net_rx::local_match
is written by 2 functions and is read by 7 functions:
bt_mesh_net_recv()
proxy_cfg()
All items filtered out
bt_mesh_net_rx::local_match
bt_mesh_net_recv()
bt_mesh_rpl_check()
sdu_recv()
ctl_recv()
trans_unseg()
trans_seg()
bt_mesh_trans_recv()
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