ESP-IDF
bt_mesh_fcs_calc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_fcs_calc()
bt_mesh_fcs_calc() function
Syntax
Show:
Summary
Declaration
Definition
from
crypto.h:154
uint8_t
bt_mesh_fcs_calc
(
const
uint8_t
*
data
,
uint8_t
data_len
)
;
Implemented in
crypto.c:787
Arguments
Argument
data
data_len
Examples
References
from
examples
Code
Location
Referrer
uint8_t
bt_mesh_fcs_calc
(
const
uint8_t
*
data
,
uint8_t
data_len
)
crypto.c:787
uint8_t
bt_mesh_fcs_calc
(
const
uint8_t
*
data
,
uint8_t
data_len
)
crypto.c:498
uint8_t
bt_mesh_fcs_calc
(
const
uint8_t
*
data
,
uint8_t
data_len
)
;
crypto.h:154
uint8_t
bt_mesh_fcs_calc
(
const
uint8_t
*
data
,
uint8_t
data_len
)
;
crypto.h:152
net_buf_add_u8
(
start
,
bt_mesh_fcs_calc
(
msg
->
om_data
,
msg
->
om_len
)
)
;
pb_adv.c:678
prov_send_adv()
net_buf_add_u8
(
start
,
bt_mesh_fcs_calc
(
msg
->
data
,
msg
->
len
)
)
;
prov_common.c:594
bt_mesh_prov_send_adv()
Call Tree
from
examples
bt_mesh_fcs_calc()
is called by 2 functions and calls 2 functions:
bt_mesh_prov_send_adv()
prov_send_adv()
All items filtered out
bt_mesh_fcs_calc()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
bt_mesh_fcs_calc()
reads 2 variables:
esp_log_level_t::ESP_LOG_DEBUG
crc_table
All items filtered out
bt_mesh_fcs_calc()
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