Home
last modified time | relevance | path

Searched refs:bt_mesh_fcs_check (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h152 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs);
Dcrypto.c779 bool bt_mesh_fcs_check(struct net_buf_simple *buf, uint8_t received_fcs) in bt_mesh_fcs_check() function
Dprov.c1438 if (!bt_mesh_fcs_check(link.rx.buf, link.rx.fcs)) { in prov_msg_recv()
Dprovisioner_prov.c2870 if (!bt_mesh_fcs_check(link[idx].rx.buf, link[idx].rx.fcs)) {