ESP-IDF
bt_mesh_prov_link::
::fcs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_prov_link::
::fcs
bt_mesh_prov_link::
::fcs field
Syntax
Show:
Summary
Declaration
from
prov_common.h:268
uint8_t
fcs
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
fcs
;
/* Expected FCS value */
prov_common.h:268
link
->
rx
.
fcs
=
net_buf_simple_pull_u8
(
buf
)
;
prov_common.c:184
bt_mesh_gen_prov_start()
START_LAST_SEG
(
rx
->
gpc
)
,
link
->
rx
.
buf
->
len
,
link
->
rx
.
fcs
)
;
prov_common.c:187
bt_mesh_gen_prov_start()
if
(
!
bt_mesh_fcs_check
(
prov_link
.
rx
.
buf
,
prov_link
.
rx
.
fcs
)
)
{
prov_node.c:1166
prov_msg_recv()
if
(
!
bt_mesh_fcs_check
(
link
->
rx
.
buf
,
link
->
rx
.
fcs
)
)
{
prov_pvnr.c:2418
prov_msg_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::
::fcs
is written by 1 function and is read by 2 functions:
bt_mesh_gen_prov_start()
All items filtered out
bt_mesh_prov_link::
::fcs
bt_mesh_gen_prov_start()
prov_msg_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