ESP-IDF
pb_adv::
::fcs
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
pb_adv::
::fcs
pb_adv::
::fcs field
Syntax
Show:
Summary
Declaration
from
pb_adv.c:87
uint8_t
fcs
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
fcs
;
/* Expected FCS value */
pb_adv.c:87
if
(
!
bt_mesh_fcs_check
(
link
.
rx
.
buf
,
link
.
rx
.
fcs
)
)
{
pb_adv.c:279
prov_msg_recv()
link
.
rx
.
fcs
=
net_buf_simple_pull_u8
(
buf
)
;
pb_adv.c:464
gen_prov_start()
START_LAST_SEG
(
rx
->
gpc
)
,
link
.
rx
.
buf
->
om_len
,
link
.
rx
.
fcs
)
;
pb_adv.c:467
gen_prov_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pb_adv::
::fcs
is written by 1 function and is read by 2 functions:
gen_prov_start()
All items filtered out
pb_adv::
::fcs
prov_msg_recv()
gen_prov_start()
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